Search results
I'm making a game (Tetpuz)
Score: 198.98 %,
Type: Forum topic , Comments: 10 comments
I might be crazy but I've always loved the idea of making a serious game for MSX ever since I dabbed in BASIC on it when I was 13-15. I feel the time is right now. It's time to really learn the MSX and it will be interesting to see what I can ...
Resurrecting my old game code
Score: 198.88 %,
Type: Forum topic , Comments: 13 comments
seems I display it using DEFUSR=&HDD20:A=USR(0)
The same goes with file #3 which also ...
Quote:
5 SCREEN 0:WIDTH80
10 REM LECTURE DU HEADER CASSETTE
20 REM (C) DANIEL MARTIN 1985
30 ...
110 NEXT I
120 DEFUSR=&H9100
130 DATA F3,0E,D0,CD,E9,72,06,0A,CD,D4,72,B9,20
140 DATA ...
New music - felt creative
Score: 198.58 %,
Type: Forum topic , Comments: 10 comments
A song popped into my head today and I just felt I had to create it for the PSG.
It's a totally different kind of music that I have previously created for the MSX and it's fun to do something possible to play on a piano for a change.
...
Is chatGPT a good coder?
Score: 198.49 %,
Type: Forum topic , Comments: 2 comments
It replied
di ; disable interrupts
ld a, (ix+0) ; load value from memory into the accumulator
add a, a ; multiply the accumulator by 2
ld (ix+0), a ; store the result back ...
