suborb

Results 35 issues of 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...

enhancement
classiclib

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....

enhancement
classiclib

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...

enhancement
classiclib

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...

enhancement
classiclib

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...

classiclib
newlib

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...

enhancement
classiclib

_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...

enhancement
classiclib

[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...

bug
classiclib

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...

enhancement
z80asm

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'...

bug
z80asm