mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
0fc9aa6b2d
cx16: removed 'audio' module again, no longer needed to have these stubs
26 lines
414 B
Lua
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
|