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/ega.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/bus/isa/ega.h') diff --git a/src/devices/bus/isa/ega.h b/src/devices/bus/isa/ega.h index 99dac11e1aa..6c09f34214c 100644 --- a/src/devices/bus/isa/ega.h +++ b/src/devices/bus/isa/ega.h @@ -26,7 +26,7 @@ public: // optional information overrides virtual machine_config_constructor device_mconfig_additions() const override; - virtual const rom_entry *device_rom_region() const override; + virtual const tiny_rom_entry *device_rom_region() const override; virtual ioport_constructor device_input_ports() const override; DECLARE_READ8_MEMBER(read); -- cgit v1.2.3-70-g09d2