Recent Posts

Pages: 1 2 [3] 4 5 6 7 8 ... 10
21
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Gab75 on November 23, 2023, 03:00:05 PM »
current 'md_sonic3ces' is a rom corrupted.
Patch's page induces to error, isn't to apply patch on 's&k+s3' rom directly!

Sorry, my fault... thanks for your report! :)
The right code on Github soon... ;)
22
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Igor_Arabe on November 23, 2023, 10:30:05 AM »
current 'md_sonic3ces' is a rom corrupted.
Patch's page induces to error, isn't to apply patch on 's&k+s3' rom directly!

correct romset is:

Code: [Select]
// Sonic 3 Complete - Emerald Safari (Hack)
// https://www.romhacking.net/hacks/8242/
static struct BurnRomInfo md_sonic3cesRomDesc[] = {
{ "Sonic 3 Complete - Emerald Safari (2023)(BillyTime! Games).bin", 3932160, 0xaf6088b1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000  },
};

STD_ROM_PICK(md_sonic3ces)
STD_ROM_FN(md_sonic3ces)

struct BurnDriver BurnDrvmd_sonic3ces = {
"md_sonic3ces", "md_sonic3", NULL, NULL, "2023",
"Sonic 3 Complete - Emerald Safari (Hack)\0", NULL, "BillyTime! Games", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE | BDF_HACK, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_FRAM, GBF_PLATFORM, FBF_SONIC,
MegadriveGetZipName, md_sonic3cesRomInfo, md_sonic3cesRomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
MegadriveInit, MegadriveExit, MegadriveFrame, MegadriveDraw, MegadriveScan,
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

How to obtain? Apply 'emerald safari' patch over 'sonic 3 complete (s3comp)' hack as on 'Sonic 3 Complete - Emerald Safari Readme.txt' inside patch zipfile.
23
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Neville on November 23, 2023, 04:29:17 AM »
Ah, cool. I checked, but somehow I missed it.
24
Projects / Re: Street Fighter Zero 3 Mix 0.22
« Last post by zero800 on November 23, 2023, 03:37:48 AM »
It wouldn't work because I've inserted a lot of extra graphics that no longer fit in a standard cps2 rom.

That's the main reason I created a new driver that doubles the amount of graphics on the card.
25
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Gab75 on November 23, 2023, 01:21:51 AM »
Anyway, today I noticed these two Mega Drive hacks. They both add / restore changes to the Sonic 3 game included in the Sonic & Knuckles compilation.

Sonic 3 Complete

Sonic 3 Complete - Emerald Safari

I've already added them to my collection.

"Sonic 3 Complete" is already on the Megadrive roster... ;)

In any case, added the support to the hack "Sonic 3 Complete - Emerald Safari (2023)"... also added the support to the homebrew "Shylax v0.1 (2023)"! ;)
26
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Neville on November 22, 2023, 04:37:50 AM »
There's a new English addendum to Hoshi o Miru Hito (NES) available, it completes the translation from a previous incomplete patch. It may be a good excuse to add the Japanese and fully translated versions to the NES roster, because I think the game is not there yet.



The game is one of those Japanese-style RPGs.

Original translation.

Addendum.
27
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Voljega on November 22, 2023, 01:39:10 AM »
There's a new Inufuto !
http://inufuto.web.fc2.com/8bit/yewdow/

Already available for MSX, ZXSpectrum and Colecovision
28
Projects / Re: Street Fighter Zero 3 Mix 0.22
« Last post by Stifu on November 21, 2023, 03:54:02 PM »
I'd be cool if the author could make it so the new versions also work on actual CPS2 hardware.
29
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by dink on November 21, 2023, 09:55:42 AM »
Neville, we have this saying here in Detroit that's similar, I won't paraphrase it, you'll just have to listen to the song:
https://www.youtube.com/watch?v=eu2OYcgr4rM

best regards,
- dink
30
FBN Development / Re: Game Consoles (Gab75 adds and more...)
« Last post by Neville on November 21, 2023, 06:16:28 AM »
There's this expression in my mother tongue, "ass I see, ass I want", to define people like me :p

Anyway, today I noticed these two Mega Drive hacks. They both add / restore changes to the Sonic 3 game included in the Sonic & Knuckles compilation.

Sonic 3 Complete

Sonic 3 Complete - Emerald Safari

I've already added them to my collection.
Pages: 1 2 [3] 4 5 6 7 8 ... 10