summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti99_4p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti99_4p.cpp')
-rw-r--r--src/mame/drivers/ti99_4p.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/ti99_4p.cpp b/src/mame/drivers/ti99_4p.cpp
index 00a4c3d779c..b846210f33c 100644
--- a/src/mame/drivers/ti99_4p.cpp
+++ b/src/mame/drivers/ti99_4p.cpp
@@ -116,14 +116,14 @@
*****************************************************************************/
#include "emu.h"
+#include "bus/ti99_peb/peribox.h"
+#include "bus/ti99x/joyport.h"
#include "cpu/tms9900/tms9900.h"
-#include "sound/wave.h"
-
-#include "machine/tms9901.h"
#include "imagedev/cassette.h"
-#include "bus/ti99x/joyport.h"
-#include "bus/ti99_peb/peribox.h"
#include "machine/ram.h"
+#include "machine/tms9901.h"
+#include "sound/wave.h"
+#include "speaker.h"
#define TMS9901_TAG "tms9901"
#define SGCPU_TAG "sgcpu"