summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/transtape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/transtape.cpp')
-rw-r--r--src/devices/bus/cpc/transtape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/transtape.cpp b/src/devices/bus/cpc/transtape.cpp
index b1892f3a31e..2735536f95f 100644
--- a/src/devices/bus/cpc/transtape.cpp
+++ b/src/devices/bus/cpc/transtape.cpp
@@ -22,7 +22,7 @@ ROM_START( cpc_transtape )
ROM_LOAD( "tta.rom", 0x0000, 0x4000, CRC(c568da76) SHA1(cc509d21216bf11d40f9a3e0791ef7f4ada03790) )
ROM_END
-const rom_entry *cpc_transtape_device::device_rom_region() const
+const tiny_rom_entry *cpc_transtape_device::device_rom_region() const
{
return ROM_NAME( cpc_transtape );
}