diff options
author | 2024-06-30 17:43:02 +1000 | |
---|---|---|
committer | 2024-06-30 17:43:02 +1000 | |
commit | 9f6c0de566d7bd3fcc956809ae4c80acf128fb3d (patch) | |
tree | 00e8358495adfd84a323409cce46240bd8799781 /src/devices/machine/cxd1185.h | |
parent | db219fd88826cd8c4d1bafe449c6872bd34efa5d (diff) |
Cleaned up various stuff.
* sony_news.xml: Added proper compatibility flags for different
generations.
* cpu/pic16x8x: This is very much a derivative work.
* cpu/tms32025.cpp: Allow stack push/pop to be inlined.
* tecmo/bombjack.cpp: Avoid needing to remove and replace devices in
machine configuration.
* Various other cleanup.
Diffstat (limited to 'src/devices/machine/cxd1185.h')
-rw-r--r-- | src/devices/machine/cxd1185.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cxd1185.h b/src/devices/machine/cxd1185.h index 7fa3f21d7ea..76c0f7aca35 100644 --- a/src/devices/machine/cxd1185.h +++ b/src/devices/machine/cxd1185.h @@ -121,7 +121,7 @@ private: // internal state bool m_irq_asserted; bool m_drq_asserted; - util::fifo <u8, 16> m_fifo; + util::fifo<u8, 16> m_fifo; bool m_pio_data_mode; bool m_pio_ctrl_mode; u32 m_scsi_ctrl_state; |