This commit is contained in:
jl777
2019-03-26 09:28:19 -11:00
parent 7c63b83176
commit a29ad0f9bb

View File

@@ -707,7 +707,7 @@ void *gamesiterate(struct games_state *rs)
if ( skipcount == 0 )
{
c = games_readevent(rs);
//fprintf(stderr,"%04x\n",c);
fprintf(stderr,"%04x\n",c);
if ( (c & 0x4000) == 0x4000 )
{
skipcount = (c & 0x3fff);