Hey, I finally got this thing to somewhat run. I need to stop being lazy and look at this scripting langauge to figure out how to customize it and get some lists to apear (and how to change lists). You need sometype of utility that configures the common stuff at least.
Yeah, I do have a utilty to make lists, but as I remember, you were having problems getting it to run.
[quote ]
I keep forgetting what the default keys are, it is VERY annoying to look through the scripts for this.
Well, they can be differant for each differant script. where do you think I should put them? Maybe at the top of each script in a comment block?
[quote ]
Also, what language is this wrote in? I ask because I might have better ways of doing things. The way mame is launched is horrible. At first I thought EmuTron crashed and just quit.
[/quote ]
I've got that covered now, I'm about to release a new version with the abilty to pause the FE, launch a game, and than continue. The way I'm currently launching games is through a DOS bat file, I'm using a better way now (CreateProcess).
EmuTron is written entirely in C++ with a little asembler thrown in.
-PacManFan