mirror of
https://github.com/simonowen/apple1emu.git
synced 2024-12-26 07:29:24 +00:00
apple1emu v1.0
This commit is contained in:
commit
43e1495d76
BIN
65C02.rom.bin
Normal file
BIN
65C02.rom.bin
Normal file
Binary file not shown.
32
ReadMe.txt
Normal file
32
ReadMe.txt
Normal file
@ -0,0 +1,32 @@
|
||||
Apple 1 Emulator for SAM Coupe (v1.0)
|
||||
-------------------------------------
|
||||
|
||||
Emulator Keys:
|
||||
|
||||
Shift-Esc = Soft Reset
|
||||
Symbol-1 = 50Hz terminal
|
||||
Symbol-2 = 100Hz terminal
|
||||
|
||||
Symbol is mapped to Ctrl in SimCoupe, so you'll need to use Ctrl-1 and Ctrl-2.
|
||||
|
||||
The emulator supports a type-in feature, allowing text listings to be entered
|
||||
as though they were typed. This feature is currently available to SimCoupe
|
||||
users only, and used as follows:
|
||||
|
||||
- Press F4 for data import
|
||||
- Change Import Type to Main Memory
|
||||
- Select Page 6 and Offset 0
|
||||
- Click OK and select the file to import
|
||||
|
||||
You will need to ensure that the file is typed in the correct mode. Hex code
|
||||
listings are in the startup monitor mode. For BASIC listings type E000R in
|
||||
the monitor to run the BASIC ROM. For 6502 ASM listings type F000R to launch
|
||||
the Krusader assembler.
|
||||
|
||||
For further details on using the Apple 1 monitor, download the user manual:
|
||||
http://simonowen.com/sam/apple1emu/a1man.pdf (2.9MB)
|
||||
|
||||
---
|
||||
|
||||
Simon Owen <simon@simonowen.com>
|
||||
http://simonowen.com/sam/apple1emu/
|
BIN
apple1.rom
Normal file
BIN
apple1.rom
Normal file
Binary file not shown.
BIN
apple1emu-master.dsk
Normal file
BIN
apple1emu-master.dsk
Normal file
Binary file not shown.
2104
apple1emu.asm
Normal file
2104
apple1emu.asm
Normal file
File diff suppressed because it is too large
Load Diff
BIN
apple1emu.dsk
Normal file
BIN
apple1emu.dsk
Normal file
Binary file not shown.
2
m.bat
Normal file
2
m.bat
Normal file
@ -0,0 +1,2 @@
|
||||
pyz80.py -I samdos2 -s length apple1emu.asm
|
||||
@if %errorlevel%==0 start apple1emu.dsk
|
Loading…
Reference in New Issue
Block a user