basic: most basic and working INPUT

This commit is contained in:
minjaesong
2020-11-19 11:04:03 +09:00
parent 0d94951fc6
commit 5944db6096
6 changed files with 125 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
// load a BASIC rom
sys.mapRom(1);
execApp(sys.romReadAll());