Search results
How to create a ROM file?
Score: 154.35 %,
Type: Forum topic , Comments: 35 comments
$5C
CHGMOD: .EQU $5F
SCRMOD: .EQU $0CAF
CHSTART: .EQU $E5C0
COLSTART: .EQU $E5C2 ...
.DW $0,$0,$0,$0,$0,$0
BEGIN:
CALL RSLREG ;read primary slot #
RRCA ;move it to bit 0,1 of [Acc]
RRCA
AND %00000011
LD C,A
LD B,0
LD HL,EXPTBL ;see if this slot is expanded ...
Chaos Assembler
Score: 154.36 %,
Type: Forum topic , Comments: 9 comments
use Windows, Mac or Do you use Windows, Mac or Linux? For Mac I use 0xED, which is good enough ...
SDL vs SDLGL-PP
Score: 154.4 %,
Type: Forum topic , Comments: 9 comments
Recently I had a problem with SDLGL-PP mode setup that crashes openMSX on my laptop. I had to change to SDL and full screen started to works again (Manuel solved that). When this happened I was in the middle of a routine optimization. I was working on ...
HALT & OTIR
Score: 154.13 %,
Type: Forum topic , Comments: 6 comments
untested!)
JIFFY: equ 0FC9Eh
(do other stuff before waiting for vertical blank)
. ...
