mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-02-02 23:30:49 +00:00
Get the Linux port up and running again.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
dca2e1bb8e
commit
4734954932
@ -42,7 +42,7 @@
|
||||
|
||||
#define DECLARE_PIN(name, visibility) \
|
||||
public: DECLARE_PIN_SIGNALS(name) \
|
||||
[[nodiscard]] PinLevel& name ## () noexcept { return m_## name ## _Line; } \
|
||||
[[nodiscard]] PinLevel& name () noexcept { return m_## name ## _Line; } \
|
||||
visibility : DECLARE_PIN_LEVEL_CHANGERS(name) \
|
||||
private: DECLARE_PIN_MEMBER(name)
|
||||
|
||||
|
@ -2,7 +2,7 @@ LIB = libeightbit.a
|
||||
|
||||
CXXFLAGS = -I ../inc
|
||||
|
||||
CXXFILES = BigEndianProcessor.cpp Bus.cpp Chip.cpp EventArgs.cpp InputOutput.cpp IntelProcessor.cpp LittleEndianProcessor.cpp Memory.cpp Processor.cpp Ram.cpp Rom.cpp UnusedMemory.cpp
|
||||
CXXFILES = BigEndianProcessor.cpp Bus.cpp Chip.cpp Device.cpp EventArgs.cpp InputOutput.cpp IntelProcessor.cpp LittleEndianProcessor.cpp Memory.cpp Processor.cpp Ram.cpp Rom.cpp UnusedMemory.cpp
|
||||
|
||||
include ../compile.mk
|
||||
include ../lib_build.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user