janwilmans / nowindlibraries

Support libraries for nowind interface and developer emulation environment
https://github.com/janwilmans/nowindlibraries
MIT License
1 stars 0 forks source link

Add 50/60Hz startup commands #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some games rely on specific video timing, it would be good to specify this on 
the commandline.

Holding '6' at boottime is already implemented (switches to 60Hz)

Original issue reported on code.google.com by janwilm...@gmail.com on 6 Nov 2011 at 10:57

GoogleCodeExporter commented 8 years ago
The function '6' was changed to 'invert' the default. FFE8 = (FFE8 xor 2) is 
done when holding '6'.

This means holding '6' now switches to 50hz if your MSX normally boots at 60hz, 
and vice versa.

Original comment by janwilm...@gmail.com on 26 Jan 2012 at 9:15