Will post a new link with PVR made from Ian's input.
The only difference I see is yours is the official GDEMU with different firmware.
Must have GENESIS emulator download (GENS4GOOD)
- MoeFoh
- 1300
- Posts: 1358
Re: Must have GENESIS emulator download (GENS4GOOD)
New PVR to test:
- Attachments
-
0GDTEX - GENS4GOOD.zip
- (37.29 KiB) Downloaded 305 times
- Ale DC
- undertow
- Posts: 26
- Dreamcast Games you play Online: Quake lll Arena
4x4 Evolution
Phantasy Star Online - Contact:
Re: Must have GENESIS emulator download (GENS4GOOD)
Great job bro, thank you very much ! I like play genesis games on dreamcast
- Ian Micheal
- Developer
- Posts: 6277
- Location: USA
- Contact:
Re: Must have GENESIS emulator download (GENS4GOOD) - Updated to ver. 4 (11-24-2021)
New update now with raster support speed up and saving
- Ian Micheal
- Developer
- Posts: 6277
- Location: USA
- Contact:
Re: Must have GENESIS emulator download (GENS4GOOD) - Updated to ver. 4 (11-24-2021)
I would TapamN just updated it today with major features..TapamN wrote:Here's the new version of Gens4All with rasters and a game list browser. Both a precompiled ELF and a 1ST_READ.BIN are included with the source. The 1ST_READ also has the in-game menu from the last version accessible, so now you can also save, reset, and change controller and rendering settings, like you were supposed to be able to in the last version.
There's also some performance improvements, but slowdown still occurs in some games (usually audio related). Tilemap shadow and highlight have not been updated to work with the improved window map and rasters yet, so you might get the wrong shadows or shadows over HUDs. For some games, like Toejam & Earl, you might want to turn S/H off in the video settings.
The game list is an improvement on the file browser from the previous version. It loads the file "gamelist.bin" from the disc, which stores the titles, ROM filenames, SRAM and controller settings, and enabled hacks for the list of games. There's an index option, accessed by pressing X, that lets you jump to a certain letter to navigate the list faster.
A game list can be made using the included "glc" program. The source is located in "src/glparse". There's no precompiled version included, but it's a normal PC program. You don't need a DC dev. setup, just GCC/Clang. Run "make" in that directory to compile it. It has two modes, one mode takes a list of ROMs and generates a text file containing titles from the ROM header as a starting point, and the other mode takes that text file and generates the binary game list file. It's split into two parts so that someone can clean up any issues with the titles and customize save filenames and controller settings.
If there is no gamelist.bin on the disc, the file browser from the last version is used. You can also hold A while pressing Start on the title screen to force the file browser, even if there is a gamelist.bin.
If you run a game from the file browser and create a save file, he filename is generated by a hash of part of the ROM. If you run that game from a game list that specifies a different filename, it won't find the right save. You'll have to rename the save with something like VMU Tool to access it.
I'll explain how the "glc" program works later, I don't have time to fully explain it right now. If someone wants to try to try it out blind, the rough idea is to run "glc -g list.txt [ROMS]" to create the list source file, edit the source to fix bad titles, change save data, or customize controls/hacks, then run "glc -c list.txt" to generate gamelist.bin.
There are a bunch of defines in the Makefile that might be helpful for anyone messing around with it, to enable debugging features or loading gamelist.bin from a PC over dcload for testing. There's a partially working option for aspect correct 256 pixel wide mode, but it only works on VGA at the moment (it uses a custom 640x240 resolution, and I haven't made and tested an NTSC version of the video settings).
- KmusDC
- fire
- Posts: 82
- Dreamcast Games you play Online: Worms World Party, Phantasy Star Online v2, POD Speed Zone, Alien Front Online.
Re: Must have GENESIS emulator download (GENS4GOOD) - Updated to ver. 4 (11-24-2021)
Hey guys, could someone post this version of the emulator in iso format for dreamshell, sdcard? It is that I have not managed to make it run, excuse my ignorance. And Thanks in advance. Greetings.
-
- MegaDeath
- Posts: 222
Re: Must have GENESIS emulator download (GENS4GOOD) - Updated to ver. 4 (11-24-2021)
So I got the time to create a release for Dreamshell/RetroDream.
Basically the procedure is as follows:
1. unpack the .cdi image with cdirip (look for the LBA for the second track, usually 11702)
2. Use isofix to create a fixed iso from tdata02.iso (which you extracted at step 1), with the correct LBA
3. Unpack the fixed.iso
4. unscramble the 1ST_READ.BIN
5. Use a HEX editor to replace E4745FA0 with EC745FA0 in 1ST_READ.BIN
6. Use mkisofs to create a new ISO file (assuming all files are in the "Gens" directory):
mkisofs -V GENS4ALL -C 0,0 -G Gens/IP.BIN -l -o gens4all.iso Gens
Done!
The release is really awesome, Sonic plays PERFECT!!!!
Download: https://mega.nz/file/G89FmYRS#7vNzZ5fJS ... jN-UlB9K8E
Basically the procedure is as follows:
1. unpack the .cdi image with cdirip (look for the LBA for the second track, usually 11702)
2. Use isofix to create a fixed iso from tdata02.iso (which you extracted at step 1), with the correct LBA
3. Unpack the fixed.iso
4. unscramble the 1ST_READ.BIN
5. Use a HEX editor to replace E4745FA0 with EC745FA0 in 1ST_READ.BIN
6. Use mkisofs to create a new ISO file (assuming all files are in the "Gens" directory):
mkisofs -V GENS4ALL -C 0,0 -G Gens/IP.BIN -l -o gens4all.iso Gens
Done!
The release is really awesome, Sonic plays PERFECT!!!!
Download: https://mega.nz/file/G89FmYRS#7vNzZ5fJS ... jN-UlB9K8E
- Dreamtastic
- lithium
- Posts: 37
Re: Must have GENESIS emulator download (GENS4GOOD) - Updated to ver. 4 (11-24-2021)
Thank you very much for this! But to let you know sadly the Phantasy Star IV rom doesn't boot and leads to a black screen on the cdi image. I was looking forward to finally playing this on my dreamcast. But all the other ones i have tried are working well. It's amazing to finally play these at full speed on the DC i hope that you can get PS IV fixed though.
Edit: Also found that Crusader of Centy doesn't boot and is only a black screen as well.
Edit: Also found that Crusader of Centy doesn't boot and is only a black screen as well.

Last edited by Dreamtastic on Tue Dec 28, 2021 9:43 pm, edited 1 time in total.
-
- dark night
- Posts: 64
Re: Must have GENESIS emulator download (GENS4GOOD) - Updated to ver. 4 (11-24-2021)
Been messing around with this tonight and its awesome, want to thank you for this!
-
- Similar Topics
- Replies
- Views
- Last post
-
- 5 Replies
- 6518 Views
-
Last post by Ian Micheal
-
- 1 Replies
- 3461 Views
-
Last post by Serj2DC
-
- 0 Replies
- 5559 Views
-
Last post by MoeFoh
-
- 2 Replies
- 25437 Views
-
Last post by fafadou
-
- 1 Replies
- 7484 Views
-
Last post by Ian Micheal