sbrain.cpp: Pre-configuration for later (nw)

This commit is contained in:
AJR 2018-03-23 23:51:28 -04:00
parent c8f58a92e6
commit 4b213064d4

View File

@ -46,6 +46,7 @@ To Do:
#include "machine/wd_fdc.h"
#include "machine/timer.h"
#include "sound/beep.h"
//#include "video/dp8350.h"
#include "screen.h"
#include "speaker.h"
@ -559,6 +560,8 @@ MACHINE_CONFIG_START(sbrain_state::sbrain)
MCFG_PALETTE_ADD_MONOCHROME("palette")
//MCFG_DEVICE_ADD("crtc", DP8350, XTAL(10'920'000))
/* sound hardware */
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("beeper", BEEP, 800)