Re: ST536 STE EDITION
Posted: 13 May 2025 22:10
Been playing around but given up for now. Something seems screwy as now the shadow logic is causing EMUTOS to crash on all sorts of crazy addresses. So it's like the main bus is trashed now, but no idea how :roll:
As EMUTOS doesn't use the blitter I removed the logic for that. So only the CPU can access ROM. Then after ROM copy to RAM it totally disabled the ROM decode logic for ROM and directs the decode to the sdram controller. Where it changes the ROM address to RAM . So the SDRAM controller just thinks it's doing stuff as normal... Only it doesn't seem to work like that. :roll:
Simple SRAM bank switching should work. But there's the risk it's the switch causing the crash for some reason.. and that be a lot time and expense for essentially an experiment :roll:
I suppose I could put some SRAM onto a ROM board as ROM has all the signals I need. Then I've got 2 free IO pads I can bodge across for CS and RW... That's likely the simplest option to try the idea. But wouldn't be 32bit which could be a factor :roll:
As EMUTOS doesn't use the blitter I removed the logic for that. So only the CPU can access ROM. Then after ROM copy to RAM it totally disabled the ROM decode logic for ROM and directs the decode to the sdram controller. Where it changes the ROM address to RAM . So the SDRAM controller just thinks it's doing stuff as normal... Only it doesn't seem to work like that. :roll:
Simple SRAM bank switching should work. But there's the risk it's the switch causing the crash for some reason.. and that be a lot time and expense for essentially an experiment :roll:
I suppose I could put some SRAM onto a ROM board as ROM has all the signals I need. Then I've got 2 free IO pads I can bodge across for CS and RW... That's likely the simplest option to try the idea. But wouldn't be 32bit which could be a factor :roll: