From 3442b5fdeb4f8dfef38977078c5c6e801dcc2b51 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 13 Feb 2019 21:59:29 +0100 Subject: 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 --- qtmips_machine/qtmips_machine.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qtmips_machine/qtmips_machine.pro') 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 -- cgit v1.2.3