mame/scripts/src
couriersud c6e6911aed Netlist changes
- Replaced shared_ptr by unique_ptr. 
- Better seperation of setup_t and netlist_t. 
- Fixed bugs in rdtsc code. Refactored timer code. 
- Simplify conditional activation/deactivation. 
- Introduced HINT(device, hint) to clarify that hints are inheritent 
  and not specific to devices. 
- Added improved profiling support to netlist. Statistics output now
  proposes devices for which whole device activation/deactivation be
  disabled. No significant improvement for pong, but breakout
  experiences a 10% improvement. 
- Moved options code from include to cpp file.
- Minor modifications to 7493 and 9316
- Introduced perftime_t and perfcount_t for gathering statistics. These
  templates do not create any code if statistics are not kept.
- Make help2man ./nltool produce usuable output. 
- More truthtable refactoring. Removed half-finished code for internal
  state support. As implemented, this would have had no support for
  timing delays. 
[Couriersud]
2016-06-23 02:04:51 +02:00
..
mame Refactored text layout code out of ui.cpp into a separate module 2016-06-13 05:54:16 -04:00
osd Introduce dynamic_module 2016-06-11 20:14:09 +02:00
3rdparty.lua Removed not needed files from compiling (nw) 2016-06-16 13:37:24 +02:00
benchmarks.lua scrclean on lua scripts (nw) 2016-03-29 08:49:47 +02:00
bus.lua pofo: Expansion port slot interface WIP. (nw) 2016-06-15 10:55:18 +03:00
cpu.lua improve SPARC disassembler: [Vas Crabb] 2016-06-22 04:39:56 +10:00
devices.lua Work around linker issues with Emscripten (nw) 2016-04-29 04:40:34 +00:00
emu.lua Made the way jpeglib.h is included more pretty 2016-06-15 22:26:56 +02:00
lib.lua remove all usages of tagmap 2016-06-18 15:32:15 +02:00
machine.lua Added bare-bones Sony LDP-1000 device (nw) 2016-06-14 19:50:43 +02:00
main.lua Fix git version [Vas Crabb] 2016-06-10 00:36:29 +10:00
netlist.lua Netlist changes 2016-06-23 02:04:51 +02:00
sound.lua INC -> HXX makes editors and code analyzers see it as C++ (nw) 2016-05-01 20:27:50 +02:00
tests.lua Added initial ninja support to use add MAKETYPE=ninja to compile command line (nw) 2016-06-09 13:46:36 +02:00
tools.lua VIS I (UltraSPARC) and II (UltraSPARC III) for SPARC disassembler [Vas Crabb] 2016-06-23 01:13:52 +10:00
video.lua atlantis: Update address mapping and add zeus2 video device (nw) 2016-06-19 08:28:18 -06:00