diff options
author | 2013-06-21 19:22:25 +0000 | |
---|---|---|
committer | 2013-06-21 19:22:25 +0000 | |
commit | df6263652b6aea87d704ee74787275885ce4e728 (patch) | |
tree | 35f4157a9efad6be1e46552f39145807d263eb36 /src/emu/cpu/mips/r3000.h | |
parent | 6564ff958246db325706c93daddfd7bf73c6cc88 (diff) |
did modern cpu cores as well (nw)
Diffstat (limited to 'src/emu/cpu/mips/r3000.h')
-rw-r--r-- | src/emu/cpu/mips/r3000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/mips/r3000.h b/src/emu/cpu/mips/r3000.h index edbc823d27c..d9db31913f6 100644 --- a/src/emu/cpu/mips/r3000.h +++ b/src/emu/cpu/mips/r3000.h @@ -75,7 +75,7 @@ protected: }; // construction/destruction - r3000_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, chip_type chiptype); + r3000_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, chip_type chiptype, const char *shortname, const char *source); virtual ~r3000_device(); public: |