From 04b6835cf48e2df4102c61043dbb644b7ed0d319 Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Sat, 23 Sep 2017 23:40:26 +0100 Subject: [PATCH] Whoops: dangling assert from old audio code. Signed-off-by: Adrian.Conlon --- LR35902/src/GameBoyBus.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/LR35902/src/GameBoyBus.cpp b/LR35902/src/GameBoyBus.cpp index fe8b358..02eff55 100644 --- a/LR35902/src/GameBoyBus.cpp +++ b/LR35902/src/GameBoyBus.cpp @@ -39,8 +39,6 @@ EightBit::GameBoy::Bus::Bus() void EightBit::GameBoy::Bus::reset() { - assert(audio().zeroed()); - poke(BASE + NR52, 0xf1); poke(BASE + LCDC, DisplayBackground | BackgroundCharacterDataSelection | LcdEnable); m_divCounter.word = 0xabcc;