hoglet67 / PiTubeDirect

Bare-metal Raspberry Pi project that attaches to the Acorn TUBE interface and emulates many BBC Micro Co Processors
GNU General Public License v3.0
187 stars 23 forks source link

Frame Buffer: Modes 3 and 6 lack gap #128

Closed hoglet67 closed 2 years ago

hoglet67 commented 3 years ago

(reported by Mince)

Mode has F_BBC_GAP flag, but nothing uses this.

This flag should add 2px character vertical character spacing.

hoglet67 commented 3 years ago

Partial fix in d68d42a3

Just adds spacing.

BUT, unlike the Beeb, the spacing isn't forced to black, rather it's just normal background.

ALSO, these modes do actually support graphics.

hoglet67 commented 2 years ago

Proper gaps now supported.