mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
test svn commit
This commit is contained in:
parent
a01f867cbe
commit
0e77ecc1d2
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1622,7 +1622,7 @@ src/mame/drivers/ironhors.c svneol=native#text/plain
|
||||
src/mame/drivers/istellar.c svneol=native#text/plain
|
||||
src/mame/drivers/itech32.c svneol=native#text/plain
|
||||
src/mame/drivers/itech8.c svneol=native#text/plain
|
||||
src/mame/drivers/itgambl2.c -text svneol=native#plain/text
|
||||
src/mame/drivers/itgambl2.c svneol=native#text/plain
|
||||
src/mame/drivers/itgambl3.c svneol=native#text/plain
|
||||
src/mame/drivers/itgamble.c svneol=native#text/plain
|
||||
src/mame/drivers/jack.c svneol=native#text/plain
|
||||
|
@ -82,7 +82,7 @@ static WRITE8_HANDLER( test_w )
|
||||
|
||||
x[offset] = data;
|
||||
|
||||
popmessage("%02x %02x %02x %02x %02x",x[0],x[1],x[2],x[3],x[4]);
|
||||
//popmessage("%02x %02x %02x %02x %02x",x[0],x[1],x[2],x[3],x[4]);
|
||||
}
|
||||
|
||||
static ADDRESS_MAP_START( m14_map, ADDRESS_SPACE_PROGRAM, 8 )
|
||||
|
Loading…
Reference in New Issue
Block a user