diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-10 03:30:13 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-10 03:30:13 -0400 |
| commit | b4d44860c237c05447f5641f83f19cece2ac9975 (patch) | |
| tree | fd79e2404405507f35ec2a92804b3d75bd863dab /src/main.c | |
| parent | be4cb6d2a1d1c857fc67eb155788717db167f625 (diff) | |
| download | fujinet-chat-b4d44860c237c05447f5641f83f19cece2ac9975.tar.gz | |
really fix the brokenness with MyDOS (close E: device at startup).
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ int main(void) { hz = (GTIA_READ.pal & 0x0e) ? 60 : 50; + edbox_clear(); scr_init(); while(1) { |
