summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-10-18 17:57:55 +0200
committer couriersud <couriersud@gmx.org>2019-10-18 17:57:55 +0200
commitb09fa00cca1a9baa0327a33d865fc970f77d4db0 (patch)
tree47dd943368aa43a0c0cf4256f88e590960c1e99f /src/mame/audio
parentad27643c07d54fc2cc3e56327fe07335e7763d52 (diff)
Netlist: code maintenance and improvements. [Couriersud]
- Added support for line markers to the preprocessor and parser. - Added support for include processing to the preprocessor. - Moved sources base type to plib to be used for preprocessor includes. This enables to include e.g. from rom memory regions. - Renamed some defines
Diffstat (limited to 'src/mame/audio')
-rw-r--r--src/mame/audio/nl_cheekyms.cpp1
-rw-r--r--src/mame/audio/nl_zac1b11142.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/audio/nl_cheekyms.cpp b/src/mame/audio/nl_cheekyms.cpp
index 5abc5104778..1e41bedba05 100644
--- a/src/mame/audio/nl_cheekyms.cpp
+++ b/src/mame/audio/nl_cheekyms.cpp
@@ -1,7 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Vas Crabb
-#include "audio/nl_cheekyms.h"
#include "netlist/devices/net_lib.h"
diff --git a/src/mame/audio/nl_zac1b11142.cpp b/src/mame/audio/nl_zac1b11142.cpp
index df97e21da05..631bc2d233a 100644
--- a/src/mame/audio/nl_zac1b11142.cpp
+++ b/src/mame/audio/nl_zac1b11142.cpp
@@ -1,10 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Vas Crabb, Couriersud
-#include "audio/nl_zac1b11142.h"
#include "netlist/devices/net_lib.h"
-
#ifndef __PLIB_PREPROCESSOR__
#endif