# Apple ][ with (13-sector) DOS 3.1 (the original version of DOS 3.3). # # After power-up, type C600G to boot the DOS 3.1 System Master disk. # # Since this System Master disk has "APPLESOFT" on it, you can type # FP at the Integer BASIC prompt to run Applesoft BASIC. When you do # it this way, you get an interesting title page for Applesoft, showing # copyright notices for Apple and Microsoft. # Integer BASIC and old Monitor ROMs import motherboard rom 1000 $(PREFIX)lib/apple2/system/a2/intbasic.a65 import motherboard rom 2425 $(PREFIX)lib/apple2/system/a2/other.a65 import motherboard rom 2800 $(PREFIX)lib/apple2/system/a2/monitor.a65 # Disk ][ card with 13-sector ROMs slot 6 disk13 import slot 6 rom 0 $(PREFIX)lib/apple2/dos/13sector/disk2.a65 # Insert DOS 3.1 System Master disk into drive 1 load slot 6 drive 1 $(PREFIX)lib/apple2/dos/13sector/dos310/clean31sysmas_stock_rawdos.nib