2018-Supercon-Badge
2018-Supercon-Badge copied to clipboard
Retrocomputing badge for the 2018 Hackaday Superconference
Is it possible to add a description in save command, something like: save 0 "description" ? And then create a command (for example: files or slots) which will list all...
Not that anyone uses FORTH anymore, but someone made the mistake of including it in the CP/M image on the badge, so now you have to deal with us. ,o)...
I added the terminal module back to the project (I had to rename the two functions so they wouldn't clash with the user_program_init and user_program_loop functions in the empty sample...
It looks like the Z80 sim just calls this code, which implements a few virtual devices like the disk, and console. It would have to be expanded to support the...
The serial console is an AMAZING feature of the badge! Wonderful for loading files, doing extensive setup work, etc... It really helps to overcome the natural limitations of the keyboard....
Replicate by typing: 80 print " 2018 Hackaday Superconference " Behavior: Command appears at line 28271
Looks to me like you need the license file, or else the code is not licensed: http://www.retroarchive.org/cpm/cdrom/EMULATOR/UNIX/Z80PACK/Z80SIM/LICENSE.US
How can we test the sped up tokenizer in the BASIC interpreter? Is there a testing method we can use or is it just a matter of trying out as...
We will have a lot of usb to serial cables at Supercon but not very many pickit programmers. Is it possible to include a serial bootloader in the firmware so...