diff options
Diffstat (limited to 'src/devices/machine/microtch.cpp')
-rw-r--r-- | src/devices/machine/microtch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/microtch.cpp b/src/devices/machine/microtch.cpp index 2dc2cb30963..c9d60a4b932 100644 --- a/src/devices/machine/microtch.cpp +++ b/src/devices/machine/microtch.cpp @@ -394,6 +394,6 @@ void microtouch_device::tra_complete() const tiny_rom_entry *microtouch_device::device_rom_region() const { - return ROM_NAME(microtouch); + return ROM_NAME(microtouch); } |