diff options
author | 2013-09-17 06:47:03 +0000 | |
---|---|---|
committer | 2013-09-17 06:47:03 +0000 | |
commit | 96aa5e1c086b4927456dc88b925d8ec112f0482e (patch) | |
tree | f59d136c51d4a065f39e3ab0d73981526c4d156b /src/mess/machine/abc1600mac.c | |
parent | a7d12daf5b4c3374e8ad47a003ac7fff73d5c8fc (diff) |
Cleanups and version bumpmame0150
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); } |