Search results
Colecovision hardware expansion to msx and vice versa
Score: 165.36 %,
Type: Forum topic , Comments: 3 comments
I Just bought a colecovision and i was wondering they had an expansion kit for using atari 2600 cartridges but not for MSX, strange, as the colecovision is more familiar with msx and is there a hardware item that could make it possible to use real ...
Japanese Comiket 101 new MSX cartridges going on sale
Score: 165.38 %,
Type: Forum topic , Comments: 3 comments
Niga2 is going to sell or present three new MSX cartridges on Japanese Comiket 101.
1
SoundCoreSLOT EX
2
OPNA SoundCartridge
3
ESE-SCCDisk
Plus, not long time ago, Niga2 presented another P6/MSX audio cartridge : ...
Cancelling or stopping the feature 'input text' ... and some more
Score: 165.24 %,
Type: Forum topic , Comments: 11 comments
anyway, when changing vdp#0 #1 #2 and #9(10) the last lines (1 or 2) at the bottom of the screen start ...
Trilotracker with an external SCC in DOS mode
Score: 165.65 %,
Type: Forum topic , Comments: 9 comments
in page #8000-#BFFF than the page frame #4000-#7FFF
call 0x138 ; get into A primary slot
rrca
rrca
and 0x03 ; isolate slot for page #4000-#7FFF
ld c,a
ld b,0
ld hl,0xfcc1 ; get subslot flag (bit 7) for this primary slot
add hl,bc
or (hl) ; bit 0 ...
Lillys saga Carnivore 2 load rom problems
Score: 165.49 %,
Type: Forum topic , Comments: 27 comments
rtfm? Or am I hijacking this forum post
Regards
Sukerbole wrote:
Also tried
Sukerbole ... Or some rtfm? Or am I hijacking this forum post
Well, it works perfectly for me ...
ld a, #15
di
out ( #0xa0 ), a
in a, ( #0xa2 )
and #0xbf ; reset bit 6 (port 1)
out ( #0xa1 ), ...
MSX-Music Hi-hat question
Score: 165.24 %,
Type: Forum topic , Comments: 12 comments
https://www.msx.org/forum/msx-talk/graphics-and-music/ym2413...
Thanks guys for Thanks guys for confirming.
Will look at that thred too. That ... AFAIK.
I can confirm that registers I can confirm that registers 0x17, 0x18, 0x27 and 0 ...
EDIT.com / Notepad for MSX-DOS
Score: 165.29 %,
Type: Forum topic , Comments: 19 comments
skills back on track.
My MVP looks like this:
v0.1 - Getting the basics up & running, ... to leave the text on-screen).
v0.2 - Initial basic editing
* Full screen UI: 4 color mode width 80 ... console-prompt after usage.
v0.3 - Complete MVP for my goals
* Full mouse-support, including right-click ...
Hardware accelerated polygon fill using LMMM
Score: 165.32 %,
Type: Forum topic , Comments: 8 comments
I give you this little demonstration:
100 COLOR 15,0,0:SCREEN 5
110 COLOR=(4,7,0,0):COLOR=(8,0,7,0):COLOR=(12,7,7,0)
120 P=0:SETPAGE P,1-P:CLS
130 FOR I=-31 TO 32
140 SETPAGE P,1-P
150 J=ABS(I)-16
160 LINE (64,74)-(191,137),0,BF
170 LINE (80+J,74)-(80-J,137),4,,XOR
180 LINE (159+J,74)-(159-J,137),4,,XOR
190 LINE ...
I asked an AI to create an MSX themed song... :D
Score: 165.18 %,
Type: Forum topic , Comments: 12 comments
game variables
170 DIM SHIP(2), BULLET(2)
180 SHIP(1) = 100 : SHIP(2) = 100
190 BULLET(1) = 0 : BULLET(2) = 0
200 REM
210 REM Main game loop
220 DO
230 REM
240 REM Move the ship
250 IF INKEY$ = ... BULLET(1) = 0
410 SCORE = SCORE + 1
420 END IF
430 REM
440 REM Display the score
450 LOCATE 1, 1 ...
Parsing Command Structure?
Score: 165.17 %,
Type: Forum topic , Comments: 11 comments
B, (HL)
Compare A and B
Then some routine after that to create a number between 0-255.
Is ... C, A ; Put length in BC
LD B, 0
INC DE ; Increment pointers ... Buffer
DL = Table.
Take first byte of table like
Ld a, (de)
ld c, a
ld b, 0
So CPI ...
