File history
Tracking elkscmd/basic/host.h
| Commit | Author | Date | Message |
|---|---|---|---|
db7584a9012b5301dbad16676fcfe2e032388f3 | Greg Haerr | 2025-03-04 | Cleanup |
9699773cd6e25329fceb74080bcf8850b88520f | tyama501 | 2024-09-12 | [basic cga] Rename host_exit to static mode_reset. Move extern FILE *outfile to host.h |
f616e4f2d33648c6ac3c9c34b279c7befdab0b9 | tyama501 | 2024-09-11 | [basic cga] CGA Graphic support for IBM-PC ELKS Basic |
8c4761c88802ec3f528a1e02c2e87b659837655 | Greg Haerr | 2024-06-03 | Update small changes to BASIC to allow compilation with Watcom C |
8825dc8e78c6aeef5755d11292d820a8581808a | tyama501 | 2022-07-03 | [basic] Add PEEK, POKE to basic |
e25c2621cccd216f82986341854b8156695a322 | Greg Haerr | 2022-06-04 | Rename host_breakPressed |
5fe5fc876d6049b5a91796f69b2931f4990dfb3 | Greg Haerr | 2022-06-04 | Fix fgets after break |
6612be2a1657ba731ce6729c8f1520326683a5d | Greg Haerr | 2022-06-04 | Add inkey$ and allow ^D to exit |
6ba07cdbb4220c70deffe9d3ab240c989530c48 | Santiago Hormazabal | 2022-05-09 | [basic] Add inp() and out() for both word and byte IO access |
bb6a7bdc502cb5a8057a64fe6aca730d1630dd4 | tyama501 | 2022-05-07 | [basic] Add COLOR, DRAW, CIRCLE and int1C handler to basic for PC-98 |
032a031b2e68cd0e337631661a3cc5ec7c8ee71 | tyama501 | 2022-04-29 | Move host_cls() to host-pc98.c and host-stubs.c |
113cfd59a7284ee092ad7c7a19acb58579a8e07 | tyama501 | 2022-04-28 | Add MODE and PLOT for PC-98 to basic |
981d068a2e1a2ace34f20475c7b5b8261595381 | Greg Haerr | 2022-04-09 | [cmds] Correct trig function near zero display errors in BASIC |
3dcf06b6b7fe087ac6567d20ec580733bcdcb0f | Greg Haerr | 2022-04-09 | [cmds] Update BASIC documentation, add arch-specific host*.c files |
132465ec3bd7cef3ce463a4336c5f3aeee1f5cb | Greg Haerr | 2022-04-08 | [cmds] Add math functions to BASIC, allow host compilation |
3a6ed928ce36efb47f33c3623a8d4531bffdc30 | Greg Haerr | 2022-04-07 | [cmds] BASIC interpreter fixes and enhancements |
0669cdbdc04a41fd1f3954bd86ff43160a970d2 | Santiago Hormazabal | 2022-04-07 | [basic] add load/save/dir support on the filesystem and some IO on 8018x |
bb2a854445d0d60fd9e336be64cc6ed0d388719 | Greg Haerr | 2022-04-06 | [cmds] Add Sinclair BASIC Interpreter |