diff options
Diffstat (limited to 'src/emu/video/hd61830.c')
-rw-r--r-- | src/emu/video/hd61830.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/hd61830.c b/src/emu/video/hd61830.c index ece461232c9..1e25af33484 100644 --- a/src/emu/video/hd61830.c +++ b/src/emu/video/hd61830.c @@ -58,7 +58,7 @@ const device_type HD61830 = &device_creator<hd61830_device>; // default address map -static ADDRESS_MAP_START( hd61830, AS_0, 8 ) +static ADDRESS_MAP_START( hd61830, AS_0, 8, hd61830_device ) AM_RANGE(0x0000, 0xffff) AM_RAM ADDRESS_MAP_END |