Search results
MSXdev23 #03 Uchu Yohei
Score: 197.96 %,
Type: News post , Comments: 13 comments
Freestyle format or not, the MSX1 fortunately keeps its appeal to many developers. So here's the third MSXdev23 entry - the game Uchu Yohei , by FrankChesstein. With its remarkable appearance, it takes us on a futuristic and psychedelic ride. ...
WTS Sanyo Wavy 35 msx2+ with Carnivore 2
Score: 167.46 %,
Type: Forum topic , Comments: 0 comments
Hi i want to sell a perfect Sanyo Wavy 35 with a Carnivore 2 and CF loaded with lastest sofarun.
You can found pics in this forum
https://www.facebook.com/groups/624379085992798
(Trading and collecting) ...
Adding hard drives to MSX
Score: 167.59 %,
Type: Forum topic , Comments: 5 comments
I*'ve read you can add hard drives to MSX computers but I can't seem to find any info on how to do that. Could someone please post a link on how to do that.
Please and thank you.
Nowadays, we use flash cards Nowadays, we use ...
Nikko PC-70100
Score: 140.5 %,
Type: wiki , Comments: 0 comments
Year unreleased
Region ?
Launch price
RAM 16kB (? in slot 0)
VRAM 16kB
Media MSX ...
FutureDisk 47 Dutch release
Score: 176.5 %,
Type: News post , Comments: 5 comments
Sorry Latok, ik reserveer een Sorry Latok, ik reserveer een Nederlandse FD47 voor je en ik zie je ...
Spray paint colour for MSX cases
Score: 167.49 %,
Type: Forum topic , Comments: 2 comments
Hello All
Does anyone know of an overview page that shows which RAL code number for spray paint corresponds to the color of the Philips VG8235? I would like to spray over the stains caused by the hand acid.
Thanks
Denis
No RAL code, but ...
MSXdev23 #02 - Tower of Damnation
Score: 197.99 %,
Type: News post , Comments: 31 comments
is not pressed
Trigger:
ld (0C000h),a ; store the value 0, 1 or 2 for keyboard, joystick A or B
; .
; .
; .
; Condition in game
ld a,(0C000h)
call GTSTCK ; Test cursor keys or joystick A/B
; .
; .
; .
ld a,(0C000h)
call GTTRIG ; Test Space key or joystick trigger 1-A/1-B
; .
; .
; .
I will try to see how ...
Fill memory with 16 bits value
Score: 167.47 %,
Type: Forum topic , Comments: 16 comments
a,FastLDIR_Loop & 0xFF
ld l,a
ld a,0
adc a,FastLDIR_Loop >> 8
ld h,a
ex (sp),hl ... value.
ld hl,0c001h ; HL = Destination address + 1
ld (hl),040h ; MSB 8bits of the value
dec hl
ld (hl),0 ; LSB 8bits of the value
ld de,0c002h
ld bc,00500h ; BC = Length -2
ldir Thanks ...
Yamaha YMZ294
Score: 140.46 %,
Type: wiki , Comments: 0 comments
Yamaha YMZ294 Description
Yamaha YMZ294 chip
The Yamaha YMZ294 is a light version of the PSG used in MSX computers.
It has no I/O port to manage the general purpose ports and few other functions. Only the sound and noise ...
Displaying text in graphical mode
Score: 167.45 %,
Type: Forum topic , Comments: 2 comments
Greetings!
In Q(uick)Basic, LOCATE displays text in any screen modes. But in MSX1 on SCREEN 2 the text is not visible...
Is it possible to display text in graphics modes?
Possible. You should use Possible. You should use special ...
