mirror of
https://github.com/holub/mame
synced 2025-05-10 00:01:52 +03:00
dec8.c improvements [stephh] :
- lastmisn*, shackled, breywood, gondo, makyosen, garyoret, ghostb*, meikyuh*, csilver*, oscar*, srdarwin*, cobracom* : fixed Dip Switches and Inputs (after verification of the M6809/HD6309 code); coinage for games without real MCU is still a guess though - lastmisn*, csilver*, srdarwin* : added coinage simulation based on the Dip Switches - garyoret : use fake MCU based on 'gondo' instead of simulating it
This commit is contained in:
parent
42020b2725
commit
a9b8e82275
File diff suppressed because it is too large
Load Diff
@ -33,8 +33,14 @@ public:
|
|||||||
int m_nmi_enable;
|
int m_nmi_enable;
|
||||||
int m_i8751_return;
|
int m_i8751_return;
|
||||||
int m_i8751_value;
|
int m_i8751_value;
|
||||||
|
int m_coinage_id;
|
||||||
int m_coin1;
|
int m_coin1;
|
||||||
int m_coin2;
|
int m_coin2;
|
||||||
|
int m_need1;
|
||||||
|
int m_need2;
|
||||||
|
int m_cred1;
|
||||||
|
int m_cred2;
|
||||||
|
int m_credits;
|
||||||
int m_latch;
|
int m_latch;
|
||||||
int m_snd;
|
int m_snd;
|
||||||
int m_msm5205next;
|
int m_msm5205next;
|
||||||
|
Loading…
Reference in New Issue
Block a user