mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Commented out as-yet-unimplemented features.
This commit is contained in:
parent
7898f643ac
commit
24c84ca6f5
@ -1752,14 +1752,14 @@ template <class T> class Processor: public MicroOpScheduler<MicroOp> {
|
||||
that it should have signalled IRQ, NMI or BUSREQ during the cycle. In that case it
|
||||
can rewind time and post the signal with a proper time offset.
|
||||
*/
|
||||
void reject_machine_cycle() {
|
||||
}
|
||||
// void reject_machine_cycle() {
|
||||
// }
|
||||
|
||||
/*!
|
||||
Returns the bus cycle that the Z80 is currently in the process of performing.
|
||||
*/
|
||||
const MachineCycle &get_current_bus_cycle(int &cycles_since_start) {
|
||||
}
|
||||
// const MachineCycle &get_current_bus_cycle(int &cycles_since_start) {
|
||||
// }
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user