| 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 |
| r244850 | r244851 | |
|---|---|---|
| 11909 | 11909 | ROM[i] = x; |
| 11910 | 11910 | } |
| 11911 | 11911 | |
| 11912 | m_maincpu->space(AS_IO).install_read_handler(0x1e, 0x1e, read8_delegate(FUNC(cmaster_state::fixedval | |
| 11912 | m_maincpu->space(AS_IO).install_read_handler(0x1e, 0x1e, read8_delegate(FUNC(cmaster_state::fixedval82_r),this)); | |
| 11913 | 11913 | } |
| 11914 | 11914 | |
| 11915 | 11915 |
| r244850 | r244851 | |
|---|---|---|
| 132 | 132 | READ8_MEMBER(fixedval58_r) { return 0x58; } |
| 133 | 133 | READ8_MEMBER(fixedval68_r) { return 0x68; } |
| 134 | 134 | READ8_MEMBER(fixedval74_r) { return 0x74; } |
| 135 | READ8_MEMBER(fixedval7d_r) { return 0x7d; } | |
| 136 | 135 | READ8_MEMBER(fixedval80_r) { return 0x80; } |
| 136 | READ8_MEMBER(fixedval82_r) { return 0x82; } | |
| 137 | 137 | READ8_MEMBER(fixedval84_r) { return 0x84; } |
| 138 | 138 | READ8_MEMBER(fixedval90_r) { return 0x90; } |
| 139 | 139 | READ8_MEMBER(fixedval96_r) { return 0x96; } |
| https://github.com/mamedev/mame/commit/c7c26571c2db0e681ff0fe022b004169dd2d0a54 |
| Previous | 199869 Revisions | Next |