Previous 199869 Revisions Next

r36339 Monday 9th March, 2015 at 08:34:14 UTC by Vasantha Crabb
Fix name/value of inverted thing
[src/mame/drivers]goldstar.c
[src/mame/includes]goldstar.h

trunk/src/mame/drivers/goldstar.c
r244850r244851
1190911909      ROM[i] = x;
1191011910   }
1191111911
11912   m_maincpu->space(AS_IO).install_read_handler(0x1e, 0x1e, read8_delegate(FUNC(cmaster_state::fixedval7d_r),this));
11912   m_maincpu->space(AS_IO).install_read_handler(0x1e, 0x1e, read8_delegate(FUNC(cmaster_state::fixedval82_r),this));
1191311913}
1191411914
1191511915
trunk/src/mame/includes/goldstar.h
r244850r244851
132132   READ8_MEMBER(fixedval58_r) { return 0x58; }
133133   READ8_MEMBER(fixedval68_r) { return 0x68; }
134134   READ8_MEMBER(fixedval74_r) { return 0x74; }
135   READ8_MEMBER(fixedval7d_r) { return 0x7d; }
136135   READ8_MEMBER(fixedval80_r) { return 0x80; }
136   READ8_MEMBER(fixedval82_r) { return 0x82; }
137137   READ8_MEMBER(fixedval84_r) { return 0x84; }
138138   READ8_MEMBER(fixedval90_r) { return 0x90; }
139139   READ8_MEMBER(fixedval96_r) { return 0x96; }


Previous 199869 Revisions Next


© 1997-2024 The MAME Team