mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-08-14 19:27:33 +00:00
Whoops: dangling assert from old audio code.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
@@ -39,8 +39,6 @@ EightBit::GameBoy::Bus::Bus()
|
|||||||
|
|
||||||
void EightBit::GameBoy::Bus::reset() {
|
void EightBit::GameBoy::Bus::reset() {
|
||||||
|
|
||||||
assert(audio().zeroed());
|
|
||||||
|
|
||||||
poke(BASE + NR52, 0xf1);
|
poke(BASE + NR52, 0xf1);
|
||||||
poke(BASE + LCDC, DisplayBackground | BackgroundCharacterDataSelection | LcdEnable);
|
poke(BASE + LCDC, DisplayBackground | BackgroundCharacterDataSelection | LcdEnable);
|
||||||
m_divCounter.word = 0xabcc;
|
m_divCounter.word = 0xabcc;
|
||||||
|
Reference in New Issue
Block a user