diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-18 23:43:36 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-18 23:43:36 -0800 |
commit | 1d8d7aa859fff168fd00be6851cda907bf4211d9 (patch) | |
tree | 4487b964fa82101adbee00f23efc9e512fc52201 /sms.c | |
parent | e282b6a5933a92459dafabca2e95f30de09914cc (diff) |
Overscan is now configurable
Diffstat (limited to 'sms.c')
-rw-r--r-- | sms.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |