Search results
Unable to get Carnivore 2 boot menu under openMSX
Score: 139.63 %,
Type: Forum topic , Comments: 3 comments
I followed instructions in C2, placed Carnivore2.rom and Carnivore2.xml in share\systemroms\other and share\extensions\, tried different machines, but was never able to get to C2 boot menu. What else do I need to check or what I might be doing wrong?
I have openMSX and Catapult 16.0 ...
Debugger in MSX-DOS
Score: 139.62 %,
Type: Forum topic , Comments: 17 comments
I tried the openMSX debugger with a small application under MSX-DOS. However, the memory layout and code view in the debugger show the BIOS in page 0. If I try to set a break point to address $100 (even ... is connected to Page 0 when you set the breakpoint, it won't be triggered when MSX-DOS connects a segment ...
Download Database Summary September 2020
Score: 148.67 %,
Type: News post , Comments: 0 comments
The monthly summary of the MRC Download Database tells you what's been submitted to and downloaded from our own bits and bytes library.
Here's what has been submitted - September 2020
" DMK Creator " by cbsfox . ...
RoboSID 2.0
Score: 153.75 %,
Type: Download , Comments: 6 comments
Last download
robosid_2.0.zip 83.34 KB 134 1 week 6 days ago ...
Metal Gear 2: Solid Snake Turbo Hack Help
Score: 139.65 %,
Type: Forum topic , Comments: 3 comments
I know this will be another Metal Gear inquiry to add to the pile, but first, please judge my vow and witness my plight.
I'm emulating with fMSX through Retroarch and tried using LunarIPS to patch an English ROM of MG2 with the turbo hack ...
There is a fundraiser campaign of Finnish computer museum
Score: 139.55 %,
Type: Forum topic , Comments: 0 comments
Hello,
Finnish computer museum have a fundraiser campaign at the address : www.gofundme.com/f/exhibition-of-agora-computing
Finnish computer museum try to get this new exhibition in the internet so everyone can see it virtually.
More info ...
Finnish computer museum needs you.
Score: 139.56 %,
Type: Forum topic , Comments: 0 comments
Hello.
The Finnish Data Processing Museum Association has been operating since 1985, first as a data processing museum committee and since 1995 as a registered association (Finnish Data Processing Museum Association). The founder of the association is ...
Metal Gear, Nemesis and Maze of Galious for sale, cart only
Score: 139.78 %,
Type: Forum topic , Comments: 5 comments
Metal Gear 1 €90,-
https://www.marktplaats.nl/a/spelcomputers-en-games/games-ov...
Nemesis 1 €35,-
https://www.marktplaats.nl/a/spelcomputers-en-games/games-ov...
Maze of Galious €35,-
https://www.marktplaats.nl/a/spelcomputers-en-games/games-ov...
Prices on "marktplaats" are a bit higher because most dutch people always want ...
MSX2 mixing OSSC + Avermedia Live Gamer Portable 2 Plus + OBS
Score: 145.63 %,
Type: Forum topic , Comments: 4 comments
HDMI lead
5) Avermedia Live Gamer Portable 2 Plus HDMI input
6) USB2.0 to PC Windows 10 and
7) ... 0.90.
I exit OSSC via HDMI and connect to the AVERMEDIA 2 plus card, which connects to my TV monitor. ... RGB NTSC , collegato ad un OSSC V1.6 con firmware 0.90.
Esco da OSSC tramite HDMI e mi collego alla ...
SDCC bug?
Score: 139.6 %,
Type: Forum topic , Comments: 11 comments
int i = (int)nibbles - 1;
while (i >= 0) {
uint16_t aux = (v >> (i << 2)) & 0x000F;
uint8_t n = aux & 0x000F;
if (n > 9)
printf("%c",('A' + (n - 10)));
else
printf("%c", ('0' + n)); ...
