diff options
Diffstat (limited to 'src/mess/machine/abc1600mac.c')
| -rw-r--r-- | src/mess/machine/abc1600mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/abc1600mac.c b/src/mess/machine/abc1600mac.c index 0a5512f3138..1e2766fddb7 100644 --- a/src/mess/machine/abc1600mac.c +++ b/src/mess/machine/abc1600mac.c @@ -241,7 +241,7 @@ UINT8 abc1600_mac_device::read_user_memory(offs_t offset) { int nonx = 0, wp = 0; offs_t virtual_offset = translate_address(offset, &nonx, &wp); - + return space().read_byte(virtual_offset); } |
