| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The change to make the console plugin work is preserved.
This reverts commit 25137717c9392d142650fcd679b09c400a2f5c4a.
|
| |
|
|
|
|
|
|
|
|
|
| |
* Fix console history path, homepath is a core option
* Create missing directories recursively in lua plugins.
* Add lfs to global environment in a less magical way.
require normally doesn't bind the name globally just returns the
module, mame sets a preloader that does bind lfs globally, but
maybe it's less surprising to do it explicitly
|
| |
|
|
|
|
|
|
|
|
|
| |
Made the sound manager mute controls readable, and got rid of system
enable since it just controls system mute anyway. This was causing
confusion: phantom2 was trying to use both independentlyt casuing the
mute bit to be ignored.
THe Lua interface changes are mostly changing methods to properties,
some renames to make things clearer, and some additional properties for
better control over snapshots.
|
| | |
|
| |
|
|
|
|
|
|
| |
(#6130)"
This reverts commit a77313a98782d0494a5f3b7eb30993e5ac45c4eb.
This seems to break high score support on things without cartridges. I think it needs re-thinking.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added support for reading/writing hiscore files from cart images
example hiscore.dat entry:
````
nes,smb:
Super Mario Bros. (World).nes:
Super Mario Bros. (W) [!].nes:
@:maincpu,program,7df,4,0,0,ff
````
* store console hiscores in subdirs, added cart hashes support
* added back my prev changes
* added missing end
* using simpler regexpr for hiscore.ini parsing, fixed typo
* minor cleanups
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and
c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at
598cd5227223c3b04ca31f0dbc1981256d9ea3ff.
Before pushing, please check that what you're about to push is sane.
Check your local commit log and ensure there isn't anything out-of-place
before pushing to mainline. When things like this happen, it wastes
everyone's time. I really don't need this in a week when real work™ is
busting my balls and I'm behind where I want to be with preparing for
MAME release.
|
| |
|
|
|
| |
This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing
changes made to 009cba4fb8102102168ef32870892438327f3705.
|
| | |
|
| | |
|
| |
|
|
| |
entry name (nw)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
isn't disturbed (nw)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
hiscore.dat and hi folder path were not resolved as expected (their path was relative to mame executable, not to the plugin folder). Explicitly writing them as absolute paths gives the desired behavior.
|
| |
|
|
| |
and add examples (nw)
|
| | |
|
| |
|
|
| |
used it instead of print (nw)
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
got (nw)
|
| |
|
|
| |
hiscore: add support for softlist rom hiscores (nw)
|
| |
|