aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsmachine.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-05 00:57:02 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-05 00:57:02 +0100
commit675ede8c34671415bc423e6360ffe0de12d49ec8 (patch)
tree5d33ca19a47bd4f35303176d102e1b27310da472 /qtmips_machine/qtmipsmachine.h
parent73886d9d1733368fe3c876c8e613ba5821e12944 (diff)
downloadqtmips-675ede8c34671415bc423e6360ffe0de12d49ec8.tar.gz
qtmips-675ede8c34671415bc423e6360ffe0de12d49ec8.tar.bz2
qtmips-675ede8c34671415bc423e6360ffe0de12d49ec8.zip
Dock to view coprocessor 0 and cop0 counter/comparator support.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/qtmipsmachine.h')
-rw-r--r--qtmips_machine/qtmipsmachine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtmips_machine/qtmipsmachine.h b/qtmips_machine/qtmipsmachine.h
index 60291a8..349e0df 100644
--- a/qtmips_machine/qtmipsmachine.h
+++ b/qtmips_machine/qtmipsmachine.h
@@ -63,6 +63,7 @@ public:
void set_speed(unsigned int ips, unsigned int time_chunk = 0);
const Registers *registers();
+ const Cop0State *cop0state();
const Memory *memory();
Memory *memory_rw();
const Cache *cache_program();
@@ -120,7 +121,7 @@ private:
SerialPort *ser_port;
PeripSpiLed *perip_spi_led;
Cache *cch_program, *cch_data;
- Cop0State *cop0state;
+ Cop0State *cop0st;
Core *cr;
QTimer *run_t;