diff options
| author | 2017-08-09 17:19:01 +0200 | |
|---|---|---|
| committer | 2017-08-09 17:25:03 +0200 | |
| commit | b9ea144d343fefb1bfcc91c416c3eb3abf541aa3 (patch) | |
| tree | 5c6cc9f53695b313b36975e6a4312c55ae362062 /scripts | |
| parent | cb850daa0d054f9bcfa6531c7df13075ab5af465 (diff) | |
New skeleton driver: Nintendo GameCube
The driver currently decrypts the IPL and the CPU executes
the first few instructions.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 8f2761c4664..c0ae0cbda0c 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2472,6 +2472,7 @@ files { MAME_DIR .. "src/mame/drivers/vboy.cpp", MAME_DIR .. "src/mame/audio/vboy.cpp", MAME_DIR .. "src/mame/audio/vboy.h", + MAME_DIR .. "src/mame/drivers/gamecube.cpp", } createMESSProjects(_target, _subtarget, "nokia") |
