mirror of
https://github.com/holub/mame
synced 2025-05-07 06:44:51 +03:00
removed some includes made unnecessary by recent changes by Osso (nw)
This commit is contained in:
parent
5fcc8719c4
commit
32cd7ca0da
@ -27,7 +27,6 @@ Memo:
|
||||
#include "sound/dac.h"
|
||||
#include "includes/hyhoo.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "drivlgcy.h"
|
||||
|
||||
|
||||
DRIVER_INIT_MEMBER(hyhoo_state,hyhoo)
|
||||
|
@ -39,7 +39,6 @@ TODO:
|
||||
#include "nbmj8688.lh"
|
||||
#include "includes/nbmj8688.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "drivlgcy.h"
|
||||
|
||||
|
||||
DRIVER_INIT_MEMBER(nbmj8688_state,mjsikaku)
|
||||
|
@ -48,7 +48,6 @@ TODO:
|
||||
#include "sound/3812intf.h"
|
||||
#include "includes/nbmj8891.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "drivlgcy.h"
|
||||
|
||||
|
||||
DRIVER_INIT_MEMBER(nbmj8891_state,gionbana)
|
||||
|
@ -29,7 +29,6 @@ TODO:
|
||||
#include "sound/ay8910.h"
|
||||
#include "sound/3812intf.h"
|
||||
#include "includes/nbmj8900.h"
|
||||
#include "drivlgcy.h"
|
||||
|
||||
|
||||
DRIVER_INIT_MEMBER(nbmj8900_state,ohpaipee)
|
||||
|
@ -35,7 +35,6 @@ Notes:
|
||||
#include "sound/dac.h"
|
||||
#include "includes/nbmj8991.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "drivlgcy.h"
|
||||
|
||||
|
||||
WRITE8_MEMBER(nbmj8991_state::nbmj8991_soundbank_w)
|
||||
|
@ -26,7 +26,6 @@ Memo:
|
||||
#include "sound/dac.h"
|
||||
#include "includes/pastelg.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "drivlgcy.h"
|
||||
|
||||
|
||||
#define SIGNED_DAC 0 // 0:unsigned DAC, 1:signed DAC
|
||||
|
Loading…
Reference in New Issue
Block a user