mirror of
https://github.com/holub/mame
synced 2025-10-08 17:37:56 +03:00
sbrain.cpp: Pre-configuration for later (nw)
This commit is contained in:
parent
c8f58a92e6
commit
4b213064d4
@ -46,6 +46,7 @@ To Do:
|
|||||||
#include "machine/wd_fdc.h"
|
#include "machine/wd_fdc.h"
|
||||||
#include "machine/timer.h"
|
#include "machine/timer.h"
|
||||||
#include "sound/beep.h"
|
#include "sound/beep.h"
|
||||||
|
//#include "video/dp8350.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "speaker.h"
|
#include "speaker.h"
|
||||||
|
|
||||||
@ -559,6 +560,8 @@ MACHINE_CONFIG_START(sbrain_state::sbrain)
|
|||||||
|
|
||||||
MCFG_PALETTE_ADD_MONOCHROME("palette")
|
MCFG_PALETTE_ADD_MONOCHROME("palette")
|
||||||
|
|
||||||
|
//MCFG_DEVICE_ADD("crtc", DP8350, XTAL(10'920'000))
|
||||||
|
|
||||||
/* sound hardware */
|
/* sound hardware */
|
||||||
MCFG_SPEAKER_STANDARD_MONO("mono")
|
MCFG_SPEAKER_STANDARD_MONO("mono")
|
||||||
MCFG_SOUND_ADD("beeper", BEEP, 800)
|
MCFG_SOUND_ADD("beeper", BEEP, 800)
|
||||||
|
Loading…
Reference in New Issue
Block a user