Re: multi-game doctor 2

From David Shadoff <xxxxxx@interlog.com>
Date
>Does anyone know if the multi-game doctor 2 works with the U.S. turbo grafx
>16?  It was made for the pc-engine, but I'm not exactly sure about their
>differences.

Yes it does, but the data bits are inverted in the TG-16 as compared with
the PC-Engine.

So, you need to either:
(1) Re-order the bits in the ROM image
or
(2) plug the RAM unit into an adapter.

Note that all homebrew ROM's from MagicKit or HuC use the PC-Engine's
bit-order, as do the emulators.  The re-ordering of bits for the US systems
is actually a bit-swap:

D0 <-> D7
D1 <-> D6
D2 <-> D5
D3 <-> D4

- Dave