1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Fixes video base address and mono/colour monitor value.

Now I see a GEM desktop. In blue.
This commit is contained in:
Thomas Harte
2019-11-02 19:36:15 -04:00
parent c070f2100c
commit a67e0014a4
3 changed files with 3 additions and 3 deletions
@@ -2001,7 +2001,7 @@ template <class T, bool dtack_is_implicit, bool signal_will_perform> void Proces
// Otherwise, the vector is whatever we were just told it is.
effective_address_[0].full = uint32_t(source_bus_data_[0].halves.low.halves.low << 2);
printf("Interrupt vector: %06x\n", effective_address_[0].full);
// printf("Interrupt vector: %06x\n", effective_address_[0].full);
break;
case int_type(MicroOp::Action::CopyNextWord):