summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mips/mips3.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-06-22 21:10:20 +0200
committer hap <happppp@users.noreply.github.com>2020-06-22 21:10:20 +0200
commit5db85fcda01340ca0d04ec1b0ab977189361074f (patch)
treeee20b2e2b6a425e7e388739461b29d11ca546754 /src/devices/cpu/mips/mips3.cpp
parentafe355ceff27a75fa8640838f68e9167248da2ab (diff)
n64: modify burn_cycles method (nw)
Diffstat (limited to 'src/devices/cpu/mips/mips3.cpp')
-rw-r--r--src/devices/cpu/mips/mips3.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/cpu/mips/mips3.cpp b/src/devices/cpu/mips/mips3.cpp
index 56d25c5f73a..34bb1a86741 100644
--- a/src/devices/cpu/mips/mips3.cpp
+++ b/src/devices/cpu/mips/mips3.cpp
@@ -5044,11 +5044,6 @@ void r5900le_device::handle_sdc2(uint32_t op)
}
}
-void mips3_device::burn_cycles(int32_t cycles)
-{
- execute_burn(cycles);
-}
-
#if ENABLE_O2_DPRINTF
#include "o2dprintf.hxx"
#endif