mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Add cheeky mouse to mamenl64 build. (nw)
This commit is contained in:
parent
6d9da523e3
commit
4bded4de38
@ -157,6 +157,14 @@ files{
|
||||
MAME_DIR .. "src/mame/audio/nl_kidniki.cpp",
|
||||
MAME_DIR .. "src/mame/audio/nl_kidniki.h",
|
||||
|
||||
MAME_DIR .. "src/mame/audio/cheekyms.cpp",
|
||||
MAME_DIR .. "src/mame/audio/cheekyms.h",
|
||||
MAME_DIR .. "src/mame/audio/nl_cheekyms.cpp",
|
||||
MAME_DIR .. "src/mame/audio/nl_cheekyms.h",
|
||||
MAME_DIR .. "src/mame/drivers/cheekyms.cpp",
|
||||
MAME_DIR .. "src/mame/includes/cheekyms.h",
|
||||
MAME_DIR .. "src/mame/video/cheekyms.cpp",
|
||||
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -224,7 +224,7 @@ NETLIST_END()
|
||||
|
||||
NETLIST_START(cheekyms)
|
||||
|
||||
SOLVER(Solver, 18000)
|
||||
SOLVER(Solver, 180000)
|
||||
PARAM(Solver.ACCURACY, 1e-8)
|
||||
PARAM(Solver.NR_LOOPS, 300)
|
||||
PARAM(Solver.GS_LOOPS, 1)
|
||||
|
@ -179,3 +179,6 @@ pongf // (c) 1972 Atari
|
||||
|
||||
// usbilliards.cpp
|
||||
//sharkusb // (c) 1975 US Billiards
|
||||
|
||||
@source:cheekyms.cpp
|
||||
cheekyms // 8004 (c) [1980?]
|
||||
|
Loading…
Reference in New Issue
Block a user