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:
stephh 2012-03-11 12:03:30 +00:00
parent 42020b2725
commit a9b8e82275
2 changed files with 1771 additions and 1711 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,8 +33,14 @@ public:
int m_nmi_enable;
int m_i8751_return;
int m_i8751_value;
int m_coinage_id;
int m_coin1;
int m_coin2;
int m_need1;
int m_need2;
int m_cred1;
int m_cred2;
int m_credits;
int m_latch;
int m_snd;
int m_msm5205next;