AgonConsole8 / agon-bbc-basic

Official AGON QUARK Firmware for Console8: BASIC Interpreter
zlib License
13 stars 0 forks source link

Flood fill function #4

Closed DjPoke closed 1 year ago

DjPoke commented 1 year ago

Hi, Flood fill is not implemented in BBC BASIC, for now, but is it implemented in the VDU ?

stevesims commented 1 year ago

No.

flood fill has never been a language feature of any version of BBC BASIC. It was supported via VDU calls, which on the Agon architecture are exclusively the domain of the VDP.

At this time the VDP cannot support any of the VDU fill operations, including but not limited to flood fill. At some point in the future this may change, at which point the VDU operation would just work in BASIC with no changes needed.