mirror of
https://github.com/irmen/prog8.git
synced 2025-08-07 21:25:18 +00:00
added kernal bank switch trick to rasterbars
This commit is contained in:
@@ -8,6 +8,8 @@ main {
|
||||
cx16.screen_set_mode(0)
|
||||
txt.plot(14,14)
|
||||
txt.print("raster bars!")
|
||||
|
||||
cx16.rombank(0) ; switch to kernal rom for faster irq handling
|
||||
cx16.set_rasterirq(&irq.irq, 0)
|
||||
|
||||
repeat {
|
||||
|
Reference in New Issue
Block a user