Fix Puzzle Star. Leave me alone Jack! :p

This commit is contained in:
iq_132 2013-11-16 01:57:07 +00:00
parent 699470a419
commit 7073b006c7
1 changed files with 2 additions and 2 deletions

View File

@ -2191,8 +2191,8 @@ static void puzlstar_asic27a_sim_command(UINT8 command)
switch (command)
{
case 0x99: // Reset?
asic27a_sim_key = 0;
asic27a_sim_response = 0x890000 | (PgmInput[7] << 8);
asic27a_sim_key = 0x100;
asic27a_sim_response = 0x880000 | (PgmInput[7] << 8);
break;
case 0xb1: