Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeykt committed May 9, 2023
1 parent 75372be commit 9712de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 68k.c
Original file line number Diff line number Diff line change
Expand Up @@ -6733,7 +6733,7 @@ void M68K_Clock2(m68k_t *chip, int clk1, int clk2)
chip->input.i_clk_phase = 1;
if (clk2)
chip->input.i_clk_phase = 2;
chip->input.i_vpa_test = chip->input.i_vpa = state_test;
chip->input.i_vpa_test = chip->input.i_vpa == state_test;

if (clk2)
{
Expand Down

0 comments on commit 9712de8

Please sign in to comment.