summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tv990.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tv990.cpp')
-rw-r--r--src/mame/drivers/tv990.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/drivers/tv990.cpp b/src/mame/drivers/tv990.cpp
index fc7dd583340..a8f093c087b 100644
--- a/src/mame/drivers/tv990.cpp
+++ b/src/mame/drivers/tv990.cpp
@@ -30,13 +30,16 @@
****************************************************************************/
#include "emu.h"
+#include "bus/rs232/rs232.h"
#include "cpu/m68000/m68000.h"
-#include "machine/ins8250.h"
#include "machine/8042kbdc.h"
-#include "bus/rs232/rs232.h"
-#include "machine/pc_lpt.h"
+#include "machine/ins8250.h"
#include "machine/nvram.h"
+#include "machine/pc_lpt.h"
#include "sound/beep.h"
+#include "screen.h"
+#include "speaker.h"
+
#define UART0_TAG "ns16450_0"
#define UART1_TAG "ns16450_1"