Search results
How I restored the vandalized Konami SCC cartridge
Score: 147.16 %,
Type: Forum topic , Comments: 0 comments
I think everyone had that uncomfortable feeling when "borrowing" something from a working device for another project - later you start to feel regrets about breaking the working device. I had the same problem when I "borrowed" the ...
Enabling turbo mode in Assembly on Panasonic 2+/Turbo R machines
Score: 149.63 %,
Type: Forum topic , Comments: 22 comments
; &H2D = BIOS_HWVER
; IF PEEK(&H2D)=2 THEN OUT 64,8:IF INP(64)=247 THEN OUT 65,0
; ...
ret nz
; OUT 65,0
xor a
out (65), a
.eternalLoop: ; debug
jp ... bios call 0x0180 for that.
Your code looks almost Your code looks almost identical to the one ...
Sex Bomb Bunny from Matra in sx1/zemmix clone.
Score: 147.91 %,
Type: Forum topic , Comments: 12 comments
Hello just recently aquired a sbb cartridge and it don't work on my sx1 zemmix clone. The result is the same i get when trying to run the demo in dsk on openmsx(in bluemsx the demo works ok). Is known this compatibility problem and is planned an ...
[WTS] National CF-2700 MSX Computer
Score: 147.14 %,
Type: Forum topic , Comments: 0 comments
I have available for sale, in very nice condition, a National CF-2700 . It has been repaired and tested and is working completely. Her sister is being donated to the MSXdev’21 competition! It is a really nice example of Japan’s computer building ...
MSX Cartridge USB
Score: 147.28 %,
Type: Forum topic , Comments: 6 comments
it instead be HID interface for a keyboard. For that see https://github.com/S0 ...
50/60Hz switch for MSX-DOS that checks VDP version?
Score: 147.34 %,
Type: Forum topic , Comments: 63 comments
50HZ.COM
BDOS equ 00005h
RDSLT equ 0000Ch
RG9SAV equ 0FFE8h
org 0100h
ld a,(0fcc1h)
ld hl,002dh
call ... the message and back to the DOS
NoMSX1:
ld a,(0fcc1h)
ld hl,0007h
call RDSLT
ld c,a
inc c
ld ... 0FFE8h
org 0100h
ld a,(0fcc1h)
ld hl,002dh
call RDSLT
or a
jr nz,NoMSX1 ; Back if MSX1
ld ...
