richardjdare / bb2-mode

Emacs major mode for Blitz Basic 2 (a basic compiler for the Amiga)
GNU General Public License v3.0
6 stars 0 forks source link

missing Picture library commands as used by piccy.bb #4

Closed richardjdare closed 7 years ago

richardjdare commented 7 years ago

"Picture library" The 3rd party IFF loading library used in Piccy.bb is missing from bb2-mode Blitz library number #183

richardjdare commented 7 years ago

Added more commands but several from this library are still missing: NInitBitMap $dc06 NInitBitMap(#MaxNumBitMaps) - Init BitMap environment - NBitMap $dc02 NBitMap(#BitMap, Width, Height, Depth) = Allocate a new bitmap - NShowBitMap $dc04 NShowBitMap(#BitMap, ScreenID, x, y) NFreeBitMap $dc05 NFreeBitMap(#BitMap) - Free the specified bitmap