mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 17:16:33 +00:00
converting untyped to typed pointers in c64,c128,pet32 libraries
This commit is contained in:
+3
-13
@@ -23,19 +23,9 @@ STRUCTS and TYPED POINTERS (6502 codegen specific)
|
||||
- scan through 6502 library modules to change untyped uword pointers to typed pointers; shared, cx16, c64, c128, pet32, custom targets
|
||||
shared: done
|
||||
cx16: done
|
||||
c64:
|
||||
- diskio
|
||||
- floats
|
||||
- graphics
|
||||
- syslib
|
||||
- textio
|
||||
c128:
|
||||
- diskio
|
||||
- syslib
|
||||
- textio
|
||||
pet32:
|
||||
- syslib
|
||||
- textio
|
||||
c64: done
|
||||
c128: done
|
||||
pet32: done
|
||||
custom atari:
|
||||
- syslib
|
||||
- textio
|
||||
|
||||
Reference in New Issue
Block a user