diff options
author | 2014-05-13 11:46:02 +0000 | |
---|---|---|
committer | 2014-05-13 11:46:02 +0000 | |
commit | 640354ad9efa2b8c0027c0bce444e652cb593333 (patch) | |
tree | 9b96640848e9599d569e8c9a683acf3417406d60 /src/mess/machine/amigakbd.h | |
parent | 4997e59478dc1d5c0b60c4125e609c3c271a85f7 (diff) |
Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of
work still to do. All basic Amiga models are now supported to varying
degrees.
Diffstat (limited to 'src/mess/machine/amigakbd.h')
-rw-r--r-- | src/mess/machine/amigakbd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/machine/amigakbd.h b/src/mess/machine/amigakbd.h index 904e3c61350..bec639c6c35 100644 --- a/src/mess/machine/amigakbd.h +++ b/src/mess/machine/amigakbd.h @@ -30,6 +30,7 @@ public: // optional information overrides virtual ioport_constructor device_input_ports() const; + virtual const rom_entry *device_rom_region() const; DECLARE_INPUT_CHANGED_MEMBER( kbd_update ); |