Previous 199869 Revisions Next

r21299 Friday 22nd February, 2013 at 04:06:12 UTC by Angelo Salese
Debug code that slipped through ...
[src/emu/machine]stvcd.c

trunk/src/emu/machine/stvcd.c
r21298r21299
689689            cr3 = 0;
690690            cr4 = 0;
691691
692
693            if(machine().input().code_pressed(KEYCODE_Z))
694            {
695               cr1 = cd_stat | (machine().rand() & 0xff);
696               cr2 = machine().rand();
697               cr3 = machine().rand();
698               cr4 = machine().rand();
699            }
700
701692            hirqreg |= (CMOK|ESEL);
702693         }
703694         break;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team