netlist: Fix 7492 and roms include bug.

This commit is contained in:
couriersud 2020-08-02 09:20:35 +02:00
parent 116caaef7c
commit 51d840703d
3 changed files with 7 additions and 1 deletions

View File

@ -77,6 +77,7 @@ NETLIST_EXTERNAL(ROMS_lib)
#include "nld_7483.h"
#include "nld_7485.h"
#include "nld_7490.h"
#include "nld_7492.h"
#include "nld_7493.h"
#include "nld_7497.h"
#include "nld_74ls629.h"

View File

@ -5,7 +5,6 @@
*
*/
#include "nld_7492.h"
#include "netlist/nl_base.h"
namespace netlist

View File

@ -18,6 +18,9 @@
#if !NL_AUTO_DEVICES
#define PROM_82S115_DIP(name) \
NET_REGISTER_DEV(PROM_82S115_DIP, name)
#define PROM_82S126_DIP(name) \
NET_REGISTER_DEV(PROM_82S126_DIP, name)
@ -34,6 +37,9 @@
#define TTL_82S16_DIP(...) \
NET_REGISTER_DEVEXT(TTL_82S16_DIP, __VA_ARGS__)
#define RAM_2102A_DIP(name) \
NET_REGISTER_DEV(RAM_2102A_DIP, name)
#endif // NL_AUTO_DEVICES