mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
bus/cbus/sb16_ct2720.h: fix header setup
This commit is contained in:
parent
be99bd1e17
commit
8057df088a
@ -2,6 +2,7 @@
|
||||
// copyright-holders:Angelo Salese
|
||||
|
||||
#ifndef MAME_BUS_CBUS_SB16_CT2720_H
|
||||
#define MAME_BUS_CBUS_SB16_CT2720_H
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,7 +10,6 @@
|
||||
//#include "bus/midi/midi.h"
|
||||
//#include "bus/pc_joy/pc_joy.h"
|
||||
#include "sound/dac.h"
|
||||
//#include "sound/saa1099.h"
|
||||
#include "sound/ymopl.h"
|
||||
//#include "diserial.h"
|
||||
|
||||
@ -47,4 +47,4 @@ private:
|
||||
// device type definition
|
||||
DECLARE_DEVICE_TYPE(SB16_CT2720, sb16_ct2720_device)
|
||||
|
||||
#endif // MAME_BUS_CBUS_SB16_H
|
||||
#endif // MAME_BUS_CBUS_SB16_CT2720_H
|
||||
|
Loading…
Reference in New Issue
Block a user