Files
prog8/compiler/res/prog8lib/c128/diskio.p8
2025-03-31 22:06:49 +02:00

8 lines
157 B
Lua

%import shared_cbm_diskio
diskio {
%option no_symbol_prefixing, ignore_unused
; No alterations here; everything is taken from the shared module.
}