summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/netlist.lua
Commit message (Collapse)AuthorAgeFilesLines
* Added addprojectflags function and added -Wsuggest-override for all that are ↵ Miodrag Milanovic2015-12-061-0/+2
| | | | | | not 3rdparty projects. It is place where all additional checks we should put
* Added info header at the top of each .lua file (nw) Scott Stone2015-11-141-0/+8
|
* added more h files missing in lua scripts (nw) Miodrag Milanovic2015-11-121-4/+7
|
* Remove not longer needed ForceCpp flag (nw) Miodrag Milanovic2015-11-081-4/+0
|
* update build scripts for rename c - > cpp (nw) Miodrag Milanovic2015-11-081-63/+63
|
* typo fix (nw) Miodrag Milanovic2015-11-081-1/+1
|
* Remove last traces of printf from plib. Reorganized some code. (nw) couriersud2015-09-141-0/+3
|
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-121-141/+141
|
* Added simple stream classes to netlist code. (nw) couriersud2015-08-031-0/+2
|
* Move MC14584B to nlm_other.[ch] (nw) couriersud2015-07-271-0/+2
|
* Add macro library for opamp models. (nw) couriersud2015-07-161-0/+2
|
* Changed uppercase filenames to lowercase. (nw) couriersud2015-07-121-4/+4
|
* Created macro libraries for CD4XXX and 74XX chip families. Going couriersud2015-07-121-0/+4
| | | | forward, these will contain all devices which can be described using truthtables and DIPPINS. [Couriersud]
* Added MM5837 Noise Generator used by Congo Bongo. [Couriersud] couriersud2015-07-041-0/+2
|
* no need for subdir for these projects, those are same for all mame builds (nw) Miodrag Milanovic2015-06-221-1/+0
|
* Move solver code into own folder. (nw) couriersud2015-06-191-6/+8
|
* Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-011-123/+148
| | | | | | | nl_convert.c. Targets using netlist must now specify this explicitly with MACHINES["NETLIST"] = true Added subtarget "nl" which only contains games with netlist elements. (nw)
* Moved all files in src/emu/netlist starting with p into plib folder. couriersud2015-05-271-10/+11
| | | | | This is a first step to ease synchronisation with a stand alone, e.g. outside mame, netlist implementation. More signed/unsigned cleanups and started work on generic truthtable devices. (nw)
* Added a simple preprocessor to the netlist parsing pipeline. couriersud2015-05-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | This preprpcessor understands defines and nested if/else/endif #define MYMACRO 0 #if (MYMACRO) .... #else #endif One can now run ./nltool -c run -f src/mame/drivers/nl_pong.c -t 10 without removing preprocessor elements first. This does not work with netlist originating from DICE currently. These have to be converted first. In addition, cleaned up __attribute__ madness in the code. Specifically removed ATTR_COLD from virtual definitions to avoid the vtable being declared as cold.
* Cleaned up includes in header files and reworked memory allocation. (nw) couriersud2015-05-241-1/+4
|
* Avoid header file congestion and prepare for external generic couriersud2015-05-151-0/+1
| | | truthtables. (nw)
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-0/+3
|
* Added 74175 and 82S16 devices to netlist. nl_breakout now compiles. (nw) couriersud2015-04-251-0/+6
|
* Added 74192, 9316, 9310 and 74193 devices to netlist. Added breakout couriersud2015-04-221-0/+6
| | | | (wip) netlist as well, but still have to implement three more devices until work can really start. [Couriersud]
* Add 9312/DM9312 to netlist. [Couriersud] couriersud2015-04-201-0/+2
|
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-1/+58
|
* skipped one file (nw) Miodrag Milanovic2015-03-281-0/+1
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-0/+45