1
0
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:
Radosław Kujawa 2017-01-20 22:24:08 +01:00
parent 172b2e3f6f
commit 657fb0cad2

View File

@ -78,7 +78,7 @@ ATF_TC_BODY(emul_nop, tc)
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);