mirror of
https://github.com/pevans/erc-c.git
synced 2026-03-12 12:41:54 +00:00
Require STATUS_DEFAULT, stack pointer at ff
This commit is contained in:
@@ -100,8 +100,8 @@ Test(apple2, reset)
|
||||
apple2_reset(mach);
|
||||
|
||||
cr_assert_eq(mach->cpu->PC, 0x1234);
|
||||
cr_assert_eq(mach->cpu->P, MOS_INTERRUPT);
|
||||
cr_assert_eq(mach->cpu->S, 0);
|
||||
cr_assert_eq(mach->cpu->P, MOS_STATUS_DEFAULT);
|
||||
cr_assert_eq(mach->cpu->S, 0xff);
|
||||
}
|
||||
|
||||
Test(apple2, set_memory_mode)
|
||||
|
||||
Reference in New Issue
Block a user