From 9a27b57c07a23509f4f7fc3b93e3f5c2679e293c Mon Sep 17 00:00:00 2001 From: Felipe CorrĂȘa da Silva Sanches Date: Sat, 13 Jun 2015 10:42:53 -0300 Subject: uzebox: adding sound emulation (It works but with terrible performance. Uzebox's DrMario song is recognizable even though the sound is choppy, full of noise). When running with -wavwrite the resulting file plays nicely on a music player. The sound is much better, but still contains a high frequency noisy sort of hiss. --- src/emu/cpu/avr8/avr8.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emu/cpu/avr8/avr8.h') diff --git a/src/emu/cpu/avr8/avr8.h b/src/emu/cpu/avr8/avr8.h index 2384c585804..5708a571023 100644 --- a/src/emu/cpu/avr8/avr8.h +++ b/src/emu/cpu/avr8/avr8.h @@ -162,6 +162,7 @@ protected: UINT8 m_timer_increment[6]; UINT16 m_timer_prescale[6]; UINT16 m_timer_prescale_count[6]; + bool m_ocr2_not_reached_yet; // SPI bool m_spi_active; -- cgit v1.2.3-70-g09d2