mirror of
https://github.com/irmen/prog8.git
synced 2025-08-15 14:27:37 +00:00
gfx2 screenmode tweak
This commit is contained in:
@@ -55,11 +55,13 @@ gfx2 {
|
||||
}
|
||||
else -> {
|
||||
; back to default text mode
|
||||
if active_mode!=0 {
|
||||
cx16.r15L = cx16.VERA_DC_VIDEO & %00000111 ; retain chroma + output mode
|
||||
cbm.CINT()
|
||||
cx16.VERA_DC_VIDEO = (cx16.VERA_DC_VIDEO & %11111000) | cx16.r15L
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
init_mode(mode)
|
||||
if active_mode!=0
|
||||
|
@@ -1,6 +1,10 @@
|
||||
TODO
|
||||
====
|
||||
|
||||
short-circuit evaluation problem?
|
||||
in imageviewer: if diskio.f_open(filenameptr) and diskio.f_read(scanline_buf, 2)==2 DOESN'T WORK. (operand order swap maybe???)
|
||||
|
||||
|
||||
...
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user