local dat = {} local ver, info local datread = require("data/load_dat") local space_wid = mame_manager:ui():get_char_width(0x200a) datread, ver = datread.open("story.dat", "# version") function dat.check(set, softlist) if softlist or not datread then return nil end local status status, info = pcall(datread, "story", "info", set) if not status or not info then return nil end info = "#jf\n" .. info:gsub("([^%s]-)(%f[_]_+%f[0-9])([0-9.]+)", function(name, sep, score) local wid = mame_manager:ui():get_string_width(name .. score, 1.0) return name .. string.rep(utf8.char(0x200a), math.floor((.4 - wid) / space_wid)) .. score end) return "Mamescore" end function dat.get() return info end function dat.ver() return ver end return dat option value='asmjit'>asmjit MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/generated
Commit message (Expand)AuthorAgeFilesLines
* mr/nl_drlibling.cpp: Fixed the PARATA netlist and optimized performance (#12... Paperinik2024-05-031-5179/+5032
* mr/dribling.cpp: Added netlist sound simulation for Model Racing Dribbling. (... Paperinik2024-03-211-1287/+2854
* netlist: update static solvers hap2023-01-121-0/+1520
* housekeeping: Use proper SPDX ID for CC0 license. Vas Crabb2022-12-231-1/+1
* netlist: gtrak10 performance and other improvements and fixes (#10032) couriersud2022-07-054-1226/+1429
* pong: remove obsolete external version hap2022-06-101-6/+6
* netlist: static solver work and improve code readability (#9841) couriersud2022-05-303-56206/+53297
* netlist: Address comments from PR #9794, partially fix issue #9801 (#9805) couriersud2022-05-231-1/+1
* netlist: standalone makefile and prototype modifications (#9708) couriersud2022-05-082-1/+31
* Drop unnecessary executable permissions (#9257) Julian Sikorski2022-02-033-0/+0
* brdrline: Add frontiers, reduce timestep to improve performance Aaron Giles2020-10-091-802/+3414
* frogs: Add AFUNC frontiers to improve performance Aaron Giles2020-10-081-2921/+2796
* netlist: Add LM348, CD4071, CD4081 devices Aaron Giles2020-10-081-0/+20
* vicdual: Add frogs netlist. Make sound board interface more general. Aaron Giles2020-10-071-209/+3075
* brdrline: sound improvements (#7332) beta-tester2020-10-061-209/+209
* Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] Aaron Giles2020-10-051-199/+5596
* netlist: more clang lint fixes. couriersud2020-10-023-201/+201
* netlist: implement stricter validation. couriersud2020-09-281-522/+0
* netlist: Fix astro blaster sonar sound couriersud2020-09-271-1735/+1686
* astrob: significant performance increase couriersud2020-09-201-1188/+1677
* Fix a minor error in the CD4076 netlist library device implementation definit... Lord-Nightmare2020-09-181-1/+1
* Netlist devices for MCM14524, CD4029, CD4030, CD4042, CD4049, CD4076 [Lord Ni... Lord-Nightmare2020-09-172-0/+68
* netlist: emscripten can not use specialization efficiently. couriersud2020-09-171-0/+8
* netlist: Move ICL8038_DIP and NE556_DIP to core. couriersud2020-09-171-1/+3
* netlist: move to generated header and link support files files. couriersud2020-09-122-0/+12
* netlist: Fix processing of TRUTHTABLES for generated files. couriersud2020-08-281-563/+917
* netlist: Fix various issues around include directories. couriersud2020-08-251-289/+289
* netlist: more standalone makefile changes couriersud2020-08-242-582/+697
* netlist: Add 7417, 7438, 74290/74293 devices. Fix PROM DIPs. Aaron Giles2020-08-241-3/+21
* netlist: build system improvements couriersud2020-08-241-0/+1106
* Updated static solvers. Aaron Giles2020-08-191-6612/+18025
* sspeedr: new netlist audio implementation (#7081) Colin Douglas Howell2020-08-161-0/+1929
* netlist: Add tank to nl subtarget, update static_solvers. couriersud2020-08-171-4/+4
* -netlist: Regenerated static solvers, and fixed errors preventing static solv... Ryan Holtz2020-08-161-1807/+8464
* mw8080bw: add lagunar to 280zzzap netlist audio, other tweaks Colin Douglas Howell2020-08-111-3220/+3217
* -destroyr: Added netlist sound. [Ryan Holtz] Ryan Holtz2020-08-111-0/+2495
* -flyball: Added netlist sound. [Ryan Holtz, Ivan Vangelista] Ryan Holtz2020-08-111-0/+1921
* -starfire: Removed MACHINE_IMPERFECT_SOUND flags. Added missing music and Ale... Ryan Holtz2020-08-101-5948/+8025
* netlist: fix creation of static solvers. couriersud2020-08-091-0/+6186
* mw8080bw: engine sound tone fix for 280zzzap netlist audio (#7028) Colin Douglas Howell2020-08-021-677/+3411
* netlist: Fix clang unused variable warning. couriersud2020-07-25