Search results
Scroll & Sprites
Score: 154.23 %,
Type: Forum topic , Comments: 26 comments
will not appear in both score board rows (and setting start y=0 (now I use -16), I think...
thegeps wrote: ... will not appear in both score board rows (and setting start y=0 (now I use -16), I think...
Don’t you mean 4 ...
Here's the video:
https://youtu.be/MlM9WTute0s
How I did it? I set a flag in a memory ...
Sprites management
Score: 154.14 %,
Type: Forum topic , Comments: 25 comments
a temporary variable "tmp" to 0, and you can do this (Assuming both positive and "y_diff" ... if we are out of screen else if we are in screen range(0-191)we have a neg sign
jp ... while rotating the next each frame like this:
frame 0:
P0 P1 P2 P3 P4 P... P31
frame 1:
P0 P1 ...
How to create a ROM file?
Score: 153.95 %,
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: 153.96 %,
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: 153.99 %,
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: 153.73 %,
Type: Forum topic , Comments: 6 comments
untested!)
JIFFY: equ 0FC9Eh
(do other stuff before waiting for vertical blank)
. ...
