Search results
How to save into SRAM of Game Master 2?
Score: 183.9 %,
Type: Forum topic , Comments: 13 comments
bit0=1 プレイヤー数変更可
bit1=1 ステージ数変更可
bit2=1 プレイヤー2変更可?
F299h ...
新10倍対応のゲームって、どれもこんな感じになってますよね。
LD A,C3h
LD (FD9Ah),A
LD HL,ADDRESS
LD (FD9Bh),HL
LD SP,F0F0h
新10倍からゲームを起動すると、そのゲームに使う割り込みのフックを新10倍が
乗っ取るのです。LD HL,ADDRESS と LD SP,F0F0h の間に細工をして乗っ取るので、
このように同じ組み方にする必要があるのです。 ...
Sunrise CF mapper
Score: 181.65 %,
Type: Forum topic , Comments: 5 comments
to use? The apparently unused flashrom region 0x7C00-7EFF is mapped away to make the external IDE ... be used for boot code without clearing bit0 of the flashrom mapper register 0x4104. Your emulator might ... and emulation (if you didn't take proper care of 0x4104).
Some information can be found here: ...
Music making with Lovely Composer + lc2asm.py
Score: 180.63 %,
Type: Forum topic , Comments: 1 comment
Hi sunday musicians,
Lovely Composer is a powerful music editor for PC but that seems very easy to use and cut. From what I understood with it you can directy develop using original sound chip of your choice via the MIDI interface. There are ...
Patch for the Sunrise ATA-IDE/CF interface
Score: 179.28 %,
Type: Forum topic , Comments: 9 comments
by inserting a cartridge to search the contents of the ROM.
After applying this patch, you can press the 0 ... https://www18.zippyshare.com/v/0IpMqfLi/file.html
I put a temporary link for the moment. I will see later depending on the reactions ... to specify that if you have a Russian keyboard, it's the 9 key instead of 0.
gdx wrote:
I ...
Routine to bypass a firmware
Score: 175.68 %,
Type: Forum topic , Comments: 97 comments
a conflict.
Used routine is:
ld hl,0FCD9h
ld b,020h
xor a
Loop:
or (hl)
inc hl
djnz Loop ... 0-x or 3-x
;
; Output: Back with Z flag reseted if ROM cartridge is found
RDSLT equ 0000Ch ; Read a byte in a Slot
Firmware equ 0xxxxh ; Specify the firmware start address here
org 0xxxxh ; Specify ...
Back to the BASIC from DOS
Score: 173.64 %,
Type: Forum topic , Comments: 9 comments
ENASLT BASENT should work:
ENASLT equ 0024H
MASTER equ 0F348H
BASENT equ ...
CLEAR
Score: 172.07 %,
Type: Forum topic , Comments: 6 comments
STRING_SIZE: DW 0
DB #2C,#C
ADDRESS: DW 0,0,0
Thanks Thanks
(Development) ...
Game Land Translation
Score: 169 %,
Type: Forum topic , Comments: 21 comments
After "The Stone of Wisdom" I thought the next one might be Game Land but it seems to be already being translated by MSX Translation.
https://www.msxtranslations.com/userlevels/gameland.php
Any news about this project? Has it ...
The Stone of Wisdom translation
Score: 167.43 %,
Type: Forum topic , Comments: 28 comments
is F728C9DE. The ROM with checksum 0d226d2e is also usable.
The CRC32 of the ROM I can find (the one from ... or DSK with CRC32 4d105f57 or 0d226d2e.
Edit: I have just found a ROM with CRC 4d105f57. It ...
CLS and SCREEN are bugged!
Score: 165.5 %,
Type: Forum topic , Comments: 8 comments
I'm surprised this program returns 4 instead of F4.
10 COLOR15,4:SCREEN2
20 A%=VPEEK(&H2000)
30 COLOR15,4:CLS
40 B%=VPEEK(&H2000)
41 '
50 COLOR15,4:SCREEN4
60 C%=VPEEK(&H2000)
70 COLOR15,4:CLS
80 D%=VPEEK(&H2000)
90 SCREEN0
100 PRINT HEX$(A%);" "; HEX$(B%)
110 PRINT ...
