mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-15 18:07:45 +00:00
Backward steps require adjacent phases
This commit is contained in:
parent
28061c1d11
commit
c7fbb4aa50
@ -217,7 +217,7 @@ Test(apple2_dd, phaser)
|
||||
cr_assert_eq(drive->track_pos, 1);
|
||||
|
||||
// And test that we can go backward
|
||||
drive->phase_state = 0;
|
||||
drive->phase_state = 0x2;
|
||||
apple2_dd_phaser(drive);
|
||||
cr_assert_eq(drive->track_pos, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user