mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 02:57:49 +00:00
added initial support for hw.cpp module
This commit is contained in:
parent
670ac5643a
commit
31abc42d3d
8 changed files with 69 additions and 52 deletions
|
@ -32,4 +32,10 @@ inline void Read(T &var, const u32 addr);
|
|||
template <typename T>
|
||||
inline void Write(u32 addr, const T data);
|
||||
|
||||
/// Initialize hardware
|
||||
void Init();
|
||||
|
||||
/// Shutdown hardware
|
||||
void Shutdown();
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue