diff --git a/Processors/68000/68000.hpp b/Processors/68000/68000.hpp index abd54fb5c..1179b8a40 100644 --- a/Processors/68000/68000.hpp +++ b/Processors/68000/68000.hpp @@ -265,11 +265,13 @@ template cla } /// Sets the bus request line. + /// This are of functionality is TODO. void set_bus_request(bool bus_request) { bus_request_ = bus_request; } /// Sets the bus acknowledge line. + /// This are of functionality is TODO. void set_bus_acknowledge(bool bus_acknowledge) { bus_acknowledge_ = bus_acknowledge; }