ml; charset=UTF-8 Last-Modified: Sat, 03 May 2025 20:11:29 GMT Expires: Tue, 01 May 2035 20:11:29 GMT mame - MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine.cpp')
-rw-r--r--src/emu/machine.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/emu/machine.cpp b/src/emu/machine.cpp
index 6712951b0ae..3906671587c 100644
--- a/src/emu/machine.cpp
+++ b/src/emu/machine.cpp
@@ -1276,7 +1276,7 @@ WRITE8_MEMBER(dummy_space_device::write)
throw emu_fatalerror("Attempted to write to generic address space (offs %X = %02X)\n", offset, data);
}
-static ADDRESS_MAP_START(dummy, AS_0, 8, dummy_space_device)
+static ADDRESS_MAP_START(dummy, 0, 8, dummy_space_device)
generated by cgit v1.2.3-70-g09d2 (git 2.49.0) at 2025-05-03 20:11:30 +0000