From 7f5e233933332226222e2510511cdc7c8ff8fbc2 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Sat, 6 Aug 2016 08:54:37 -0400 Subject: Created a tiny_rom_entry structure for the purposes of rom_entry declarations in code, and a first pass at the required core changes to unpack tiny_rom_entry structures at runtime. WARNING - I've done preliminary testing on a tiny build (pacman works), but nothing more. I know for a fact that a full compile fails --- src/devices/bus/isa/mda.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/bus/isa/mda.cpp') diff --git a/src/devices/bus/isa/mda.cpp b/src/devices/bus/isa/mda.cpp index 739f6b677d7..aece6b1f740 100644 --- a/src/devices/bus/isa/mda.cpp +++ b/src/devices/bus/isa/mda.cpp @@ -137,7 +137,7 @@ machine_config_constructor isa8_mda_device::device_mconfig_additions() const // rom_region - device-specific ROM region //------------------------------------------------- -const rom_entry *isa8_mda_device::device_rom_region() const +const tiny_rom_entry *isa8_mda_device::device_rom_region() const { return ROM_NAME( mda ); } @@ -574,7 +574,7 @@ machine_config_constructor isa8_hercules_device::device_mconfig_additions() cons // rom_region - device-specific ROM region //------------------------------------------------- -const rom_entry *isa8_hercules_device::device_rom_region() const +const tiny_rom_entry *isa8_hercules_device::device_rom_region() const { return ROM_NAME( hercules ); } -- cgit v1.2.3-70-g09d2