diff options
Diffstat (limited to 'src/devices/bus/pc98_cbus/pc9801_55.h')
| -rw-r--r-- | src/devices/bus/pc98_cbus/pc9801_55.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/pc98_cbus/pc9801_55.h b/src/devices/bus/pc98_cbus/pc9801_55.h index e55e4d2dafc..45bd06da119 100644 --- a/src/devices/bus/pc98_cbus/pc9801_55.h +++ b/src/devices/bus/pc98_cbus/pc9801_55.h @@ -57,9 +57,12 @@ private: void io_map(address_map &map) ATTR_COLD; void internal_map(address_map &map) ATTR_COLD; + void flush_rom_bank(); u8 m_ar; u8 m_port30; u8 m_pkg_id; + u8 m_rom_bank; + bool m_dma_enable; }; class pc9801_55u_device : public pc9801_55_device |
