Commit Graph

166 Commits

Author SHA1 Message Date
mgcaret 71ec30ab99 avoid double output when test run has errors 2020-01-04 17:32:06 -08:00
mgcaret f4a4504b0e save a few bytes 2020-01-04 17:31:32 -08:00
mgcaret 32ec1e9df4 resolve #6; general clean-up 2020-01-04 16:25:41 -08:00
mgcaret 7f57ba6f06 resolve #4, h/t ksherlock 2020-01-03 19:41:25 -08:00
mgcaret 30a8a259c7 add more comparison operator tests 2020-01-01 23:33:13 -08:00
mgcaret f72ef5a72f Add 7.3.3 and 7.3.4 unit tests 2020-01-01 23:20:53 -08:00
mgcaret f50aaf6942 fix bug in 0>= uncovered by unit testing 2020-01-01 23:20:02 -08:00
mgcaret ce9017bed6 Fix 2@/2! discovered in unit testing 2020-01-01 22:00:49 -08:00
mgcaret 2bdcf695fe README for unit tests 2019-12-29 15:02:46 -08:00
mgcaret 4634d658b1 Start adding unit tests 2019-12-29 14:53:44 -08:00
mgcaret 0ed5c88d9a fix error in lbsplit uncovered by unit tests 2019-12-29 14:36:31 -08:00
mgcaret 0c6e3a0413 Fix issue with 2/ and >>a uncovered by unit tests 2019-12-29 13:43:19 -08:00
mgcaret 84c53d35c6 resolve one issue involving comparison with MIN-INT 2019-12-29 12:58:37 -08:00
mgcaret b38171eb29 GoSXB runner script update 2019-12-29 12:49:35 -08:00
mgcaret 5e1ba3dab1 optimize MAX/MIN a bit 2019-12-29 12:49:07 -08:00
mgcaret 2bb88f11a3 Fix 3DUP bug found by unit testing 2019-12-28 22:52:12 -08:00
mgcaret 35f4214749 GoSXB: make emulator exit when BYE is executed 2019-12-27 15:07:51 -08:00
mgcaret 547c7f8bf6 GoSXB: build script should cd 2019-12-27 14:09:05 -08:00
mgcaret 160bfb5c55 GoSXB: more commentary 2019-12-27 13:57:19 -08:00
mgcaret cf9d37dba8 GoSXB: stub ROM to launch OF816 at bank 2019-12-27 13:38:13 -08:00
mgcaret e5cf857866 Merge branch 'master' of https://github.com/mgcaret/of816 into gosxb 2019-12-27 11:05:56 -08:00
mgcaret 3bfba53afb optimize unit tester to use clear as EMPTY-STACK 2019-12-27 11:05:26 -08:00
mgcaret 513aefa0c4 add Forth unit testing fcode source 2019-12-26 18:10:50 -08:00
mgcaret 3601d28461 IIgs: only try to make .po if AppleCommander is present 2019-12-16 11:11:10 -08:00
mgcaret 36391ed21d Neon816: VMODELINE, SPI2 commands; save a few bytes 2019-12-15 15:13:20 -08:00
mgcaret 3ad1f1e18b Neon816: VIDSTART, VIDSTOP, DUMPEDID 2019-12-15 12:36:36 -08:00
mgcaret c3fa779702 Neon816: README quick fix 2019-12-14 15:15:46 -08:00
mgcaret 2c886a982e Neon816: README update 2019-12-14 15:14:02 -08:00
mgcaret 343dd83cdd Neon816: VDC access words 2019-12-14 14:41:23 -08:00
mgcaret bdcbfb2766 Neon816: I2C2 access words 2019-12-14 14:19:16 -08:00
mgcaret f4fe6fd9e5 Neon816: fix bin2hex 2019-12-13 23:41:13 -08:00
mgcaret 681d8356c5 platform build scripts should change to their own dirs 2019-12-13 23:35:07 -08:00
mgcaret b2ce9a89f9 Neon816: reset keyboard and make sure clock starts; other minor updates 2019-12-13 22:39:24 -08:00
mgcaret be049edbb1 GoSXB: add a little test dictionary to validate what we are doing with the Neon 2019-12-10 16:12:23 -08:00
mgcaret 9c71c045a5 Merge branch 'gosxb' of https://github.com/mgcaret/of816 into gosxb 2019-12-10 16:04:09 -08:00
mgcaret 36abf41a28 GoSXB port 2019-12-10 16:03:18 -08:00
mgcaret f1d4d8e5ca Neon816: get some of the hardware support done 2019-12-10 16:03:04 -08:00
mgcaret daff3166ec Support easily adding extra dictionaries, e.g. as part of platform 2019-12-10 16:02:31 -08:00
mgcaret 5839acb568 Neon816: Credit where due 2019-12-05 11:05:56 -08:00
mgcaret cd55c04640 Neon816: minor README updates 2019-12-04 22:50:16 -08:00
mgcaret c928b2e051 fix split command in Neon README.md 2019-12-04 21:39:21 -08:00
mgcaret 1b23657d18 hex2bin -> bin2hex in Neon README.md 2019-12-04 21:27:17 -08:00
mgcaret d30faafc7c Mention Neon816 in the various markdowns 2019-12-04 21:24:43 -08:00
mgcaret 0472923377 GoSXB port 2019-12-04 21:21:57 -08:00
mgcaret 84c936075c
Merge pull request #3 from mgcaret/neon816
Neon816
2019-12-04 21:20:06 -08:00
mgcaret e79e2974e5 Working on the Neon816 2019-12-04 21:18:42 -08:00
mgcaret e73066a53f Neon816: hardware equates include file 2019-12-01 00:41:06 -08:00
mgcaret bce8d70975 Neon816: update README 2019-11-30 21:15:54 -08:00
mgcaret 91af87fa4e Do (hopefully) MMU and serial setup 2019-11-30 21:09:35 -08:00
mgcaret a641a6b3a1 Linker config for occupying a ROM bank 2019-11-30 21:08:15 -08:00