From 1d8d7aa859fff168fd00be6851cda907bf4211d9 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 18 Jan 2017 23:43:36 -0800 Subject: Overscan is now configurable --- sms.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sms.c') diff --git a/sms.c b/sms.c index acc23f6..c49f98f 100644 --- a/sms.c +++ b/sms.c @@ -193,6 +193,8 @@ static void run_sms(system_header *system) render_disable_ym(); sms_context *sms = (sms_context *)system; uint32_t target_cycle = sms->z80->current_cycle + 3420*262; + //TODO: PAL support + render_set_video_standard(VID_NTSC); while (!sms->should_return) { if (system->enter_debugger && sms->z80->pc) { -- cgit v1.2.3