test svn commit

This commit is contained in:
Angelo Salese 2009-05-03 20:27:01 +00:00
parent a01f867cbe
commit 0e77ecc1d2
2 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -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 )