aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmips_machine.pro
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-13 21:59:29 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-13 21:59:29 +0100
commit3442b5fdeb4f8dfef38977078c5c6e801dcc2b51 (patch)
tree830a084743461bf4aab21554889f50886507ef7a /qtmips_machine/qtmips_machine.pro
parentf17eedb8856ae568ebb9b45b367ef6edf1bb7318 (diff)
downloadqtmips-3442b5fdeb4f8dfef38977078c5c6e801dcc2b51.tar.gz
qtmips-3442b5fdeb4f8dfef38977078c5c6e801dcc2b51.tar.bz2
qtmips-3442b5fdeb4f8dfef38977078c5c6e801dcc2b51.zip
Implemented three dials equivalent to MZ_APO RGB dials.
Tested with code compiled by Linux PIC based GCC compiler with calling musl-libc sprintf function. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/qtmips_machine.pro')
-rw-r--r--qtmips_machine/qtmips_machine.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/qtmips_machine/qtmips_machine.pro b/qtmips_machine/qtmips_machine.pro
index e63c8a1..961800c 100644
--- a/qtmips_machine/qtmips_machine.pro
+++ b/qtmips_machine/qtmips_machine.pro
@@ -26,7 +26,8 @@ SOURCES += \
utils.cpp \
physaddrspace.cpp \
peripheral.cpp \
- serialport.cpp
+ serialport.cpp \
+ peripspiled.cpp
HEADERS += \
qtmipsmachine.h \
@@ -43,4 +44,5 @@ HEADERS += \
machinedefs.h \
physaddrspace.h \
peripheral.h \
- serialport.h
+ serialport.h \
+ peripspiled.h