diff options
Diffstat (limited to 'src/emu/video/mb90082.c')
| -rw-r--r-- | src/emu/video/mb90082.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/video/mb90082.c b/src/emu/video/mb90082.c index 19bedfc3371..491e3111ebf 100644 --- a/src/emu/video/mb90082.c +++ b/src/emu/video/mb90082.c @@ -1,11 +1,11 @@ /*************************************************************************** - Fujitsu MB90082 OSD + Fujitsu MB90082 OSD - preliminary device by Angelo Salese + preliminary device by Angelo Salese - TODO: - - get a real charset ROM; + TODO: + - get a real charset ROM; ***************************************************************************/ @@ -24,8 +24,8 @@ const device_type MB90082 = &device_creator<mb90082_device>; static ADDRESS_MAP_START( mb90082_vram, AS_0, 16, mb90082_device ) AM_RANGE(0x0000, 0x023f) AM_RAM // main screen vram AM_RANGE(0x0400, 0x063f) AM_RAM // main screen attr -// AM_RANGE(0x0800, 0x0a3f) AM_RAM // sub screen vram -// AM_RANGE(0x0c00, 0x0e3f) AM_RAM // sub screen attr +// AM_RANGE(0x0800, 0x0a3f) AM_RAM // sub screen vram +// AM_RANGE(0x0c00, 0x0e3f) AM_RAM // sub screen attr ADDRESS_MAP_END /* charset is undumped, but apparently a normal ASCII one is enough for the time being (for example "fnt0808.x1" in Sharp X1) */ |
