diff options
Diffstat (limited to 'src/devices/bus/isa/sb16.cpp')
-rw-r--r-- | src/devices/bus/isa/sb16.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/sb16.cpp b/src/devices/bus/isa/sb16.cpp index 2bc2d43c517..9378da64858 100644 --- a/src/devices/bus/isa/sb16.cpp +++ b/src/devices/bus/isa/sb16.cpp @@ -420,7 +420,7 @@ static MACHINE_CONFIG_FRAGMENT( sb16 ) MCFG_PC_JOY_ADD("pc_joy") MACHINE_CONFIG_END -const rom_entry *sb16_lle_device::device_rom_region() const +const tiny_rom_entry *sb16_lle_device::device_rom_region() const { return ROM_NAME( sb16 ); } |