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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user