summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/next.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/next.cpp')
-rw-r--r--src/mame/drivers/next.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/next.cpp b/src/mame/drivers/next.cpp
index 40d04fa363a..586e3cedbf9 100644
--- a/src/mame/drivers/next.cpp
+++ b/src/mame/drivers/next.cpp
@@ -27,12 +27,16 @@
#include "emu.h"
#include "includes/next.h"
-#include "formats/pc_dsk.h"
-#include "formats/mfi_dsk.h"
+
#include "machine/nscsi_cd.h"
#include "machine/nscsi_hd.h"
+#include "screen.h"
#include "softlist.h"
+#include "formats/mfi_dsk.h"
+#include "formats/pc_dsk.h"
+
+
uint32_t next_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
// We don't handle partial updates, but we don't generate them either :-)