File history
Tracking elkscmd/basic/host-ibmpc.c
| Commit | Author | Date | Message |
|---|---|---|---|
478b2d24aa0461eee07e28bf6751e87622149c3 | Greg Haerr | 2025-11-06 | [cmds] Extend Basic MODE command for CGA, EGA and EGA |
d8fcebbeb4af30b7037321be1fb45bef95a16c5 | Greg Haerr | 2025-11-03 | Reformat host-ibmpc.c |
53e08f72e3ff4e1decca0c9ec5808bf751a951d | Greg Haerr | 2025-11-03 | Replace host_plot with much smaller draw_line routine |
6a7b5b5a019d5aeceaeb173b17a0e4f3063af56 | Greg Haerr | 2025-11-03 | Fix clear screen for VGA, simplify host_draw |
0348a12ce5f06ddab719995dbdb2b38bcd2cb97 | Greg Haerr | 2025-11-03 | [cmds] Enhance ibmpc BASIC to use EGA or VGA graphics mode |
8b16e9658790971bc7c1ed8489909053a8edafd | Anton | 2025-01-20 | Added support for circle for CGA / IBM PC. A few comments and a renamed file. |
08ae13b0a4ee11ddc1788d1413f91b5be0e0fb0 | tyama501 | 2024-09-13 | [basic cga] Add asm-ibmpc.S for fmemsetw and int_10 |
9699773cd6e25329fceb74080bcf8850b88520f | tyama501 | 2024-09-12 | [basic cga] Rename host_exit to static mode_reset. Move extern FILE *outfile to host.h |
200bb62c42b1c14d0c3947f43178603e696d49b | tyama501 | 2024-09-11 | [basic cga] Removed faked defines |
8c6ac9655f062ff88b2e573f4853f7ff0f09ccd | tyama501 | 2024-09-11 | [basic cga] Use unsigned int instead of seg_t |
f616e4f2d33648c6ac3c9c34b279c7befdab0b9 | tyama501 | 2024-09-11 | [basic cga] CGA Graphic support for IBM-PC ELKS Basic |