Search results
Scroll & Sprites
Score: 128.71 %,
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 ...
Dump character set to BIN for re-use
Score: 128.72 %,
Type: Forum topic , Comments: 4 comments
but couldn't find an answer.
I have made my own characterset in MSX BASIC (MSX2, screen0, width 80) with these vpokes:
SCREEN 0
Color 15,0,0
WIDTH 80
SC=PEEK(&HFCAF)
A=ASC("?")*8+BASE(SC*5+2)
VPOKEA+0,VAL("&B00100000")
VPOKEA+1,VAL("&B00010000")
VPOKEA+2,VAL("&B00001000") ...
PSG register 7 and Joystick in OpenMSX
Score: 132.52 %,
Type: Forum topic , Comments: 48 comments
Hi, I think I noticed something that works differently in OpenMSX 0.15 and on real hardware. The ... https://github.com/santiontanon/xracing/releases/tag/1.0 ), has a bug and joystick should not work (it does not work on real hardware). But in OpenMSX, ... to 0, which should mess up the joystick.
santiontanon wrote:
The bug
santiontanon ...
