mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
hunter2: correct location of LCD controller data read port. Fixes text at bottom of the screen.
This commit is contained in:
parent
74e2f515c9
commit
904deacdb5
@ -41,8 +41,9 @@ ADDRESS_MAP_END
|
||||
static ADDRESS_MAP_START(hunter2_io, AS_IO, 8, hunter2_state)
|
||||
ADDRESS_MAP_UNMAP_HIGH
|
||||
ADDRESS_MAP_GLOBAL_MASK(0xff)
|
||||
AM_RANGE(0x20, 0x20) AM_DEVREADWRITE("lcdc", hd61830_device, data_r, data_w)
|
||||
AM_RANGE(0x20, 0x20) AM_DEVWRITE("lcdc", hd61830_device, data_w)
|
||||
AM_RANGE(0x21, 0x21) AM_DEVREADWRITE("lcdc", hd61830_device, status_r, control_w)
|
||||
AM_RANGE(0x3e, 0x3e) AM_DEVREAD("lcdc", hd61830_device, data_r)
|
||||
AM_RANGE(0xe0, 0xe0) AM_WRITE(porte0_w)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user