mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
(nw) apple2e: fixed the build
This commit is contained in:
parent
9c4f10e82d
commit
e2fce8a25c
@ -474,7 +474,7 @@ private:
|
|||||||
bool m_accel_temp_slowdown;
|
bool m_accel_temp_slowdown;
|
||||||
bool m_accel_laser;
|
bool m_accel_laser;
|
||||||
int m_accel_stage;
|
int m_accel_stage;
|
||||||
uint m_accel_speed;
|
u32 m_accel_speed;
|
||||||
u8 m_accel_slotspk;
|
u8 m_accel_slotspk;
|
||||||
|
|
||||||
uint8_t *m_ram_ptr, *m_rom_ptr, *m_cec_ptr;
|
uint8_t *m_ram_ptr, *m_rom_ptr, *m_cec_ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user