9 lines
111 B
C++
9 lines
111 B
C++
#pragma once
|
|
|
|
#include <sysbus.hh>
|
|
|
|
class LA32R {
|
|
public:
|
|
LA32R(SystemBus *bus);
|
|
void Step(unsigned in);
|
|
}; |