mirror of https://github.com/bsnes-emu/bsnes.git
10 lines
163 B
C++
10 lines
163 B
C++
|
auto YM2612::readStatus() -> uint8 {
|
||
|
return nall::random();
|
||
|
}
|
||
|
|
||
|
auto YM2612::writeAddress(uint9 data) -> void {
|
||
|
}
|
||
|
|
||
|
auto YM2612::writeData(uint8 data) -> void {
|
||
|
}
|