mirror of
https://github.com/irmen/prog8.git
synced 2024-12-25 23:29:55 +00:00
added kernal bank switch trick to rasterbars
This commit is contained in:
parent
8b1e1e68fa
commit
4e640b11fd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user