summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/n64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/n64.h')
-rw-r--r--src/mame/video/n64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/n64.h b/src/mame/video/n64.h
index 8aaa6d6d6f1..6193514433c 100644
--- a/src/mame/video/n64.h
+++ b/src/mame/video/n64.h
@@ -131,7 +131,7 @@ typedef void (*rdp_command_t)(uint64_t w1);
class n64_state;
-class n64_rdp : public poly_manager<uint32_t, rdp_poly_state, 8, 32000>
+class n64_rdp : public poly_manager<uint32_t, rdp_poly_state, 8>
{
public:
n64_rdp(n64_state &state, uint32_t* rdram, uint32_t* dmem);