diff sms.c @ 1184:b1147418254a

Overscan is now configurable
author Michael Pavone <pavone@retrodev.com>
date Wed, 18 Jan 2017 23:43:36 -0800
parents c4ea535cf57e
children aee2177a1630
line wrap: on
line diff
--- a/sms.c	Wed Jan 18 21:30:20 2017 -0800
+++ b/sms.c	Wed Jan 18 23:43:36 2017 -0800
@@ -193,6 +193,8 @@
 	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) {