prog8/docs/import-all-cx16.p8
Irmen de Jong 0fc9aa6b2d cx16: romsubs of the audio routines now have the rom bank tag.
cx16: removed 'audio' module again, no longer needed to have these stubs
2024-11-03 18:35:10 +01:00

26 lines
414 B
Lua

; all library modules for the cx16 compiler target
%import anyall
%import buffers
%import bmx
%import compression
%import conv
%import cx16logo
%import diskio
%import emudbg
%import floats
%import gfx_hires4
%import gfx_lores
%import graphics
%import math
%import monogfx
%import palette
%import prog8_lib
%import psg
%import sprites
%import string
%import syslib
%import test_stack
%import textio
%import verafx