Old Computer Appreciation Thread
-
@zering said in Old Japanese Computer Appreciation Thread:
@folly I've read through your proposed docs, as before i think it's excellent work. Perhaps you could add that some games, ie. Final Crisis, run at a different frequency mode?
Thanks for the reading.
Good suggestion!
I've added some important core options.I think it's finished now.
EDIT : I did the push request
-
@folly said in Old Japanese Computer Appreciation Thread:
@adambegood said in Old Japanese Computer Appreciation Thread:
@folly Excellent work! I'll try this tonight, I'm out with the family at the mo. Seems a good solution. Do you think it'll be able to set the Video output to V9000? I need to look at what the options are.
Bloody good idea anyway, very economical.
Machine setup is already in the commandline => "turbor"
These extensions are in the commandline => "video9000" and "Konami_SD-Snatcher_Sound_Cartridge"
Tested video9000. This is automatically used as source.
(you can see in the menu)As an interesting foible, I've also bought "Myths and Dragons" by the same company, but the video for that game only works correctly on a GFX9000 output. If I change the emulator to add that as an extension rather than video9000, it does not default the source. It does add the extension correctly, and as soon as I manually change the Video Output, it works fine.
-
@adambegood said in Old Japanese Computer Appreciation Thread:
As an interesting foible, I've also bought "Myths and Dragons" by the same company, but the video for that game only works correctly on a GFX9000 output. If I change the emulator to add that as an extension rather than video9000, it does not default the source. It does add the extension correctly, and as soon as I manually change the Video Output, it works fine.
Nice.
Tried this :
/opt/retropie/emulators/openmsx/bin/openmsx -machine Panasonic_FS-A1GT -ext gfx9000
Indeed, video source is "MSX" by default.
Don't have a solution ;-) -
@folly said in Old Japanese Computer Appreciation Thread:
@adambegood said in Old Japanese Computer Appreciation Thread:
As an interesting foible, I've also bought "Myths and Dragons" by the same company, but the video for that game only works correctly on a GFX9000 output. If I change the emulator to add that as an extension rather than video9000, it does not default the source. It does add the extension correctly, and as soon as I manually change the Video Output, it works fine.
Nice.
Tried this :
/opt/retropie/emulators/openmsx/bin/openmsx -machine Panasonic_FS-A1GT -ext gfx9000
Indeed, video source is "MSX" by default.
Don't have a solution ;-)It's not a massive problem - strange though!
-
@adambegood said in Old Japanese Computer Appreciation Thread:
@folly said in Old Japanese Computer Appreciation Thread:
@adambegood said in Old Japanese Computer Appreciation Thread:
As an interesting foible, I've also bought "Myths and Dragons" by the same company, but the video for that game only works correctly on a GFX9000 output. If I change the emulator to add that as an extension rather than video9000, it does not default the source. It does add the extension correctly, and as soon as I manually change the Video Output, it works fine.
Nice.
Tried this :
/opt/retropie/emulators/openmsx/bin/openmsx -machine Panasonic_FS-A1GT -ext gfx9000
Indeed, video source is "MSX" by default.
Don't have a solution ;-)It's not a massive problem - strange though!
I think an issue, you can see here for issues on gfx9000 :
https://github.com/openMSX/openMSX/search?q=gfx9000&type=issues -
From this post and all the info provided within it….I’ve now started expanding to other old computer systems as well.
After hearing about the success with Retroarch translate, I’m hoping that it works good on them too.
Here’s a few I’ve started getting setup to begin experimenting with.
Elektronika BK-0010
Hector HRX
Mikrosha
Vector-06CI can’t read Russian….but some of the games look pretty fun!
-
Today, I discovered something amazing again !
Earlier we patched MSX roms with an IPS patch.
Back then I found 2 open source programs for patching.Today I tried the second patch program (it works too) :
https://github.com/kylon/Lipx
(has also a link to the IPS format specifications)What so nice is about this version, it can create patches !
IPS format seems not only MSX specific.So I tested if I could make an IPS patch for the "Otoko_dama.hdm" of "x68000"
Made the patch from the original and modified file :./lipx.py -c Otoko_dama_original.hdm Otoko_dama_modified.hdm Otoko_dama.ips
Then I patched the original with the IPS patch back to the modified one :
./lipx.py -ab Otoko_dama_original.hdm Otoko_dama.ips Otoko_dama_for_others.hdm
It worked ;-)
So now it's possible to share fixes (if the checksums of the original files are the same).
IPS patch was only 11,7kb. -
@dmmarti said in Old Japanese Computer Appreciation Thread:
From this post and all the info provided within it….I’ve now started expanding to other old computer systems as well.
After hearing about the success with Retroarch translate, I’m hoping that it works good on them too.
Here’s a few I’ve started getting setup to begin experimenting with.
Elektronika BK-0010
Hector HRX
Mikrosha
Vector-06CI can’t read Russian….but some of the games look pretty fun!
I'm all ears !
Curious if this works too.Keep us posted !
-
@folly So what change did you make to Otoko Dama?
That sounds like an incredible discovery! The possibilities are huge. Could it be possible to use that to get around some of those roms that just won't run, ie. Refight and its music mode or multidisc X1 games?The computers dmmarti mentioned should all work within mess,I think they're on the list of systems I was planning on adding to my rig.
-
@zering said in Old Japanese Computer Appreciation Thread:
@folly So what change did you make to Otoko Dama?
So the changes I made, to get music working, can now be shared.
(if the sum of the originals, we have, are the same)That sounds like an incredible discovery! The possibilities are huge. Could it be possible to use that to get around some of those roms that just won't run, ie. Refight and its music mode or multidisc X1 games?
Indeed, incredible. ;-)
And if more people can make patches we save time.The computers dmmarti mentioned should all work within mess,I think they're on the list of systems I was planning on adding to my rig.
Curious, if he gets it working with translation.
-
@folly said in Old Japanese Computer Appreciation Thread:
Today, I discovered something amazing again !
Earlier we patched MSX roms with an IPS patch.
Back then I found 2 open source programs for patching.Today I tried the second patch program (it works too) :
https://github.com/kylon/Lipx
(has also a link to the IPS format specifications)What so nice is about this version, it can create patches !
IPS format seems not only MSX specific.So I tested if I could make an IPS patch for the "Otoko_dama.hdm" of "x68000"
Made the patch from the original and modified file :./lipx.py -c Otoko_dama_original.hdm Otoko_dama_modified.hdm Otoko_dama.ips
Then I patched the original with the IPS patch back to the modified one :
./lipx.py -ab Otoko_dama_original.hdm Otoko_dama.ips Otoko_dama_for_others.hdm
It worked ;-)
So now it's possible to share fixes (if the checksums of the original files are the same).
IPS patch was only 11,7kb.So it just modifies the autoexec.bat as we did? That is very clever!
-
@Folly Why is this sort of stuff not more widely known?
-
@adambegood said in Old Japanese Computer Appreciation Thread:
So it just modifies the autoexec.bat as we did? That is very clever!
Indeed.
1 person does the real editing.
Then this person makes a patch that can be shared so others don't have to edit the autoexec.bat but just apply the patch. -
@folly said in Old Japanese Computer Appreciation Thread:
@adambegood said in Old Japanese Computer Appreciation Thread:
So it just modifies the autoexec.bat as we did? That is very clever!
Indeed.
1 person does the real editing.
Then this person makes a patch that can be shared so others don't have to edit the autoexec.bat but just apply the patch.Does Zering's Otoko work yet? Send him the patch!
-
@zering said in Old Japanese Computer Appreciation Thread:
@Folly Why is this sort of stuff not more widely known?
Actually I don't know.
But sometimes you have to be a creative thinker to apply a solution to an other similar problem.
Das Aha erlebnis. -
@adambegood said in Old Japanese Computer Appreciation Thread:
@folly said in Old Japanese Computer Appreciation Thread:
@adambegood said in Old Japanese Computer Appreciation Thread:
So it just modifies the autoexec.bat as we did? That is very clever!
Indeed.
1 person does the real editing.
Then this person makes a patch that can be shared so others don't have to edit the autoexec.bat but just apply the patch.Does Zering's Otoko work yet? Send him the patch!
We can try this evening.
Have to do some thing now. -
@folly That'd be great actually, as my Otoko Dama still doesn't work.
I followed your steps exactly but I think maybe there's something I don't understand. -
@zering said in Old Japanese Computer Appreciation Thread:
@folly That'd be great actually, as my Otoko Dama still doesn't work.
I followed your steps exactly but I think maybe there's something I don't understand.If you didn't have a PC and mess about with DOS, I can imagine it being a lot weirder than it was for me.
-
@adambegood Yup, DOS is a foreign language to me.
I know how to launch games on dosbox and that's about it and even then if there's a CD or a complex install involved I'm at a loss.
-
I made a seperate repository.
For now this was the easiest way to share the file :
(EDIT : repository name is changed)
https://github.com/FollyMaddy/RetroPie-Share
(the md5sum of the original file( of ...ByGhost.....) is in the filename)
Get :
https://github.com/kylon/LipxUnzip both
Place all files in 1 directory
Check your md5sum.
(lipx.py should already be executable)
Do (assuming you do this on the pi) :./lipx.py
You get examples on how to use the command.
(don't forget to use "./" in front of the command )Good luck.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.