Search results
Pionner PX-V60 on Yahoo Japan
Score: 138.23 %,
Type: Forum topic , Comments: 10 comments
Allegedly unused, it's a little expansive for a MSX 1, I guess:
https://www.jauce.com/auction/r425736439
Less than one hour to end.
Does it worth?
Is this model rare?
How much the condition "unused" adds to the price? ...
Which of these is faster?
Score: 139.01 %,
Type: Forum topic , Comments: 27 comments
for MSX1)
;Input: HL = source address in RAM
; DE = destination address in VRAM (0-3FFFh)
; BC ... a,(VDP_DW) ;Incompatible under DOS.
ld c,a
inc c
di
out (c),e ;bits 0 to 7 of VRAM address
ld a,d ... a,c
or a
jr z,copy_to_VDP_lsb_0
inc e
copy_to_VDP_lsb_0:
ld b,c
; get the VDP ...
Red Line 2 - Possible future racing game for MSX1
Score: 138.77 %,
Type: Forum topic , Comments: 16 comments
I made a small POC of a pseudo 3D racing game for MSX1 computers, inspired by Top Gear 2 for SNES. I took the idea from this thread .
I have two name tables and alternate between them. The patterns are equal, only the colors differ. It's ...
[WTB] Sony HB F1XD
Score: 138.33 %,
Type: Forum topic , Comments: 6 comments
Want to buy a Sony HB F1XD, in good condition, at a reasonable price.
I'm located in Brazil.
Expanding search:
Sony F1XD Expanding search:
Sony F1XD mk2
Sony F1XDJ
Sony F1XV
Sony with detachable keyboard (HB-F500 / F700 / F900) ...
Panasonic FS-A1WSX - My first MSX in 25 years
Score: 139.41 %,
Type: Forum topic , Comments: 12 comments
I created this topic to centralize my doubts about this machine. I'm not sure if its the right place. {mod: wrong place indeed. this is about hardware and not about selling/buying, so it's moved to the hardware forum}
Panasonic FS-A1WSX: ...
Doubt about developing a 128kb MegaROM (ASCII 16K Mapper)
Score: 139.89 %,
Type: Forum topic , Comments: 12 comments
https://www.msx.org/wiki/Develop_a_program_in_cartridge_ROM#...
And I'm curious with the "Seg_P8000_SW: equ 07000h", as the page 0 uses the addresses from 4000h to 7FFFh, should I to take care to not get over 7000h with my code/data in the page 0 ... to write on an address in the ROM?
I mean, the entry point of the cartridge is 0x4000, so the page ...
MSX SLT-Turbo - Cartridge to turn a 2+ into Turbo R
Score: 140.17 %,
Type: Forum topic , Comments: 9 comments
I saw it today on brazillian Whatsapp MSX group and want to share here:
https://lars28.wordpress.com/2020/11/06/msx-slt-turbo-cartuc...
Enjoy
See also this forum thread. See also this forum thread.
Cool! I haven't seen it. I Cool! I haven't seen it. I searched for "SLT turbo" but nothing. ...
Gameboy development in Assembly, anyone?
Score: 140.35 %,
Type: Forum topic , Comments: 0 comments
Hi, in the last few days I got interested in Gameboy devlopment and made some small programs to getting used to the hardware. Is there someone here with experience on this subject? Any hints? A good online place (forum)?
(Off-topic) ...
More than 32 sprites on 9918/9938
Score: 140.85 %,
Type: Forum topic , Comments: 10 comments
Lately I'm playing with Gameboy development and found this cool trick: they put an interruption on a given screen line (mid screen for example) and then rewrite the sprite attributes table, so new sprites are writen on the bottom half of screen, ...
Screen 2 using only one pattern table
Score: 139.34 %,
Type: Forum topic , Comments: 9 comments
on the VDP's VRAM address lookup, so setting them to 0 causes the mirroring effect.
However, note ...
10 SCREEN1:WIDTH32
20 SCREEN2:POKE&HFCAF,1
30 VDP(3)=&H9F:VDP(4)=0
I am a bit ...
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; defb 0x02 ; Reg# 0 000000[M3][EV]
; defb 0x62 ; Reg# 1 ...
