
Originally Posted by
Razoola
On the CD system the Z80 can write to ram (it can even self modily its own code if it wanted, so you have 64kb) The 68k can see that ram when it is opened for writing (like when z80 M ROM is loaded from CD). The issue is I don't think its possible to have the z80 running and the 68k being able to see the RAM at the same time. The z80 would have to do slices of work and then stop with the 68k then looking at the results and then updating graphics as needed. Sound might be a problem but you could have a situation with the z80 doing slices of work while the 68k is converting the results of the previous slices work (because it copied the z80 workram into the 68k workspace).
Raz