Search found 3066 matches
- Sun Mar 19, 2023 11:12 am
- Forum: For sale / Wanted
- Topic: DB 19 Male (IDIFY) (I Did It For You)
- Replies: 6
- Views: 182
Re: DB 19 Male (IDIFY) (I Did It For You)
If you could do a PCB mounted version, that would be a smashing success because there's literally none of them available. :)
- Sun Mar 19, 2023 11:07 am
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
I think you got it with the Sysconf() call. When I get back from Forever party, I'll provide a version with some TOS defaults, I'm really curious about dmalloc performance.
- Sat Mar 18, 2023 1:27 am
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Hmm it's true I tried it under MiNT only... I'll try later with TOS
- Fri Mar 17, 2023 1:40 pm
- Forum: Hardware
- Topic: Are Atari Laser printers useful today?
- Replies: 19
- Views: 6538
Re: Are Atari Laser printers useful today?
There was one great idea a few years back - to reverse engineer the SLM protocol over ACSI and print using cups via CosmosEx. That would be really cool to have.
- Fri Mar 17, 2023 1:03 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Not only I can't thank you enough for this analysis but I have one more request for you: as you have profiled the SCI games and you have a preconfigured setup... could you please try this binary and do *exactly the same* profiling towards malloc / free ? This is a 2.6.1 with Doug Lea's allocator (us...
- Thu Mar 16, 2023 11:55 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Leisure Suit Larry - Love for Sail! Unlike LSL 2, LSL 7 is definitely too slow for emulated 32Mhz falcon. SCI VM is bound by alloc/free speed, and it does way too many get method calls: I've quickly glanced over this - not good, not good at all. There's a lot of list operations at least on 5 differ...
- Thu Mar 16, 2023 11:52 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
6. Get list of top symbols taking most time [1] in the profile: $ hatari_profile.py -r scummvm-symbols.sym -stp game-profile.txt Hmm, I tried this but didn't get very far. Latest Hatari master spits on me: (hundreds of warnings...) : WARNING: - 0x2ee8fe8 is also address for symbol '_init_clock' WAR...
- Thu Mar 16, 2023 11:07 am
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Yeah, that was my immediate thought, i.e. it doesn't matter that malloc() is called not *so* much but how expensive it is (and it is expensive). So if there is a few NEWs / DELETEs every frame, it can easily contribute because it is fragmenting memory as hell. However I'm not so convinced that there...
- Thu Mar 16, 2023 6:49 am
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Wow, it's a miracle that BS2 is playable even on CT60 with such heavy video decoding/depacking.
Ok, I have noted to investigate where the mallocs come from in the SCI engine. Thanks!
Ok, I have noted to investigate where the mallocs come from in the SCI engine. Thanks!
- Wed Mar 15, 2023 8:22 am
- Forum: Chat forum [ENG]
- Topic: The Laird's Lair - 10 Amazing Atari ST Facts
- Replies: 6
- Views: 358
Re: The Laird's Lair - 10 Amazing Atari ST Facts
Frankly, I stopped watching/reading any Atari history "amazing facts" videos/articles a long time ago. People are just recycling the same stuff over and over again, citing websites which cite other websites and so on. The only reliable source of truth is Marty's & Curt's book and maybe...
- Mon Mar 13, 2023 10:12 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Amiga "Dreamweb" crashed ScummVm to NULL pointer access. Amiga "The Big Red Adventure" demo complained "ERROR: Files 'fonts/sonya' not found!" (it worked on my (older) Linux ScummVm version). The latter shows me a warning in 2.8 that it is not completely supported and ...
- Sun Mar 12, 2023 6:44 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
"I have no mouth and I must scream" demo's problem is obvious - its engine emits fullscreen updates all the time. No help there except my vague idea to somehow detect / hardcode the engines which emit fullscreen updates, i.e. they don't need the intermediate buffer on Atari backend's side.
- Sun Mar 12, 2023 1:51 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
That implies Atlantis running only at ~10 FPS, although most of its time goes to delayMillis() / usleep() waiting. I.e. it's not limited by CPU perf, something is just forcing it to go slower. Btw are you sure about this? I've just tried to empirically (dis)prove it, i.e. I'm counting millis betwee...
- Sun Mar 12, 2023 1:40 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Luckily, the talkie version contains both CD and MIDI music so one can switch between them.Eero Tamminen wrote: ↑Sun Mar 12, 2023 12:41 amPS. Most annoying thing about the OPL CPU usage was that, there's actually no sound in the the full SOMI version (I haven't ripped the music from CD, and CD version apparently does not support MIDI music).
- Sat Mar 11, 2023 5:18 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Thanks Eero, useful data! Maybe when you see the MAME OPL in your stats so high, you can take a note and then try with "No music" in audio options? That one handles exactly this, the MIDI music emulation (and not CD music and/or speech). It's nice to see that the rectangle-based C2P does i...
- Fri Mar 10, 2023 1:17 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
I think granularity shouldn't be a problem -- clock() (and therefore usleep()) still uses the 200 Hz timer internally. Only FreeMiNT makes it (perhaps?) better in case of usleep() but it's not worth it IMHO. usleep's main usage is here: https://github.com/scummvm/scummvm/blob/master/gui/gui-manager....
- Fri Mar 10, 2023 8:36 am
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Accidentally, yesterday I created a list of things worth looking into from this thread: https://github.com/mikrosk/scummvm/wiki/Things-to-check So yes, I do have that ManagedSurface::setPalette() there as well as ScummEngine::testGfxUsageBit(). From your graphs I'd say that getting rid of clock() / ...
- Thu Mar 09, 2023 8:41 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Out of curiosity, which cookie jar item ScummVm was querying thousands of times per second? I've taken a look. It's not cookies after all but https://github.com/scummvm/scummvm/blob/master/backends/platform/atari/osystem_atari.cpp#L157 So... is it really worth replacing with custom code? I mean, th...
- Thu Mar 09, 2023 7:49 pm
- Forum: Menu Disks
- Topic: Is there a complete archive of U.L.S. games for the Atari ST available for download?
- Replies: 2
- Views: 375
Re: Is there a complete archive of U.L.S. games for the Atari ST available for download?
You can always use a browser extension like "DownThemAll" or similar for mass-downloading. :)
- Thu Mar 09, 2023 6:37 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Eero: not at all, v7 is for example The Dig or Full Throttle: https://wiki.scummvm.org/index.php/SCUMM/Versions Hmm, I thought I had a check for SuperVidel in Surface::copyFrom() but nope, it's only in Surface::create()... weird. I guess I'll have to take a look, there isn't *that* much platform-spe...
- Thu Mar 09, 2023 11:25 am
- Forum: 680x0
- Topic: rasters fun
- Replies: 34
- Views: 1678
Re: rasters fun
By default, you can't use blanks between operands. It is to be able to detect comments which, by default, can be separated by blanks.
You can change it in vasm by some option but I wouldn't recommend that.
You can change it in vasm by some option but I wouldn't recommend that.
- Thu Mar 09, 2023 11:23 am
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Ah, right, that must be the cookie jar then. Okay, that's fixed in 2.8-git.
Btw that low latency audio mode is related only to scumm-v7 and v8 games and it is a 2.7+ feature.
Btw that low latency audio mode is related only to scumm-v7 and v8 games and it is a 2.7+ feature.
- Thu Mar 09, 2023 6:43 am
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
Looking at scummvm documentation: https://docs.scummvm.org/en/v2.6.1/advanced_topics/understand_audio.html#audio-buffer-size At least "audio_buffer_size" config option value must be 256, 512, 1024, 2048, 4096, 8192, 16384, or 32768. Btw. mikro, why your scummvm version uses a differently ...
- Wed Mar 08, 2023 7:58 am
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
FLAC provides about 50% savings as well (lossless).
However it is strange that ADPCM WAV did not work, I can see it is supported by ScummVM. Did you try it on Windows/Linux version of ScummVM, too?
However it is strange that ADPCM WAV did not work, I can see it is supported by ScummVM. Did you try it on Windows/Linux version of ScummVM, too?
- Tue Mar 07, 2023 2:33 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 172
- Views: 8485
Re: ScummVM/Falcon060 pre-release
It must be optional, as TT support is still planned. Same as real mute, it's almost funny that ScummVM simply can't STFU and eats cycles even in complete silence.