trunk/src/mame/drivers/goldstar.c
| r245001 | r245002 | |
| 209 | 209 | ---x ---- info info small small/end |
| 210 | 210 | --x- ---- start start deal start start start |
| 211 | 211 | -x-- ---- hold |
| 212 | x--- ---- |
| 212 | 213 | |
| 214 | 7654 3210 unkch1 |
| 215 | ---- ---x bet-a/stop 2 |
| 216 | ---- --x- start/stop all |
| 217 | ---- -x-- info/small/stop 3 |
| 218 | ---- x--- big |
| 219 | ---x ---- bet-b/d-up |
| 220 | --x- ---- take/stop 1 |
| 221 | -x-- ---- |
| 222 | x--- ---- always on |
| 223 | |
| 213 | 224 | all cm/cmaster use the same scheme |
| 214 | 225 | tonypok uses lamps to indicate current button functions rather than active buttons |
| 215 | 226 | skill98 is like schery97 but doesn't activate bit 0 for stop |
| r245001 | r245002 | |
| 976 | 987 | popmessage("coin counters: %02x", data); |
| 977 | 988 | } |
| 978 | 989 | |
| 979 | | WRITE8_MEMBER(unkch_state::unkcm_0x02_w) |
| 980 | | { |
| 981 | | //popmessage("unkcm_0x02_w %02x", data); |
| 982 | | } |
| 983 | | |
| 984 | 990 | WRITE8_MEMBER(unkch_state::unkcm_0x03_w) |
| 985 | 991 | { |
| 986 | 992 | //popmessage("unkcm_0x03_w %02x", data); |
| r245001 | r245002 | |
| 995 | 1001 | ADDRESS_MAP_GLOBAL_MASK(0xff) |
| 996 | 1002 | |
| 997 | 1003 | AM_RANGE(0x01, 0x01) AM_WRITE(coincount_w) |
| 998 | | AM_RANGE(0x02, 0x02) AM_WRITE(unkcm_0x02_w) |
| 1004 | AM_RANGE(0x02, 0x02) AM_WRITE(p1_lamps_w) |
| 999 | 1005 | AM_RANGE(0x03, 0x03) AM_WRITE(unkcm_0x03_w) |
| 1000 | 1006 | |
| 1001 | 1007 | AM_RANGE(0x08, 0x08) AM_READ_PORT("IN0") |