summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ep64/exdos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ep64/exdos.h')
-rw-r--r--src/devices/bus/ep64/exdos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ep64/exdos.h b/src/devices/bus/ep64/exdos.h
index dac02daa1b4..6259440b751 100644
--- a/src/devices/bus/ep64/exdos.h
+++ b/src/devices/bus/ep64/exdos.h
@@ -32,7 +32,7 @@ public:
ep64_exdos_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// optional information overrides
- virtual const rom_entry *device_rom_region() const override;
+ virtual const tiny_rom_entry *device_rom_region() const override;
virtual machine_config_constructor device_mconfig_additions() const override;
DECLARE_READ8_MEMBER( read );