Add basic HRCG terminal program (cut-down emulated apple running HRCG for now)
authorNick Downing <nick@ndcode.org>
Wed, 25 May 2022 00:56:51 +0000 (10:56 +1000)
committerNick Downing <nick@ndcode.org>
Wed, 25 May 2022 02:58:51 +0000 (12:58 +1000)
commit174a42d6791dfb6aaddfc174186de35412d7a9b0
tree1394fb8f8ae8b8695ebfab8066e35129fe057c60
parent39851fc529ee8c20e3d1d6734f88b167ef3692e8
Add basic HRCG terminal program (cut-down emulated apple running HRCG for now)
13 files changed:
.gitignore
.gitmodules
apple_io.py
applesoft_basic.py
hrcg/Makefile [new file with mode: 0644]
hrcg/bootable.txt [new file with mode: 0644]
hrcg/emu_65c02.c [new file with mode: 0644]
hrcg/hrcg_obj_bsave.txt [new file with mode: 0644]
hrcg/monitor_rom_obj_header.txt [new file with mode: 0644]
hrcg/terminal.asm [new file with mode: 0644]
hrcg/terminal_asm.txt [new file with mode: 0644]
hrcg/vrEmu6502 [new submodule]
orig/Makefile