summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n64.cpp')
-rw-r--r--src/mame/video/n64.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/video/n64.cpp b/src/mame/video/n64.cpp
index 88f0548c060..1e4a0a75afe 100644
--- a/src/mame/video/n64.cpp
+++ b/src/mame/video/n64.cpp
@@ -28,6 +28,7 @@ TODO:
#include "includes/n64.h"
#include "video/rdpblend.h"
#include "video/rdptpipe.h"
+#include "screen.h"
#include <algorithm>
@@ -3140,7 +3141,7 @@ void n64_rdp::process_command_list()
/*****************************************************************************/
-n64_rdp::n64_rdp(n64_state &state, uint32_t* rdram, uint32_t* dmem) : poly_manager<uint32_t, rdp_poly_state, 8, 32000>(state.machine())
+n64_rdp::n64_rdp(n64_state &state, uint32_t* rdram, uint32_t* dmem) : poly_manager<uint32_t, rdp_poly_state, 8>(state.machine())
{
ignore = false;
dolog = false;