- d4269cc Update RAM usage aftre final testing by PulkoMandy · 7 months ago main
- 5c8d025 Fix remaining bugs with the CPC ROM version. by PulkoMandy · 7 months ago contiki-1.4
- ab22709 Update README with latest stats for the ROM version by PulkoMandy · 7 months ago
- 81050b8 Make CPC version run from ROM by PulkoMandy · 7 months ago
- c0f22c7 Finalize update t SDCC 4.2 by PulkoMandy · 7 months ago
- 3783e42 Update CPC port to SDCC 4.2.0 by PulkoMandy · 7 months ago
- 4234961 Fix UART/input handling by PulkoMandy · 2 years, 2 months ago
- 6c4cba6 Start work on UART driver by PulkoMandy · 2 years, 2 months ago
- bb8de5f Fix drawing glitches by PulkoMandy · 2 years, 2 months ago
- 5500b68 Add Welcome app by PulkoMandy · 2 years, 2 months ago
- e82833d Update generated files by PulkoMandy · 2 years, 2 months ago
- 612e2cf Fill in the VSmile port by PulkoMandy · 2 years, 2 months ago
- 58ea04f Create project for vsmile port using u'nSP IDE by PulkoMandy · 2 years, 2 months ago
- 1b57242 Update to SDCC 4 by Adrien Destugues · 3 years ago
- dd007ce Fix crash with Albireo disk ROM by Adrien Destugues · 3 years ago
- 4001f52 Fix build for bitbox. by Adrien Destugues · 6 years ago
- 6fe1d93 bitbox: implement and enable mouse support. by Adrien Destugues · 6 years ago
- 613f859 Implement file I/O by Adrien Destugues · 6 years ago
- 7987cb2 Add shell app, but the command prompt is broken. by Adrien Destugues · 7 years ago
- a99ceeb Missing forward declarations in DSCs. by Adrien Destugues · 7 years ago
- 69b1f06 Initial port to the bitbox. by Adrien Destugues · 7 years ago
- 4786780 More missing const by Adrien Destugues · 7 years ago
- 69a6e72 Update to SDCC 3.6.0. by Adrien Destugues · 7 years ago
- 5ce1414 Some more optimizations. by Adrien Destugues · 8 years ago
- a0c63ba Remove useless "initialized" stuff. by Adrien Destugues · 8 years ago
- df3c92b Remove more unused file. by Adrien Destugues · 8 years ago
- 0222272 Update README, mainly changes about memory use. by Adrien Destugues · 8 years ago
- a4d1f34 Raise max-allocs-per-node. by Adrien Destugues · 8 years ago
- 715554f Further optimize conio driver by Adrien Destugues · 8 years ago
- 9333c98 Some more optimizing of conio code. by Adrien Destugues · 8 years ago
- 0f43dc0 Remove unused files. by Adrien Destugues · 8 years ago
- 0ff774a Update to SDCC 3.5.0 by Adrien Destugues · 8 years ago
- 486951e Add gitignore. by Adrien Destugues · 8 years ago
- c06d74c Move the "ow to use" section up, explain how to get DSK by Adrien Destugues · 9 years ago
- 8b2db1d Formatting fix, code blocks need 4 spaces not 2. by Adrien Destugues · 9 years ago
- 8e2f569 Update README and add screenshot. by PulkoMandy · 9 years ago
- 0627a36 Avoid a firmware bug in defining custom characters. by PulkoMandy · 9 years ago
- a8e4396 Fix help message. The key to cycle windows is F2. by PulkoMandy · 9 years ago
- 2975e7f Enable the exit menu, which will reset the machine. by PulkoMandy · 9 years ago
- 873b5c0 Remove configedit from the system. by PulkoMandy · 9 years ago
- df52c59 WIP support for drawing bitmaps by PulkoMandy · 9 years ago
- 31276e2 Fix the remaining icons to be const... by PulkoMandy · 9 years ago
- 6d4e122 Remove more useless stuff from the cpc target. by PulkoMandy · 9 years ago
- 25ff050 Set mode 1 and better palette on startup. by PulkoMandy · 9 years ago
- c53d0f6 Override the CTK service. by PulkoMandy · 9 years ago
- c73e41a Use the same shell size as on C64. by PulkoMandy · 9 years ago
- ab17105 Conio: optimize. by PulkoMandy · 9 years ago
- e209d6c Delete useless filesDelete useless files.. by PulkoMandy · 9 years ago
- 832c521 Fix memstat and add it to the disk image. by PulkoMandy · 9 years ago
- 8ecb97e Implement tracking of free memory. by PulkoMandy · 9 years ago
- 9c83f02 Remove conio from the core. by PulkoMandy · 9 years ago
- baa2280 Fix "current status" as the port now runs fine. by PulkoMandy · 9 years ago
- 09e84f4 Define roadmap. by PulkoMandy · 9 years ago
- b2082f6 Don't use the generic relocator code for DSCs. by PulkoMandy · 9 years ago
- 8f64605 Make everything in the DSCs const by PulkoMandy · 9 years ago
- c19a2be Fix include mixup. by PulkoMandy · 9 years ago
- 7d9894e Fixup compiler flags. by PulkoMandy · 9 years ago
- 13c3881 Document future plans about this project... by PulkoMandy · 9 years ago
- 2464654 Reverse code to avoid SDCC bug. by PulkoMandy · 9 years ago
- 5523de4 Hardcode AMSDOS RSX address for now. by PulkoMandy · 9 years ago
- 9d35dfb Optimizations... by PulkoMandy · 9 years ago
- 92fb6c1 Implement cclearxy using SCR_FILL_BOX by PulkoMandy · 9 years ago
- e215c63 Make DSC files relocatable. by PulkoMandy · 9 years ago
- df6b0dd Remove useless trace. by PulkoMandy · 9 years ago
- a76f8ec Disable _revers handling. by PulkoMandy · 9 years ago
- 2d1778f Redirect putchar to the parallel port. by PulkoMandy · 9 years ago
- 32c249b Hack to free more heap space. by PulkoMandy · 9 years ago
- 1b54d35 Add missing files. by PulkoMandy · 9 years ago
- 91577e1 Fix generation of relocatable PRGs for good. by PulkoMandy · 9 years ago
- 355605a Initialize data sections for PRGs. by PulkoMandy · 9 years ago
- 655a2d0 Point to local/share again. by PulkoMandy · 9 years ago
- 2ea0b9f Generate relocatable PRG files using patched SDCC. by PulkoMandy · 9 years ago
- d8cf478 Update build instructions in README. by PulkoMandy · 9 years ago
- 2aeca06 Add SDCC patch. by PulkoMandy · 9 years ago
- 9e96075 Remname CFS driver to AMSDOS. by PulkoMandy · 9 years ago
- 66b4e3c Remove dependency on mem.s. by PulkoMandy · 9 years ago
- bcf4d09 Workaround SDCC bug. by PulkoMandy · 9 years ago
- 2bb86d9 Initialize BSS and disk ROM in CRT0. by PulkoMandy · 9 years ago
- 5e8709f Remove now useless files by PulkoMandy · 9 years ago
- d7df4b1 Remove mem.s from the build. by PulkoMandy · 9 years ago
- 73da4fe Slightly simplify the program flow of main. by PulkoMandy · 9 years ago
- 8fc71d5 Dont' call screensaver when it is disabled. by PulkoMandy · 9 years ago
- 15f3f26 Include the global loader to avoid cpp warnings. by PulkoMandy · 9 years ago
- 8f961bf Implement logging. by PulkoMandy · 9 years ago
- d4445ca Update crt0 for current SDCC version. by PulkoMandy · 9 years ago
- 10e4bfe Add missing const. by PulkoMandy · 9 years ago
- 96bd9f2 Add CPC putchar to the linker file. by PulkoMandy · 9 years ago
- 60b0c76 Generate mapfile in "wide" format. by PulkoMandy · 9 years ago
- 849a633 Update README to let people know what's going on in this fork. by PulkoMandy · 9 years ago
- 887cda7 Fix icon declarations. by PulkoMandy · 9 years ago
- 65a775b Match new name for method. by PulkoMandy · 9 years ago
- 27d1f11 Stop using unneeded custom tools. by PulkoMandy · 9 years ago
- eb45bf9 Workaround for SDCC bug. by PulkoMandy · 9 years ago
- 3e21390 Fix various mismatched prototypes and other compilation problems. by PulkoMandy · 9 years ago
- 506f755 Move link file to the proper naming. by PulkoMandy · 9 years ago
- b354b49 Update makefiles for current version of SDCC by PulkoMandy · 9 years ago
- 175a39f Remove duplicate CPC sources. by PulkoMandy · 9 years ago
- bfc34ce Create README.md by Adam Dunkels · 10 years ago
- 80e186c Merge remote-tracking branch 'contiki-win32/master' by Adam Dunkels · 10 years ago
- d2c513b Merge remote-tracking branch 'contiki-vic20/master' by Adam Dunkels · 10 years ago