From a89b7d194d77cacfe73dd1936c3db68c52ba0b36 Mon Sep 17 00:00:00 2001 From: couriersud Date: Sun, 13 Oct 2019 16:45:03 +0200 Subject: netlist: mame netlist reorganization. [Couriersud] - moved netlists out of driver code into audio/ or machine/ as nl_xxx.cpp files. - identified and documented extended validation - updated arcade, mess and nl targets --- src/lib/netlist/nl_parser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/netlist/nl_parser.cpp') diff --git a/src/lib/netlist/nl_parser.cpp b/src/lib/netlist/nl_parser.cpp index 8816cba95aa..c0cf595119c 100644 --- a/src/lib/netlist/nl_parser.cpp +++ b/src/lib/netlist/nl_parser.cpp @@ -413,8 +413,8 @@ void parser_t::device(const pstring &dev_type) nl_double parser_t::eval_param(const token_t &tok) { - static std::array macs = {"", "RES_K", "RES_M", "CAP_U", "CAP_N", "CAP_P"}; - static std::array facs = {1, 1e3, 1e6, 1e-6, 1e-9, 1e-12}; + static std::array macs = {"", "RES_R", "RES_K", "RES_M", "CAP_U", "CAP_N", "CAP_P"}; + static std::array facs = {1, 1, 1e3, 1e6, 1e-6, 1e-9, 1e-12}; std::size_t f=0; nl_double ret(0); -- cgit v1.2.3-70-g09d2