mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-11 18:49:16 +00:00
Use rom_start() for NOP test.
This commit is contained in:
parent
172b2e3f6f
commit
657fb0cad2
@ -78,7 +78,7 @@ ATF_TC_BODY(emul_nop, tc)
|
|||||||
|
|
||||||
e.regs.PC = ROM_LOAD_ADDR;
|
e.regs.PC = ROM_LOAD_ADDR;
|
||||||
|
|
||||||
bus_load_file(&b, ROM_LOAD_ADDR, "test_emulation_nop.rom");
|
ATF_REQUIRE(rom_start(&e, "test_emulation_nop.rom"));
|
||||||
|
|
||||||
rk65c02_start(&e);
|
rk65c02_start(&e);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user