From 2a4712c7b6e804d10ac63937ca399e19a1792ccb Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Mon, 23 Jan 2017 09:38:14 -0600 Subject: [PATCH] missed rom3 patch message --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 163d713..88fd1ac 100644 --- a/src/config.c +++ b/src/config.c @@ -979,7 +979,7 @@ config_load_roms() } } else if(g_rom_version == 3) { /* patch ROM 03 */ - printf("Patching ROM 03 smartport bug\n"); + glog("Patching ROM 03 smartport bug"); /* 1: Patch Smartport code to fix a stupid bug */ /* that causes it to write the IWM status reg into c036, */ /* which is the system speed reg...it's "safe" since */