Jump to content

Entex Electronic Baseball - craiganderson (20150419)


craiganderson

Recommended Posts

Posted

I still have my Star Wars Electronic Battle Command w/ box only thing missing is the instructions. I used to have a pdf of them not sure what happened to it.

Posted

craig,

 

any chance you could add the command line code for the mess module to a post here where it can be cut and pasted rather than retyping it manually into the module itself.

 

I can see from the pictorial instruction in the mega file there are a few lines of instructional code to add to the module and don't want to "MESS" (hehe) it up with my poor typing skills.

Posted

Have already added the first two system name and MESS identifier, thanks.

 

 

Only need that third section at the bottom to get it to work.

 

If Msystem := = Entex Baseball

{

If Inst = RomName ("Baseball 1")

else if

}

 

etc etc

Posted

here ya go

i left the very top lines in so u can see where i added it 

hope it works for u

 

If !ident
ScriptError("Your systemName is: " . systemName . "`nIt is not one of the known supported systems for this MESS module: " . moduleName)
 
 
; ADDED FOR ENTEX ELECTRONIC BASEBALL
If MSystem := "Entex Electronic Baseball"
{
If InStr(romName, "Baseball 1") 
ident = ebball
else If InStr(romName, "Baseball 2") 
ident = ebball2
else If InStr(romName, "Baseball 3") 
ident = ebball3
}
  • 1 month later...
Posted

Hello Craig!

 

I have tried to install this module but can't get it to work.

I think I have followed your instructions correctly but I always end up with an error like  : invalid mode supplied : "1."    (for electronic baseball 1)

that is probably a stupid mistake from my part but I can't find it.

Also you don't mention anywhere the need for a database (which I have created since it's seems mandatory)

Thanks in advance for your help !

 

 

**EDIT** Forget about it, just a stupid mistake from my part. 

Posted

Craig there are new ones in .162 mame

Entex Turtles [hap, Kevin Horton]

Entex Stargate [hap, Kevin Horton]

Time to get to work. ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...