From 657fb0cad2ea922afae4158e9ee980da679e02c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Fri, 20 Jan 2017 22:24:08 +0100 Subject: [PATCH] Use rom_start() for NOP test. --- test/test_emulation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_emulation.c b/test/test_emulation.c index d073a99..af37755 100644 --- a/test/test_emulation.c +++ b/test/test_emulation.c @@ -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);