1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Remove unused dynamic dispatcher.

This commit is contained in:
Thomas Harte
2025-01-22 16:06:09 -05:00
parent 5d4f3c0b3e
commit 95a2d1013c
@@ -59,13 +59,6 @@ private:
void update_data_line();
};
//inline void set_serial_line_state(Commodore::Serial::Line line bool value, MOS::MOS6522::MOS6522<SerialPortVIA> &via) {
// switch(line){
// case Commodore::Serial::Line::One:
// via.set_serial_line_state<Commodore::Serial::Line::One>(value, via);
// }
//}
/*!
An implementation of the drive VIA in a Commodore 1540: the VIA that is used to interface with the disk.