| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
One folder less in the top-level.
|
|
|
|
| |
build sources for cpu emulation (nw)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NETLIST_START(lib)
TRUTHTABLE_START(TTL_7400A_NAND, 2, 1, 0, "+A,B")
TT_HEAD(" A , B | Q ")
TT_LINE(" 0 , X | 1 |22")
TT_LINE(" X , 0 | 1 |22")
TT_LINE(" 1 , 1 | 0 |15")
TRUTHTABLE_END()
NETLIST_END()
This enables the addition of devices without changing the netlist
source code and allows the creation of libraries. Used pong.c as a
proof of concept for the time being. [Couriersud]
|
|
|
|
|
| |
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)
|
|
|
|
| |
basis for regression tests.
|
|
|
|
|
|
|
| |
NETDEV_ALIAS ==> ALIAS
NETDEV_R ==> RES
NETDEV_C ==> CAP
|
|
processing using OpenMP (disabled). No wn
|