Development of module-script generator for lr-mess, lr-mame and mame standalone
-
Hi,
When installing it from next selections it doesn't matter, ti99_4a will always be installed the same way.
Installing the regular basename loaders and the regular loaders with the media option (if the system supports them).However, installing it with the extra options this is placed in
Systems: with extra options
because the install procedure is different.You will find it in the blue selected part.
I didn't make any auto-boot loader lines, so in section 3 you will not find anything.
When starting the game, then you can select something like this in the dialog on start.
I agree it's a long, not obvious, name and in the blue section you can't really see if you picked the correct one.
Beneath "Emulator:" you can view the whole line and see if you picked the correct one.The disadvantage is that the more options we add the longer the name becomes.
I would like it to be shorter and perhaps I can use the install description name for that.
It is still something that could be improved upon but not directly in the priority list.On the other hand it's nice to see all the options in the name from a learning perspective.
Then people can basically see what the options are called in mame/lr-mess. -
@folly Well, after playing with this for a long time...
It works, but nothing I tried in .dsk format worked with it. The only file I got to run was some silly music file called 5 foot 2.
Everything else I ran comes back with either an * I/O Error 52 or it crashes with a SYNTAX line error.
So I don't know if this was successful for me. It does work though. And I noticed I can only run the "extended basic" option (lr-mess-system-ti99_4a_exbasic...). The other choice that you have selected in that screenshot gives me the unrecognized file black screen error.
I downloaded every variant of the Ti99/4a BOIS from the usual archive, so I'm thinking I have enough of them.
Not sure why I'm getting all these errors in the games.
I tried:
Defender
Virus Attack
Astro Blitz
Attack of the CreepersAgain, they will run after I type in the OLD DSK1.GAME command... in fact Astro Blitz gets to the menu where you choose between the two games, but when it starts to load the actual game file, it crashes.
Are you planning on adding cartridge support to this as well?
-
For me it also something new, so I will try some more.
I did add cartridge support.
This is what I added :- new basename loaders for lr-mess which will load only cartridges because there is only a 1 hash file for ti99 with cartridges (use .zip with .bin inside from ti99_cart)
- a new ti99 loader that adds the speech sythesizer and sets the keyboard into natural mode and load cartridges (use .rpk files because it's a media loader not a basename)
- a new ti99 loader that adds extended basic and a floppy drive and sets the keyboard into natural mode and load dsk files
-
I updated the installer from :
TI-99/4A Home Computer + exbasic + keyb_nat + flop1
to :
TI-99/4A Home Computer (32Kb) + superxb + keyb_nat + flop1I have tested quite some disks and many work.
(but not all)
Many games require the "super extended basic" so I used that.
superxb seems the newest extended basic and seems to be backwards compatible too.
(superxb.zip)(place the file from the ti99_cart to BIOS files in /home/pi/RetroPie/BIOS/mame)
Most games require 32kb memory, so I added that too.
Most games, that I tried, load automatically now.I tried these too :
Defender (I have no disk file but the cart file works )
Virus Attack (disk auto boots but has an error, can't load a file)
Astro Blitz (disk auto boots and works)
Attack of the Creepers (disk auto boots but has an error, can't load a file) -
@folly sound good. I'll pull down the new script and try it later. Just have to assume some of the games are just bad ROM or Disk dumps.
Looking forward to the changes. I'll let you know how it goes
-
I just made a huge improvement.
All loader descriptions are shortened and added with better descriptions, especially for the loader lines with "extra's" and "autoboot".
I manually added these description addons in the CSV structure of the script.For the normal media lines I removed the
-system
part.I think the loader descriptions look much better now.
Just like earlier, I advise to remove the specific
emulators.cfg
before installing that system again, so theemulators.cfg
will contain the latest loader lines.I did some tests and it seems there are no issues. (fingers crossed)
Here is the commit :
https://github.com/FollyMaddy/RetroPie-Share/commit/6c6aa49ba9a9ffd2e211698997c299349d436b11 -
I don't know what to make of this... I had some success and some failures I don't understand.
Loaded new script and looks good in menus and emulator choices. Easy to read now. I have all the new options you created.
alpiner.zip (3 zipped .bin files) and barrage.zip (zipped .bin)
- "lr-mess-ti99_4a-basename" --> fails with all grey screen. missing BIOS?
- "mame-ti99_4a-basename" --> works but performance is disastrous.
Seems like no matter what zipped .bin files I try, I get the same result.
4a_flyer (zipped .rpk file)
- "lr-mess-ti99_4a-speech-keyb_nat-cart" - fails with all black initialization error
- "mame-ti99_4a-speech-keyb_nat-cart" - runs, but again... un-playable slide show
as_shamus.rpk (unzipped .rpk file)
- "lr-mess-ti99_4a-speech-keyb_nat-cart" - WORKS - need to add ".rpk and .RPK" to es_systems.cfg to display in ES gamelists
13 Extended Basic Games (198x)(-)(PD) - From TOSEC batch - (zipped .dsk file)
- "lr-mess-ti99_4a-32kb-superxb-keyb_nat-flop1" - WORKS and autoloads. Performance sucks, game crashed anyway.
The following zipped .dsk files all worked - performance is definitely a problem. For such an old system, you would imagine it would run like the Dragon, Tandy, C64 or A800.
Micro Pinball II (1984)(Software Specialities)[req. PHM 3026]
Night Mission (1985)(Millers Graphics)
Old Dark Caves 2 (1986)(Donn Granros)
Astroblitz (1988)(-) & TI-Mazogz (1988)(B. Waldmann)(PD)All unzipped .rpk files seem like they work. Enough do that I stopped testing.
We're definately on the right track. The zipped .bin files are the only ones that didn't work for me at all in the new script using the lr-mess side. If it can be done from the script, it needs to add in the missing file names to the es_systems.cfg... and maybe remove many of the formats that won't be used. Seems to be a lot of them...again... if that's possible.
-
@jamrom2 said in Development of module-script generator for lr-mess and mame standalone:
I will do some tests.
For such an old system, you would imagine it would run like the Dragon, Tandy, C64 or A800.
The TMS9900 was ahead of it's time, you might want to read these links :
https://en.wikipedia.org/wiki/Texas_Instruments_TMS9900
https://spectrum.ieee.org/the-inside-story-of-texas-instruments-biggest-blunder-the-tms9900-microprocessorThis is probably why it's slower.
-
@jamrom2 said in Development of module-script generator for lr-mess and mame standalone:
Thanks for testing !
alpiner.zip (3 zipped .bin files) and barrage.zip (zipped .bin)
- "lr-mess-ti99_4a-basename" --> fails with all grey screen. missing BIOS?
- "mame-ti99_4a-basename" --> works but performance is disastrous.
Seems like no matter what zipped .bin files I try, I get the same result.
Tested both.
For me both worked with both loaders.
My files are in : /home/pi/RetroPie/roms/ti99_4a/ti99_cart
You should try again and check your runcommand.log if it doesn't work.4a_flyer (zipped .rpk file)
- "lr-mess-ti99_4a-speech-keyb_nat-cart" - fails with all black initialization error
- "mame-ti99_4a-speech-keyb_nat-cart" - runs, but again... un-playable slide show
I don't have that file so I can't test.
The zipped .bin file works for me with the basename loaders.- "lr-mess-ti99_4a-speech-keyb_nat-cart" - WORKS - need to add ".rpk and .RPK" to es_systems.cfg to display in ES gamelists
I had a look at the issue that the .rpk extension isn't in the es_systems.cfg.
I discovered that when installing the multiple extra lines, extension are overwritten when installing a different one (from the same system).
To fix it I have to add all available extensions to the extra CSV lines.While testing for this issue another issue has risen :
When extra media as slot-devices are added like a floppy or a harddrive the extension can be added like the fix above.
But the regular install will not see them because these extensions aren't in the default.
This means that the extra slot-device extensions are lost when doing a regular install after an install with extra predefined devices.
After I have fixed the script the only solution to get all available extensions into the es_systems.cfg is to do the extra installs after the regular install.All unzipped .rpk files seem like they work. Enough do that I stopped testing.
Works for me too.
13 Extended Basic Games (198x)(-)(PD) - From TOSEC batch - (zipped .dsk file)
- "lr-mess-ti99_4a-32kb-superxb-keyb_nat-flop1" - WORKS and autoloads. Performance sucks, game crashed anyway.
Here it works, I noticed some lag too.
These games are probably written in basic, so I think the are also slow on real hardware.maybe remove many of the formats that won't be used. Seems to be a lot of them...again... if that's possible.
For the regular loaders the script just takes over the extension from the mame data base.
When I started writing the script I added a filter for removing some unnecessary media.
That way a lot of unnecessary extensions were also filtered out.
Though I had to remove some filters because otherwise some systems could not be installed.
I think, for the best compatibility the most extensions have to be added though.
Otherwise I am restricting users too much in what the want to try out, you see.
So I think it's better to keep it this way. -
I changed the lr-mess loaders that use the runmess.sh script to distinguish these from loaders and future loaders that don't use the runmess script.
The will look like this :
lr-run_mess-********I added all possible extensions to all the extra and autoboot install lines.
This should fix the issue with missing extensions in es_systems.cfg.
For systems with added media slot-devices such as ti99_4a and apple2gs, for example, the extra and autoboot installers have to be installed after the regular install to make sure all required extensions are added in the es_systems.cfg.
(I probably should add it in the help for these installers)I added 32kb to the "**********-ti99_4a-speech-keyb_nat-cart" loader, so it will become :
************-ti99_4a-32kb-speech-keyb_nat-cartI added speech to the "**********-ti99_4a-32kb-superxb-keyb_nat-flop1" loader, so it will become :
************-ti99_4a-32kb-speech-superxb-keyb_nat-flop1Edit :
Oops I made some mistakes yesterday with above install options.
I used slot1 but that slot doesn't exist ;-)
I can't use (rm) in loader names otherwise I get duplicates in emulators.cfg.
I fixed it today !I added the first lr-mess direct loaders for media.
They seem to work very good and savestate names are also ok with these media loaders
Added some HELP and improved the menu a bit. -
I am doing many changes and came across some issues I am trying to fix.
I advise you to wait a while until I think it's stable. -
@folly No problem.
Just let me know and I'll pull it down.
-
It looks like it's all stable now.
I would suggest you try this one (this file will always be the same) :
https://github.com/FollyMaddy/RetroPie-Share/blob/7017185fb4756559de9ce31f7f22afdf24f09111/00-workdir-00/backup/add-mamedev-systems-0238_test.sh
Meanwhile I will work towards new updates.I have changed, added and improved a lot of things when starting to work on this test script :
- improve menu text and help text
- add plain lr-mess loaders that don't use the run_mess.sh script
- reorganise the options in the commands so the savestate files don't have the command options in the filename (only issue is a space in the beginning of the filename)
- change the name of the lr-mess loaders that do use the run_mess.sh script and add -autoframeskip to the name
- prevent downloading the current version run_mess.sh script every time a system is installed
- it will download the first time when a system is installed, next time it will skip this version.
- this will help to prevent saving a corrupt run_mess.sh script when there is a bad internet connection
- a corrupted run_mess.sh script could be the reason why the loader doesn't work
- if the database and run_mess.sh script are both stored locally then the script can be used offline
- shorten the names of the all the loaders with extra options so we can find better what we need
- remove the options in the filename of the generated basename/cmd module-scripts
- add config directories to all the loaders
- normally a mame directory was created in the roms/<system> directory now the mame and lr-mess configs are stored in /opt/retropie/configs/<system>/mame (or lr-mess) (here are also the game-specific configs)
- add both rompaths BIOS/mame and roms/<system> to all the loaders
- now we don't need to add , for example, "extended basic roms" to the BIOS/mame anymore if the are in the correct path of the roms/<system> directory (for the ti99_4a this will mean that the BIOS ti99_4a.7z is placed and found in BIOS/mame and that the extended bios superxb is placed and found in roms/ti99_4a/ti99_cart, so the superxb doesn't have to be placed in BIOS/mame anymore)
- add extra predefined install options for ti99_4a
- loaders with different floppy drive types
- loaders with editass (editor/assember) needed to load PD/c99/asm software like "Attack of the Creepers" or asm games from "tigameshelf"
- remove an obsolete function
-
To make it working we really need to explore how this machine works.
I learned a lot of the ti99_4a and how it works.In basic or extended basic (superxb) we can list what files are on the disk with
call dir(1)
.
Loading files in basicold DSK1.<FILENAME>
.
Typingrun
will run the file.In the editor/assembler (editass) we can type 5 and type the filename
DSK1.<FILENAME>
.
The the game will start.Some disk images are only properly read when using the correct floppy type.
I used both 525dd and 525qd successfully.
You also have to set the correct DIP switches in the GUI. (40 track / 80 track)
This is an example of loading "Attack of the Creepers" (dsk file is 254.1kb using 525qd / 80 track/2ms) :
-
@folly I'll be working with it tonight, but I can see you've done an amazing job on it.
This is more than any other emulator does. You're really able to work with it as if you're actually adding in modules and cart to run basic.
I assume it was done this way originally because the original system had no DOS system, much like a C64 or Tandy, not like MS-DOS based PC's that you loaded DOS onto a HD. Back then.. no HD's. LOL.
This is good. I'm sure there are a TON of games that will run now, just have to figure out what they need to run. I've pulled down many and just committed to them not working. I'll be messing around with all these options to try and get them to work now.
-
@folly I also found with your script, that you can use it per game name as well. What I mean by this, is there are some compilation disks out there that are driven by a menu. Menu loads, select a game.
Your script actually allows you to use the same file as many times as you want and just rename it to the games that are on it. So if there is defender, Poker, Adventure.. whatever listed on the disk. The one file can be copied and just renamed Defender.bin, Poker.bin or whatever it's listed as. If it's a game in basic, drop the .bin as you know. Then select the correct loader.
What this means is you don't have to go out into the internet and spend HOURS looking for a specific title if it's part of a compilation disk. Your script will read it and load it as long as you name the file correctly as listed on the file directory of the disk. Not sure I've seen that before.
-
I read you post several times it's a very nice feature.
It looks like you described it thoroughly, though I can't put my finger on it on how/what you did exactly.
Can you describe the example more precise, with some steps ?
Or did you do this with an autoboot loader ?
Then I understand.I probably should add some help pages, for all the features, in the script.
-
Forgot to tell.
lr-mess seems to have an issue with using
shift
typing thedot
manually.So the example of "Attack of the Creepers", given earlier, is done with mame.
Not really sure how this can be fixed with lr-mess.
-
@folly Yes, I noticed this. I hadn't said anything because I wasn't sure it was me or Mess. So now you confirmed it. It's not just the ".", it's a few keys in that area. I wonder if there is a region setting for the keyboard? Not sure it made a difference with the Ti99, but it is odd that some of the lower right keys are not working.
I remapped the "." to the "-" as I don't see the need for the "-" just yet.
-
@folly
Ok, I kinda figured my explanation would require further explanation.. lol.I was working with a zipped game file Varloc (1985)(Tandy)[26-3291].dsk When it loaded, it gave me a menu to choose from a list of games on the disk. I took it a step further, broke out of the menu program and with DIR , it produced a list showing all kinds of other games on the disk other than Varloc. berserk.bin, digdug.bin, defender.bin... etc.
I renamed the Varloc (1985)(Tandy)[26-3291].zip to berserk.bin.zip and ran it with the new CoCo3 script for Flop1. It worked. It pulled the Berserk game from the disk and ran it. Then I renamed the zip file to digdug.bin.zip, that worked. I've never seen an emulator do this before, where it pulls a game title from a list of games on an .dsk image. Ususally it will only run the main title it was dumped from, which in this case, should have been the menu... or Varloc.
At any rate, it might just be me, but I thought it was worth mentioning. So if a .dsk file like this has 10 games stored on it, you could literally rename the .zip file to each game and now have all 10 from 1 .zip file.
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.