Not sure if @thorsten.otto or @BlankVector have any idea whats going on here ?
Note this is when the CPU is running 50MHz, something is tripping up and no idea what :( Though EMUTOS does seem to behave better with Ultrasatan than TOS206.. no idea why ?
Oddly I can load a PRG a few times just fine, then it gets corrupted... note that the HDD doesn't work at all in TOS206, it mostly attempts to load the drive and crashes.
Mostly just seem to get random errors which doesn't help :roll:
EDIT:
So far, EMUTO & 40MHz OSC seems to mostly behave. TOS206 just seems to give garbage at power up and doesn't boot with ultrasatan plugged in .
EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
You do not have the required permissions to view the files attached to this post.
-
BlankVector
- Posts: 93
- Joined: 15 Sep 2017 22:51
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
Humm, hard to say... Indeed, this looks like random crashes. Maybe RAM issues?
On first screenshot, SR=2400 means that the VBL interrupt is being processed, maybe this is a clue... But there is nothing similar on other screenshots.
Definitely, something is unstable. But what?
On first screenshot, SR=2400 means that the VBL interrupt is being processed, maybe this is a clue... But there is nothing similar on other screenshots.
Definitely, something is unstable. But what?
Subscribe to my Vretrocomputing channel on YouTube and Facebook. Latest video: Display a color pixel in assembly language on Atari ST.
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
@BlankVector
It seems more stable now with TOS206, but EMUTOS keeps coming up with this every boot now ?
It seems more stable now with TOS206, but EMUTOS keeps coming up with this every boot now ?
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
I think that was a bad connection above :roll:
EMUTOS, 104 & 206 All behave the same now, in that when ultrasatan is plugged in, the floppy drive stops working :roll:
EMUTOS, 104 & 206 All behave the same now, in that when ultrasatan is plugged in, the floppy drive stops working :roll:
-
Cosmic Puppet
- Posts: 1734
- Joined: 02 Aug 2019 01:03
- Location: Angus!
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
I've had the floppy issue too. When I use MSA converter to unpack an MSA file to a floppy disk. It displays gibberish unless I reboot and then the disk contents looks normal. I only use the floppy drive to appease notator as it automatically checks for a disk and for converting MSA files. If I try and mix hardisk and floppy ie. backing up notator songs on the floppy I just wind up with corrupted files so I started keeping them separate.
US Atari 520 STFM (C070523-001 REV.D1) , Exxos PSU, 4MB Marpet Upgrade, Exxos 6 Chip TOS 1.04 USA, EmuTOS 1.0.1, Ultrasatan, PP Driver, Original Floppy Disk Drive, NEC Multisync EA193Mi Monitor, Star LC-10c Printer, iMP C100110-001 DMA.
https://thecosmicpuppets.bandcamp.com/releases My released music so far...
https://thecosmicpuppets.bandcamp.com/releases My released music so far...
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
@BlankVector
While doing some tweaks, I ran into this now just after EMUTOS boot screen, any ideas whats tripping up ? oddly it can pass all tests in the diagnostic cart...
While doing some tweaks, I ran into this now just after EMUTOS boot screen, any ideas whats tripping up ? oddly it can pass all tests in the diagnostic cart...
You do not have the required permissions to view the files attached to this post.
-
czietz
- Posts: 584
- Joined: 14 Jan 2018 13:02
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
Well, I'm not Vincent, but I'm a bit familiar with EmuTOS, too.
It crashes somewhere in the floppy code, presumably somewhere where it's setting the drive and side selection lines of the YM2149 (PSG). (Telltale sign: the contents of A0.) The crash cannot be located more exactly, because we don't know the exact EmuTOS version (+ language) that you're using in your tests.
Now, why does it crash? We can say with certainty that EmuTOS does not contain any "illegal instructions" in that bit of code. ;) Therefore, it must be something related to your hardware setup. Simply a corrupt ROM image? Or maybe accessing the YM2149 somehow disturbs the accelerated CPU's access to code in ROM? (Note that the YM2149 is somewhat special because it's the only(?) peripheral in the ST where an access takes an odd number of 8 MHz cycles: http://atari-forum.com/viewtopic.php?f= ... 1&#p338191.)
It crashes somewhere in the floppy code, presumably somewhere where it's setting the drive and side selection lines of the YM2149 (PSG). (Telltale sign: the contents of A0.) The crash cannot be located more exactly, because we don't know the exact EmuTOS version (+ language) that you're using in your tests.
Now, why does it crash? We can say with certainty that EmuTOS does not contain any "illegal instructions" in that bit of code. ;) Therefore, it must be something related to your hardware setup. Simply a corrupt ROM image? Or maybe accessing the YM2149 somehow disturbs the accelerated CPU's access to code in ROM? (Note that the YM2149 is somewhat special because it's the only(?) peripheral in the ST where an access takes an odd number of 8 MHz cycles: http://atari-forum.com/viewtopic.php?f= ... 1&#p338191.)
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
Ah yep, I keep blaming the DMA and forgot about the YM chip :roll: I mostly get 4 bombs when it tries to access the floppy with TOS206, but sometimes a row of bombs, and yes, this is hardware tripping up ; )
-
czietz
- Posts: 584
- Joined: 14 Jan 2018 13:02
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
Four bombs is Atari TOS's way to signal an illegal instruction. Maybe your booster is trying to read the next instruction from ROM while the YM2149 access is not yet finished and data bits "mix" on the bus? Like I wrote before, any YM2149 access will have a waitstate inserted into the bus cycle.
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: EMUTOS & ULTRASATAN & SEC BOOSTER CRASHES
I solved the issue, I wasn't using ST_AS on the SND_CS code :roll:czietz wrote: 21 Jan 2020 19:36 Four bombs is Atari TOS's way to signal an illegal instruction. Maybe your booster is trying to read the next instruction from ROM while the YM2149 access is not yet finished and data bits "mix" on the bus? Like I wrote before, any YM2149 access will have a waitstate inserted into the bus cycle.
Who is online
Users browsing this forum: ClaudeBot and 2 guests