Development of module-script generator for lr-mess, lr-mame and mame standalone
-
@DTEAM @JimmyFromTheBay @rott42
I just found a second issue in the front end-script.
I was not able to use the joystick in the sub-menus.I fixed this by reordering some lines within the script and now it works.
Somehow I think this issue could be related to the other issue (Expecting at least 5 tokens.... have 4)Can you update the script and try it again ?
-
@folly I'm a dummy, what exactly does "update the script" mean? Redownload add-mamedev-systems-test6.sh or update RetroPie-Setup or both?
EDIT: I did both. Joystick now works in the add-mamedev-systems menu, but I still get the same crash.
-
@jimmyfromthebay said in Development of module-script generator for lr-mess and mame standalone:
@folly I'm a dummy, what exactly does "update the script" mean? Redownload add-mamedev-systems-test6.sh or update RetroPie-Setup or both?
EDIT: I did both. Joystick now works in the add-mamedev-systems menu, but I still get the same crash.
Thanks for testing.
I meant just redownload add-mamedev-systems-test6.sh and overwrite it in the RetroPie-Setup.
So issue 1 still remains.
I will look further.
-
I am a bit in the dark as I can't reproduce the problem.
But I have changed some things again.
Could you re-download it, overwrite it and try it out ? -
@folly said in Development of module-script generator for lr-mess and mame standalone:
I am a bit in the dark as I can't reproduce the problem.
But I have changed some things again.
Could you re-download it, overwrite it and try it out ?No change :(
-
On which RPI do you run the script ?
Do you use the binary or source of mame ?I don't have a solution right now.
But I can reproduce the error on a RPI3.
The RPI4 doesn't seem to have a problem.So I tried the script on my old RPI3.
It seems mame complains about having too little virtual memory :drc_cache: Error allocating virtual memory
Right now it looks like it's an issue of mame
and RPI3 combined.
Mame can't get enough virtual memory an therefor can't output all the data.So when you go into another sub-menu it just get's only a part of the database and then produces the error because it doesn't have all the data in the memory.
So it looks like there are no issues with the script.
But if there is no fix then perhaps I should come up with a different database solution for the RPI3.It seems more alike issues are posted here :
link_to_issueEDIT ( latest conclusion) :
I backupped mame on the RPI4 and updated the binary from 0.227 to 0.232.
Now I have the problem also on the RPI4.
Basically it's a mame issue, not sure how to deal with this. -
Do you have this problem too ?
-
@folly
I didn't update MAME to 0.232.
I'll do It this week and I'll do some tests. -
@dteam said in Development of module-script generator for lr-mess and mame standalone:
@folly
I didn't update MAME to 0.232.
I'll do It this week and I'll do some tests.Thanks,
Be sure you backup the old version !
Otherwise it's gone. -
@DTEAM @JimmyFromTheBay @rott42
I created
add-mamedev-systems-test6_temp.sh
to fix the issue with mame temporarily.
It will use a good mame0310 database placed in my repository.Install instructions are changed in post 1.
Be sure to remove the old version as it will clash !
Let me know if it works for you.
-
@folly All seems to work fine :)
-
@jimmyfromthebay said in Development of module-script generator for lr-mess and mame standalone:
@folly All seems to work fine :)
Thanks for testing !
Glad we have found the problem.
At first I wasn't really sure what it was.
Nice to know it wasn't an issue in my script in the first place.Also a nice discovery is that extracting the data from a text file will improve the speed drastically.
For now we don't see that because the data is still downloaded.
I did this for the simplicity, otherwise it get's too complicated now.But if I can structure it decent then we could place the files on the SD/harddrive and get the data from there, this could be quite an improvement.
We could even filter multiple data files, If we know how to, and use these multiple data files. -
@folly now it works without any errors. Thanks again.
-
@rott42 said in Development of module-script generator for lr-mess and mame standalone:
@folly now it works without any errors. Thanks again.
Super, thanks for testing ;-)
-
Guys, any chance of support for the NEC PC-6000 series with tape loading? Works beautifully straight out of the box with ROM carts, but sadly only about 1% of its games were on cart.
You can boot to the OS and type CLOAD, and a little counter briefly flashes up, but then nothing happens.
I notice in the MESS menu there's a reference in the Devices section to something called "-cashack", but no way to change its settings and I can't find any documentation about it.
-
@jimmyfromthebay Hm....interesting.
Looking at the MAME -listmedia for the pc6001, it looks like you load cassette files into the "-cart2".
pc6001
cartridge1 (cart1) .bin
cartridge2 (cart2) .cas .p6Try loading the cassette files using the -cart2 emulator config.
===UPDATE===
I just tried it on my Windows PC MAME 0232 loading a cassette *.cas file using the "-cart2" option.
I just hit <enter> when asked about number of pages.
Then once loaded, I typed "CLOAD <enter>"....saw the counter....then got my prompt back. I typed "RUN <enter>" ... and lo and behold .. the game started!
-
@dmmarti said in Development of module-script generator for lr-mess and mame standalone:
@jimmyfromthebay Hm....interesting.
Looking at the MAME -listmedia for the pc6001, it looks like you load cassette files into the "-cart2".
pc6001
cartridge1 (cart1) .bin
cartridge2 (cart2) .cas .p6Try loading the cassette files using the -cart2 emulator config.
===UPDATE===
I just tried it on my Windows PC MAME 0232 loading a cassette *.cas file using the "-cart2" option.
I just hit <enter> when asked about number of pages.
Then once loaded, I typed "CLOAD <enter>"....saw the counter....then got my prompt back. I typed "RUN <enter>" ... and lo and behold .. the game started!
Ooh, that's excellent info. But something's going wrong at the last step for me :(
I load with the -cart2 option and I get the menu asking me which version of BASIC I want and how many pages. The filename specifies what those should be (it includes "m2p2"), then I type CLOAD and the counter goes nuts but when it's finished, no prompt :(
Will try other tapes, maybe it's just that one.
-
@jimmyfromthebay Yea, I grabbed a TOSEC cassette game for the game Galaxy.
Here's the filename I used:
Galaxy (19xx)(-)[Mode 1, Page 1]/Galaxy (19xx)(-)[Mode 1, Page 1].cas
I didn't get prompted for which basic to choose, just the number of pages.
It's a sort of Asteroids clone type of game.
-
@dmmarti I just had some luck trying files with the PC-6001 emu rather than the PC-6601. Will keep experimenting. Many thanks for the very useful info :)
-
@jimmyfromthebay Actually, while I've got lots of games running now, they're all going far too fast. Same for you?
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.