Search results
romu6s8u needed
Score: 160.15 %,
Type: Forum topic , Comments: 1 comment
im looking for the romu6s8u rom, which allows fuse to convert zx spectrum games to msx1. or the whole fuse package. i cant find either of them online, could someone help?
Have you looked on the blog Have you looked on the blog site? Here. ...
not sure how romu6s8u rom works
Score: 160.16 %,
Type: Forum topic , Comments: 0 comments
how do i modify fuse? the instructions arent that clear. and what does the profiler do?
(Development) ...
im looking for a cheat for msx 1 outrun
Score: 160.29 %,
Type: Forum topic , Comments: 3 comments
https://www.cheatmsx.com/en/browsetitle/900/sega-1988-out-ru...
You can check my site, there's at least an emulator cheat available for BlueMSX, so ...
https://www.cheatmsx.com/en/browsetitle/900/sega-1988-out-ru...
You can check my site, there's at least an emulator cheat available for BlueMSX, so ...
This is how to change RAM slots assignment on Sanyo AX-370 and 70FD
Score: 159.67 %,
Type: Forum topic , Comments: 2 comments
On the AX370, the RAM is assigned to slot 3-3, if one would like to change it to slot 3-0 (just ... that you will move the RAMS from slot 3-3 to 3-0.
R112 (10K Ohm) is for Slot 3-3
R236 (10K Ohm) is for Slot 3-0
I don't if that is helpful or not, but for me it was since I want to slot 3-3 ...
SFG Cartridge by RBCS Parts Question
Score: 160.11 %,
Type: Forum topic , Comments: 12 comments
I am building the SFG cartridge created by RBCS, There is capacitor value C20 after the amplifier AU1. The value is 0.027uf (27nf) I wonder what will be the next value that will be better to replace that since the 27nf SMD is not easy to find for me. I can get 33nf or 22nf. Is the lower capacitor ...
MSX history in Japan compiled in one graph
Score: 159.7 %,
Type: Forum topic , Comments: 7 comments
https://hellotocky-msx.hatenablog.com/entry/2022/07/30/104031
It's in Japanese, but can be easily translated using Google Translator integrated ...
Create a 32 kb ROM in Assembly
Score: 160.46 %,
Type: Forum topic , Comments: 4 comments
Hi guys, I'm trying to create a ROM from 0x4000 to 0xbfff using the code available here ... RSLREG
rrca
rrca
and 3 ;Keep bits corresponding to the page 4000h-7FFFh
ld c,a
ld b,0
ld hl,EXPTBL
add hl,bc
ld a,(hl)
and 80h
or c
ld c,a
inc hl
inc hl
inc hl
inc hl
ld a,(hl)
and 0Ch
or c ...
ayFX replayer, leaving a tiny sound after play a SFX
Score: 160.49 %,
Type: Forum topic , Comments: 4 comments
Hi guys, I have this problem as specified on title: after I call to play a sound FX using ayFX replayer it leaves a continuos tone playing on speaker, as if something wasn't ended correctly.
Is there a tutorial with the steps required to setup ...
Assembly Z80, best way to divide by 16
Score: 160.14 %,
Type: Forum topic , Comments: 20 comments
pre-loaded (it also needs to be address aligned to 0x00 on low byte).
Speed is more crucial here than ... Another method:
ld hl,0D000h
ld (hl),Value ; Put the value to divide by 16 at 0D000h
xor a
rld ...
gdx wrote:
Another method:
ld hl,0D000h
ld (hl),Value ; Put the value to divide by 16 ...
Sunrise ATA-IDE + RS232C
Score: 134.44 %,
Type: wiki , Comments: 0 comments
and IDEFDISK.COM (v3.1 or v4.0 if MSX1) to a MSX-DOS2 formatted floppy disk and start your computer pressing [DEL] ...
