-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added config for running locally on a console
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
d tracks[0-15] 254 | ||
; For a period-accurate clock speed | ||
; d clock 4000 | ||
attach dsk0 mpm.dsk | ||
attach dsk1 app.dsk | ||
attach dsk2 supercalc.dsk | ||
attach dsk3 dbase.dsk | ||
attach dsk4 wordstar.dsk | ||
attach dsk5 multiplan.dsk | ||
attach dsk6 games.dsk | ||
attach dsk7 tp3.dsk | ||
attach hdsk0 i.dsk | ||
attach hdsk1 j.dsk | ||
d common b000 | ||
set cpu 64k | ||
set cpu itrap | ||
set cpu z80 | ||
set cpu altairrom | ||
set cpu banked | ||
set simh timeroff | ||
boot dsk |