Search results
Is possible getting back to sofarun from game launched?
Score: 139.13 %,
Type: Forum topic , Comments: 17 comments
Hello, just recently have been using sofarun and i like the application a lot for its straight-out usage. I wondered if the program stays in memory somehow to being able to exit the game launched and getting back to the program for file selection. ...
Emulator with option of unitialized RAM and VRAM
Score: 138.18 %,
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, ...
Mini MSX Philips VG-8020 with RetroPie
Score: 138.47 %,
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 ...
Review of 3 cartridge manufacturers
Score: 138.42 %,
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) ...
Pionner PX-V60 on Yahoo Japan
Score: 138.63 %,
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? ...
8 bit workshop, online IDE for MSX and other classic platforms
Score: 141.08 %,
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);
} ...
Problems with NMS8280 and IO peripherical
Score: 138.41 %,
Type: Forum topic , Comments: 4 comments
Hi all,
I have designed a cartridge that only uses I/O transfers. I have tested in many different MSXs I had access and it worked without problems in all of them. However, when I tried in an NMS8280, it did not detect the cartridge.
The busdir ...
WTB: Maze Of Galious map
Score: 139.28 %,
Type: Forum topic , Comments: 14 comments
when I was 10. With the map in peeks pokes en truuks boek. ...
When you spend a full day tracking down a bug :-( Bug in SDCC 4.0?
Score: 138.75 %,
Type: Forum topic , Comments: 33 comments
When you spend a full day tracking down a bug :-( Bug in SDCC 4.0?
You trust the compiler - ... ].uFileIndex[ 0 ];
for( n=0;n<4;n++ )
pr( x );
*/
for( n=0;n<4;n++ )
pr( p[ 5 ].uFileIndex[ 0 ] );
}
void main(void)
{
unsigned char n;
SpriteMap p[ HOW_MANY ];
for( ...
How to access undocumented z80-instructions in SDCC (sdasz80)?
Score: 143.42 %,
Type: Forum topic , Comments: 20 comments
0xFD, 0x54 ; 10 MSX cycles
.endm
.macro ld____e_iyl
.db 0xFD, 0x5D ; 10 MSX cycles
.endm
.macro ld____iyh_d
.db 0xFD, 0x62 ; 10 MSX cycles
.endm
...etc
If only SDCC assembler could If only SDCC ...
