mame2003-plus: hundreds of new games, improved input, features, new bugs - now with runahead support
-
@riverstorm said in mame2003-plus: 250 new games, new input system, new features, new bugs:
@grant2258 - I don't mind the tweaks. I can go from a stock image to fully configured in not much over the time it takes to copy the ROMs. I don't think my overrides are excessive but they do allow me to dial in my setup precisely with some nice optionals. They can actually be used for most anything and not just layouts.
I think any layout works as long as all 6 buttons are mapped. Core overrides really are pretty straight forward if another layout is preferred. The subtype of a bottom row set of keys for simple games & palm resting would have just been icing on the cake. At some point I hope to have 8 buttons so I can implement a proper Neo-Geo, CPS, etc. setup! ;)
I'll have to put some thought into what you wrote and maybe take a peek at the code so it makes more sense. I can manipulate RA to whatever setup I need and maybe understanding the underlying code doesn't bring much value to the end user.
@Riverstorm it brings high value to the mame setup if you understand it.
Before you where stuck to one layout choice now you can have a 8 button , 6 button and a xboxpad auto setup just by picking the retropad type for the player number. You really need to understand it though.
basically you install set your 6 panel up to
XYL
BAReverything should work including mame if you pick the 6 panel layout for the retropad number the controller is in. Well the mame defaults as they are having the inverse
456
123and
456
1234would be ideal for both panels but the alt panel will be user voted seems the fairest way to do it
-
@grant2258 - Yep I am aware of the options available and I use most of them. I was referring to understanding exactly how it works from a coding perspective, which isn't necessary to use RetroPie/RA...but probably helpful.
-
@Riverstorm here is where we tell the controls menu what retropad buttons do for mame
here is where we define the retropad layouts for mameification
https://github.com/libretro/mame2003-plus-libretro/blob/050ba51cccd6ca63ce039eb9076f0d6638e10507/src/mame2003/mame2003.c#L1325and we have a system that can be remaped in ra hope this helps you understand a bit better
trust me im over simplifying here mark has put a lot of though time and effort into this and i think he done a great job of it
-
@grant2258 - Heading out here I do appreciate you taking the time to explain it and also the links. Not something a programmer has to do but incredibly neat. I do believe it is more complex then what you outlined. The RGUI menu options for Plus looks great. I love the per user layouts. Well thought out and implemented!
I always try your
Input Interface
&Layout
after each update pertaining to them to get a feel of what you're changing. Anyway I just update a few hours ago and triedInput Interface
=retropad
and cycled through the player layoutsmodern
,6-button
&8-button
. When playing Donkey Kong all layouts require Y (physical button X) to jump on a 360 controller or Final Fight is YX (physical buttons XY) to punch and kick.I just prefer BA (physical button AB) to jump, punch & kick, etc. on a 360 so I don't need to reach my thumb over the BA buttons to get at the YX buttons or when I am excitedly playing hit the wrong button under my thumb so I remap. It saves a half-inch thumb stretch and no under thumb buttons! ;)
I know covering every scenario is impossible so once I have my remap I just dump it in my "mirror" setup to bulk copy it over to RP after the initial setup and all is right as rain.
EDIT: I don't mind the CLI vs. GUI.
-
@riverstorm I do believe the classic option should be in there as well as far as i know its not the last time i checked.
I dont know if its the exact layout you want but there can more than one gamepad layout only ones there now seem to be the snes(6panel) and gamepad(modern sf2) both sf2 variants. classic and something else as well if classic doesnt suit your needs would be beneficial for users that play more than sf2
this is classic if it doesnt suit please post your one as well and ill change it into code and put a pr in for mark to look over
5 6 L R 3 4 Y X B A 1 2
As you can see this is the controller shape pattern robert wanted for his panel it's probably the most logical mapping for a 2x2 gamepad in mame if your not playing sf2.
-
@grant2258 - It seems classic was removed in favor of 8-button. I downloaded from source again around midnight last night to verify. That layout in the diagram above is perfect. I don't even have sf2 in my build but adding it might be beneficial for testing more than 4 buttons. Can you suggest any 8-button games for testing that layout also? How do folks test 8 button games?
I think the point yesterday on posting both controller & keyboard configs when you asked was I guess I never put much thought into how others build-up RetroPie but I always think about controller and panel changes/repercussions at the same time and configure accordingly. I also try to align non-Libretro cores basic functionality inputs so they match Libretro cores. It makes them seamless to the average player. I keep two lines of thought going at all times so the discussion can get confusing at times.
Forums are nice for quick information but not ideal for chatting. An all day discussion in a forum can take place in about 15 minutes in person.
I did some testing with the OST options toggle but it seems to be always enabled. I tried core and ROM overrides. I couldn't find the option name in the override to verify so it doesn't seem to be writing out. This is a spit-n-shine option here. These type of additions are really nice touches.
-
I was the one who arbitrarily decided to hide the Classic layout in the hopes of starting with the most concise list possible but it does seem like we're going to add at least one more default layout.
Classic is still coded in there as dankcushions implemented it a few months back -- if we need it back it's just a matter of adding
|Classic
to the core option init for each of the players.I may have rushed through a little of the spit polish a few days ago. I'll try not to code and run when I sit down to make these fixes.
I've also got NVRAM bootstraps to add for "Charlie Ninja" and all of the playable "Defender" clones.
-
@markwkidd can you please call it gamepad classic. I want people to know know gamepads and arcade panels are completely seperate if that is ok
@Riverstorm the 8 panel is specifically for 8 panel arcade nothing else.
the snes sf2 pad layout and 6 panel match thats the only reason it was named 6 button
-
@markwkidd - Ok thanks, That's the one I preferred as classic seems to be more suited to arcade gaming. Using the closest buttons on the pad (right/lower) primarily for firing, jumping, etc. and further buttons (left/up) for game functions less commonly used like a lobbing a grenade or activating a super-weapon.
I appreciate the OST option toggle even with a bug it's no big deal. Some days are just like that.
-
@riverstorm said in mame2003-plus: 250 new games, new input system, new features, new bugs:
@markwkidd - Ok thanks, That's the one I preferred as classic seems to be more suited to arcade gaming. Using the closest buttons on the pad (right/lower) primarily for firing, jumping, etc. and further buttons (left/up) for game functions less commonly used like a lobbing a grenade or activating a super-weapon.
I appreciate the OST option toggle even with a bug it's no big deal. Some day are just like that.
the diagram was made from teh classic its still in the source just not use at the moment mr River. Im just making sure its mapped right for you
-
@grant2258 said in mame2003-plus: 250 new games, new input system, new features, new bugs:
@Riverstorm the 8 panel is specifically for 8 panel arcade nothing else.
Hmmm, ok, so do you know of any 8 panel arcade games for testing the 8-button layout?
the diagram was made from teh classic its still in the source just not use at the moment mr River. Im just making sure its mapped right for you
Yes sir, that's what Mark just said.
-
mame only uses 6 buttons but the maps need to match a core layout for it the 8 button. The 8 is identical to the 6 button at the moment with different physical maping check the diagrams uploaded and the post above for the explanation
if you want to test the 8 panel binding play a psx game or core that uses l r l2 r2
-
@grant2258 - Setting RA, RP, etc. aside for a moment. I was just trying to ascertain if there were/are any real arcade games that existed at one point that used 8 buttons.
-
@riverstorm said in mame2003-plus: 250 new games, new input system, new features, new bugs:
@grant2258 - Setting RA, RP, etc. aside for a moment. I was just trying to ascertain if there were/are any real arcade games that existed at one point that used 8 buttons.
not that i know of to be honest the binding is just set for all cores compatability at the moment at.
it will probably end up
1234
456for mame when i finish it for mame i set it up manually at the moment
its set to
123
456to show retropad physical mapping to different shapes
-
@grant2258 - Ok, I was just looking for verification if such a game existed as I couldn't find any via a Google search either.
-
There is some big news. Tentative, but big so I'm going to hold off on too many fireworks. There may be bugs or unintended consequences. I think that grant and I are the only folks who've tested this code much at all.
After a major late-stages assist from @grant2258 I was able to complete the implementation of the four current RetroPad layouts as RetroPad "subclasses".
As discussed a page or two back, this means that the default layouts are no longer chosen in the Options menu but in the Controls menu. Folks that compile mame2003-plus now will get this new "Phase 4" input system.
If you want to test this, don't be surprised if you have to delete or change existing remap files. I have tested this only with a clean RetroArch environment with no saved remap files. Maybe existing remap files will work fine though!
-
@capeman said in mame2003-plus: 250 new games, new input system, new features, new bugs:
OMG OMG OMG! RAD MOBILE is on the gamelist! I'm trying this out tonight! That is my holy grail of unemulatable games on the pi!
A good game to tackle would be to get a more modern driver for Ninja Baseball Bat Man, that runs slow as yuck on the pi!
Amazing work! Cant wait to try it out!
The github page says Rad Mobile is one of the newly supported games in the wiki as of 0.63... but it still runs the same on 2003PLUS as it does on 2003 standard (choppy and buggy, exactly the same) - am i doing something wrong or do "supported games" on 2003PLUS not necessarily mean they are playable?
Edit* Mr. Driller is the same thing. It doesnt work on 2003 standard (it loads but never leaves the rom loading screen). It's on the supported gameslist on the 2003PLUS wiki, but it still doesnt work in the plus version either? I have a proper 0.78 romset, anything else i could be doing wrong?
Edit** Outfoxies is on the list for newly supported, but it runs exactly the same as 2003 and still has no sound.
-
@capeman said in mame2003-plus: 250 new games, new input system, new features, new bugs:
0.78 romset, anything else i could be doing wrong?
Edit** Outfoxies is on the list for newly supported, but it runs exactly theupdate your roms make the dat in mame or grab it from the metadata folder
-
Got a question. I just updated from source and found that the mame menu has changed and input general and input this game are no longer available. Did those options go somewhere else?
-
NVM, found my answer on github. Under Quick Menu \ Options, the very last setting is something like Use MAME Remappings. Setting that to enabled brought those options back.
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.