Search results
Review of 3 cartridge manufacturers
Score: 163.98 %,
Type: Forum topic , Comments: 0 comments
It's 3 years old, but still relevant:
https://www.msx-center.com/articles/12/review-manufacturers-...
A comparison of three cartridge manufacturers for MSX: Cartridge Shop, Repro Factory and Matra.
Hope that helps.
(Hardware) ...
Mini MSX Philips VG-8020 with RetroPie
Score: 164.03 %,
Type: Forum topic , Comments: 4 comments
Not sure neither if it wasn't posted before nor if it's the right subforum, but anyway:
https://www.youtube.com/watch?v=JUMTJpVpddw&t=324s
3D printed case for Raspberry Pi in the format of the classic european MSX (the most ...
8 bit workshop, online IDE for MSX and other classic platforms
Score: 166.64 %,
Type: Forum topic , Comments: 7 comments
8bitworkshop uses).
In ASM, this routine is simple to use:
ld a, 8 ; Channel A Volume (0 ... using the wrong address, 0x0096 instead of 0x0093:
uint16_t WRTPSG(uint16_t reg_data) __z88dk_fastcall {
reg_data;
MSXUSR_LOAD_A();
MSXUSR_LOAD_E();
//MSXUSR(0x0096);
MSXUSR(0x0093);
} ...
Pionner PX-V60 on Yahoo Japan
Score: 164.2 %,
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? ...
Emulator with option of unitialized RAM and VRAM
Score: 163.75 %,
Type: Forum topic , Comments: 4 comments
I noted my game is with a strange bug which shows only in the real Panasonic WSX machine.
To hide an sprite I point it to an unused sprite pattern, the last one, in my case the number 63.
It works perfectly in all emulators and some real machines, ...
Pacific, my entry to MSX Dev 2020
Score: 163.6 %,
Type: Forum topic , Comments: 19 comments
https://www.msxdev.org/2020/07/28/msxdev20-16-pacific/
Source:
https://github.com/albs-br/pacific
It's the result of 40 days and more ... that it crashes on Casio PV-7 (I assume RAM starting at 0xC000, I don't know yet how deal with it).
Version 1.1.0 has support for Version 1.1.0 has support for joystick (which itself caused a small ...
[WTB] Sony HB F1XD
Score: 164.3 %,
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) ...
Simple way to play sound effects on MSX PSG
Score: 163.66 %,
Type: Forum topic , Comments: 9 comments
"get item" sound for games ( MSXPen here ):
10 SOUND 8,15:SOUND 0,93:SOUND 1,0:FOR F=0 TO 20:NEXT F
20 SOUND 0,45:SOUND 1,0:FOR F=0 TO 29:NEXT F: SOUND 8,0
Assembly code ( MSXPen here ):
ld b, 255
.loop1:
ld a, 0 ; Channel A Period (low 8 bits)
ld e, 93
call BIOS_WRTPSG ...
Best way to measure the performance of my code
Score: 163.44 %,
Type: Forum topic , Comments: 11 comments
where you can trigger a probe breakpoint when CE changes, it will be in their upcoming 16.0 release, ...
Timing of BIOS routines, such as BIOS_WRTVRM
Score: 163.22 %,
Type: Forum topic , Comments: 28 comments
of the clock frequency. Am I right?
One t state would be then 1/3.58 MHz or 0.28uS
Only one NOP ... would be then 1/3.58 MHz or 0.28uS
Only one NOP wouldn't be sufficient. I need 10 t states. ... in MSX DEV 2020.
It seems that the site I It seems that the site I linked earlier is your own ...
