
OK, here I go:
- How do Fusion or Regen emulate SRAM? Do they treat it as slower than normal RAM or as fast as it?
- Do Fusion and Regen (didn't check if Regen has BIOS support) treat the BIOS as being always 8KB or they go by the BIOS ROM size? Because I would want to make a BIOS that would be surely bigger than 8KB.
- On consoles that don't have the port #3 (the EXT port), what do you get if you try to read it?
- Reading the $400000-$7FFFFF area generates a signal that is normally not used for addressing. Would it be possible to use it as an extra address line to access 8MB?
- The cartridge can generate the !DTACK signal. Would it be possible to enable the $800000-$9FFFFF as a ROM area with it? (this combined with the above would in fact allow the UMKT hack to work on the real hardware).
- What format does the Mega Drive use when the ports are in serial mode? (by format I mean the encoding, e.g. 8n1) It doesn't seem to be possible to change it, through if it is, tell me! (the serial mode is almost not documented, really)
- VDP's mode 4 uses two registers (8 and 9 if I'm not mistaken) for scrolling. Mode 5 uses the scroll tables for scrolling instead, but do those registers have some effect still? Registers are in the internal VDP memory and don't go through the FIFO, so often the values set there have effect even if changed in the middle of a scanline. If those registers still do something, we could do horizontal stretching of the scroll or something.
