diff options
Diffstat (limited to 'src/devices/bus/cpc/cpc_ssa1.cpp')
-rw-r--r-- | src/devices/bus/cpc/cpc_ssa1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/cpc/cpc_ssa1.cpp b/src/devices/bus/cpc/cpc_ssa1.cpp index a4a0836dfc4..f2f0f61cb56 100644 --- a/src/devices/bus/cpc/cpc_ssa1.cpp +++ b/src/devices/bus/cpc/cpc_ssa1.cpp @@ -101,12 +101,12 @@ ROM_END // rom_region - device-specific ROM region //------------------------------------------------- -const rom_entry *cpc_ssa1_device::device_rom_region() const +const tiny_rom_entry *cpc_ssa1_device::device_rom_region() const { return ROM_NAME( cpc_ssa1 ); } -const rom_entry *cpc_dkspeech_device::device_rom_region() const +const tiny_rom_entry *cpc_dkspeech_device::device_rom_region() const { return ROM_NAME( cpc_dkspeech ); } |