Hello,
do you plan to add support for Naomi Mame roms set?
For example, the Naomi rom game Toy Fighter is called toyfight.zip and contain this files:
epr-22035.ic22
mpr-22025.ic1
mpr-22026.ic2
mpr-22027.ic3
mpr-22028.ic4
mpr-22029.ic5
mpr-22030.ic6
mpr-22031.ic7
mpr-22032.ic8
mpr-22033.ic9
mpr-22034.ic10
Reicast don't know how to launch this rom.
If Reicast support Naomi Mame roms set:
Thank you for your help.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
@skmp What is the lst/bin format actually ? It would help further development if we knew more about this format.
uh it is an address map (the .lst file) and data files (.bin ones). You can match it with mame by getting the addresses from https://github.com/mamedev/mame/blob/master/src/mame/drivers/naomi.cpp
@skmp Hmmmm aren't the files decrypted or something ?
that too
On Mon, 9 Jul 2018 at 10:50, barbudreadmon notifications@github.com wrote:
@skmp https://github.com/skmp Hmmmm aren't the files decrypted or
something ?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/reicast/reicast-emulator/issues/1195#issuecomment-403407209,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAYAMuNO_Xa5IKNJ4EArLuHg9RpXicDbks5uExlNgaJpZM4U-ZSB
.>
~skmp
Ok, i'll look into mame to see if i can somehow port the decryption mecanism. By the way i worked a lot on controls in the libretro port (fixed analogs, 2nd player, ...), i'll try to port my work to this repository this week.
Closing this in favor of https://github.com/reicast/reicast-emulator/issues/1188
Most helpful comment
Ok, i'll look into mame to see if i can somehow port the decryption mecanism. By the way i worked a lot on controls in the libretro port (fixed analogs, 2nd player, ...), i'll try to port my work to this repository this week.