Fix Selectable DIsk

This commit is contained in:
Tamas Rudnai 2020-02-22 22:19:51 -08:00
parent cf5f390ed2
commit 44debeb2d1
2 changed files with 3 additions and 1 deletions

View File

@ -424,6 +424,8 @@ class ViewController: NSViewController {
txtClear[ y * (textCols + lineEndChars) + textCols ] = "\n"
}
woz_loadFile( Bundle.main.resourcePath, "Apple DOS 3.3 January 1983.woz" )
let spk_up_path = Bundle.main.path(forResource: "spk_up", ofType:"wav")!
let spk_up_url = URL(fileURLWithPath: spk_up_path)

View File

@ -913,7 +913,7 @@ void m6502_ColdReset( const char * bundlePath ) {
/* Requires Enhanced //e or later */// woz_loadFile( bundlePath, "ProDOS_402_System.woz");
// woz_loadFile( bundlePath, "Merlin-8 v2.48 (DOS 3.3).woz");
woz_loadFile( bundlePath, "Apple DOS 3.3 January 1983.woz");
// woz_loadFile( bundlePath, "Apple DOS 3.3 January 1983.woz");
m6502.A = m6502.X = m6502.Y = 0xFF;