summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2emu.h')
-rw-r--r--src/devices/cpu/alto2/a2emu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/alto2/a2emu.h b/src/devices/cpu/alto2/a2emu.h
index 344c7ff2c71..5fd012b6196 100644
--- a/src/devices/cpu/alto2/a2emu.h
+++ b/src/devices/cpu/alto2/a2emu.h
@@ -42,9 +42,9 @@ enum {
};
struct {
- UINT16 ir; //!< emulator instruction register
- UINT8 skip; //!< emulator skip
- UINT8 cy; //!< emulator carry
+ uint16_t ir; //!< emulator instruction register
+ uint8_t skip; //!< emulator skip
+ uint8_t cy; //!< emulator carry
} m_emu;
void bs_early_emu_disp(); //!< bus source: drive bus by IR[8-15], possibly sign extended
void f1_early_emu_block(); //!< F1 func: block task