summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/horizon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/horizon.cpp')
-rw-r--r--src/devices/bus/ti99_peb/horizon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99_peb/horizon.cpp b/src/devices/bus/ti99_peb/horizon.cpp
index 42e12ab4c6c..cdae19a2bbb 100644
--- a/src/devices/bus/ti99_peb/horizon.cpp
+++ b/src/devices/bus/ti99_peb/horizon.cpp
@@ -434,7 +434,7 @@ ROM_START( horizon )
ROM_REGION(MAXRAM_SIZE, NVRAMREGION, 0)
ROM_FILL(0x0000, MAXRAM_SIZE, nullptr)
ROM_REGION(0x8000, RAMREGION, 0)
- ROM_FILL(0x0000, 0x8000, nullptr)
+ ROM_FILL(0x0000, 0x8000, 0x00)
ROM_END
const rom_entry *horizon_ramdisk_device::device_rom_region() const