suborb
suborb
Gathering information: * [x] ROMS * [x] Disc format * [x] Tape format Aimed support (phase 1): * [x] Native console output * [x] Native keyboard reading * [x] Generic...
To the end-user it should be transparent - so we should by default link in drivers for all available screen modes - these can be pruned out manually using pragmas....
This has come out of the bridge work. * Most classic platforms support gencon with multiple screen modes * Not every target has ansi library * Maintaining two ways of...
Another USSR monitor machine: - 8080 - 34k ish RAM - 384x256 pixel mapped B&W display\ Possible: - [x] gencon with fonts - [x] firmware output - [x] firmware input...
It's time to pull newlib out of the attic and reorganise libsrc so that code can be shared in both directions. Whilst doing this, I think it would be good...
The default FP-1100 target is the BASIC environment where there's only about 20k of free space since BASIC is copied into RAM. Under CP/M there's a 54k TPA so a...
_This is a placeholder, still seeking ROMs and need to reverse engineer the tape format. The chargen ROM is missing - may construct from SPC-1000 version_ * Z80 @ 4MHz...
[From RobertK email] Enterprise 64/128: I assume I need to specifiy either the -gfxep or -lgfxephr graphics library. When compiling it like this zcc +enterprise -gfxep -create-app -o pte plottest.c...
The +aquarius target is limited at the moment to generating 8k ROMs. However 16k ROMs are supported by the machine. The issue is that the memory address for 16k ROMs...
The following code won't assemble: PUBLIC CONSOLE_COLUMNS defc CONSOLE_COLUMNS = 80 UNDEFINE CONSOLE_COLUMNS defc CONSOLE_COLUMNS = 32 defb CONSOLE_COLUMNS Reporting the error: Error at file 'def.asm' line 7: symbol 'CONSOLE_COLUMNS'...