mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
Added note regarding undocumented playback feature for Orchestra-90 (nw)
This commit is contained in:
parent
f8cc689795
commit
0fbad045de
@ -10,6 +10,19 @@
|
|||||||
supporting stereo sound. The left channel was at $FF7A, and the right
|
supporting stereo sound. The left channel was at $FF7A, and the right
|
||||||
channel was at $FF7B
|
channel was at $FF7B
|
||||||
|
|
||||||
|
|
||||||
|
Hidden Code exists in the ORCH-90 to produce a higher quality output.
|
||||||
|
Once you start the PAK, hit "SHIFT+ENTER" at the title screen. Once you
|
||||||
|
are at command, type the following (playing the William Tell default):
|
||||||
|
"S" + "ENTER"
|
||||||
|
"P" + "SHIFT+ENTER"
|
||||||
|
|
||||||
|
The output will be cleaner due to code causing a change in CPU speed by
|
||||||
|
addressing CPU registers to run the 6809 at 2x speed.
|
||||||
|
|
||||||
|
"P" + "ENTER" will play at regular CPU speed. The difference should be
|
||||||
|
very noticable.
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user