From 5619fdd9c79c37e69cc4d4a2df97375639dabb13 Mon Sep 17 00:00:00 2001 From: smf- Date: Sat, 1 Jun 2013 12:08:39 +0000 Subject: removed redundant comment as it has been fixed (nw) --- src/emu/machine/bankdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/machine/bankdev.c') diff --git a/src/emu/machine/bankdev.c b/src/emu/machine/bankdev.c index 4faeabb427e..ec8a4b29a33 100644 --- a/src/emu/machine/bankdev.c +++ b/src/emu/machine/bankdev.c @@ -19,7 +19,7 @@ DEVICE_ADDRESS_MAP_START(amap8, 8, address_map_bank_device) ADDRESS_MAP_END DEVICE_ADDRESS_MAP_START(amap16, 16, address_map_bank_device) - AM_RANGE(0x00000000, 0xffffffff) AM_READWRITE(read16, write16) /// TODO: fix memory.c bug that ignores the upper limit on the AM_DEVICE + AM_RANGE(0x00000000, 0xffffffff) AM_READWRITE(read16, write16) ADDRESS_MAP_END DEVICE_ADDRESS_MAP_START(amap32, 32, address_map_bank_device) -- cgit v1.2.3-70-g09d2