mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
source org: rename handheld to misc_handheld and move some files over
This commit is contained in:
parent
c51c443be1
commit
0bdc4c8e26
@ -1365,7 +1365,6 @@ function linkProjects_mame_mame(_target, _subtarget)
|
|||||||
"gridcomp",
|
"gridcomp",
|
||||||
"grundy",
|
"grundy",
|
||||||
"h01x",
|
"h01x",
|
||||||
"handheld",
|
|
||||||
"hartung",
|
"hartung",
|
||||||
"hds",
|
"hds",
|
||||||
"heathkit",
|
"heathkit",
|
||||||
@ -1432,6 +1431,7 @@ function linkProjects_mame_mame(_target, _subtarget)
|
|||||||
"midway",
|
"midway",
|
||||||
"mips",
|
"mips",
|
||||||
"misc",
|
"misc",
|
||||||
|
"misc_handheld",
|
||||||
"mit",
|
"mit",
|
||||||
"mits",
|
"mits",
|
||||||
"mitsubishi",
|
"mitsubishi",
|
||||||
@ -1474,7 +1474,6 @@ function linkProjects_mame_mame(_target, _subtarget)
|
|||||||
"pacific",
|
"pacific",
|
||||||
"pacman",
|
"pacman",
|
||||||
"palm",
|
"palm",
|
||||||
"parker",
|
|
||||||
"pc",
|
"pc",
|
||||||
"pce",
|
"pce",
|
||||||
"pdp1",
|
"pdp1",
|
||||||
@ -1497,7 +1496,6 @@ function linkProjects_mame_mame(_target, _subtarget)
|
|||||||
"rare",
|
"rare",
|
||||||
"rca",
|
"rca",
|
||||||
"regnecentralen",
|
"regnecentralen",
|
||||||
"ritam",
|
|
||||||
"rm",
|
"rm",
|
||||||
"robotron",
|
"robotron",
|
||||||
"rockwell",
|
"rockwell",
|
||||||
@ -1514,7 +1512,6 @@ function linkProjects_mame_mame(_target, _subtarget)
|
|||||||
"sega",
|
"sega",
|
||||||
"segacons",
|
"segacons",
|
||||||
"seibu",
|
"seibu",
|
||||||
"selchow",
|
|
||||||
"sequential",
|
"sequential",
|
||||||
"seta",
|
"seta",
|
||||||
"sgi",
|
"sgi",
|
||||||
@ -2331,12 +2328,6 @@ files {
|
|||||||
MAME_DIR .. "src/mame/h01x/*.cpp",
|
MAME_DIR .. "src/mame/h01x/*.cpp",
|
||||||
}
|
}
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "handheld")
|
|
||||||
files {
|
|
||||||
MAME_DIR .. "src/mame/handheld/*.cpp",
|
|
||||||
MAME_DIR .. "src/mame/handheld/*.h",
|
|
||||||
}
|
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "hartung")
|
createMAMEProjects(_target, _subtarget, "hartung")
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/mame/hartung/*.cpp",
|
MAME_DIR .. "src/mame/hartung/*.cpp",
|
||||||
@ -2932,11 +2923,6 @@ files {
|
|||||||
MAME_DIR .. "src/mame/palm/*.ipp",
|
MAME_DIR .. "src/mame/palm/*.ipp",
|
||||||
}
|
}
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "parker")
|
|
||||||
files {
|
|
||||||
MAME_DIR .. "src/mame/parker/*.cpp",
|
|
||||||
}
|
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "pc")
|
createMAMEProjects(_target, _subtarget, "pc")
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/mame/pc/*.cpp",
|
MAME_DIR .. "src/mame/pc/*.cpp",
|
||||||
@ -3057,11 +3043,6 @@ files {
|
|||||||
MAME_DIR .. "src/mame/regnecentralen/*.h",
|
MAME_DIR .. "src/mame/regnecentralen/*.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "ritam")
|
|
||||||
files {
|
|
||||||
MAME_DIR .. "src/mame/ritam/*.cpp",
|
|
||||||
}
|
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "rm")
|
createMAMEProjects(_target, _subtarget, "rm")
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/mame/rm/*.cpp",
|
MAME_DIR .. "src/mame/rm/*.cpp",
|
||||||
@ -3155,11 +3136,6 @@ files {
|
|||||||
MAME_DIR .. "src/mame/seibu/*.ipp",
|
MAME_DIR .. "src/mame/seibu/*.ipp",
|
||||||
}
|
}
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "selchow")
|
|
||||||
files {
|
|
||||||
MAME_DIR .. "src/mame/selchow/*.cpp",
|
|
||||||
}
|
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "sequential")
|
createMAMEProjects(_target, _subtarget, "sequential")
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/mame/sequential/*.cpp",
|
MAME_DIR .. "src/mame/sequential/*.cpp",
|
||||||
@ -3669,6 +3645,12 @@ files {
|
|||||||
MAME_DIR .. "src/mame/misc/*.h",
|
MAME_DIR .. "src/mame/misc/*.h",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
createMAMEProjects(_target, _subtarget, "misc_handheld")
|
||||||
|
files {
|
||||||
|
MAME_DIR .. "src/mame/misc_handheld/*.cpp",
|
||||||
|
MAME_DIR .. "src/mame/misc_handheld/*.h",
|
||||||
|
}
|
||||||
|
|
||||||
createMAMEProjects(_target, _subtarget, "skeleton")
|
createMAMEProjects(_target, _subtarget, "skeleton")
|
||||||
files {
|
files {
|
||||||
MAME_DIR .. "src/mame/skeleton/*.cpp",
|
MAME_DIR .. "src/mame/skeleton/*.cpp",
|
||||||
|
@ -16482,7 +16482,7 @@ heromem // E34 (c) 1997 Taito
|
|||||||
hexion // GX122 (c) 1992
|
hexion // GX122 (c) 1992
|
||||||
hexionb // bootleg
|
hexionb // bootleg
|
||||||
|
|
||||||
@source:handheld/hh_cop400.cpp
|
@source:misc_handheld/hh_cop400.cpp
|
||||||
bship82 // Milton Bradley
|
bship82 // Milton Bradley
|
||||||
copspa // National Semiconductor
|
copspa // National Semiconductor
|
||||||
ctstein // Castle Toy
|
ctstein // Castle Toy
|
||||||
@ -16505,7 +16505,7 @@ solution // SCAT
|
|||||||
unkeinv // Gordon Barlow Design
|
unkeinv // Gordon Barlow Design
|
||||||
vidchal // Select Merchandise
|
vidchal // Select Merchandise
|
||||||
|
|
||||||
@source:handheld/hh_cops1.cpp
|
@source:misc_handheld/hh_cops1.cpp
|
||||||
cambrp // Sinclair
|
cambrp // Sinclair
|
||||||
mbaskb // Mattel
|
mbaskb // Mattel
|
||||||
mhockey // Mattel
|
mhockey // Mattel
|
||||||
@ -16514,7 +16514,7 @@ msoccer // Mattel
|
|||||||
qkracerm // National Semiconductor
|
qkracerm // National Semiconductor
|
||||||
qkspeller // National Semiconductor
|
qkspeller // National Semiconductor
|
||||||
|
|
||||||
@source:handheld/hh_hmcs40.cpp
|
@source:misc_handheld/hh_hmcs40.cpp
|
||||||
alnattck // Coleco
|
alnattck // Coleco
|
||||||
bambball // Bambino
|
bambball // Bambino
|
||||||
bbtime // Bandai
|
bbtime // Bandai
|
||||||
@ -16557,11 +16557,11 @@ vinvader // VTech
|
|||||||
wantgman // Actronics / Hanzawa
|
wantgman // Actronics / Hanzawa
|
||||||
zackman // Bandai
|
zackman // Bandai
|
||||||
|
|
||||||
@source:handheld/hh_melps4.cpp
|
@source:misc_handheld/hh_melps4.cpp
|
||||||
cfrogger // Coleco
|
cfrogger // Coleco
|
||||||
gjungler // Gakken
|
gjungler // Gakken
|
||||||
|
|
||||||
@source:handheld/hh_pic16.cpp
|
@source:misc_handheld/hh_pic16.cpp
|
||||||
drdunk // Kmart
|
drdunk // Kmart
|
||||||
flash // Ideal
|
flash // Ideal
|
||||||
hccbaskb // Tiger Electronics
|
hccbaskb // Tiger Electronics
|
||||||
@ -16577,7 +16577,7 @@ ttfballa // Toytronic
|
|||||||
us2pfball // US Games
|
us2pfball // US Games
|
||||||
uspbball // US Games
|
uspbball // US Games
|
||||||
|
|
||||||
@source:handheld/hh_pps41.cpp
|
@source:misc_handheld/hh_pps41.cpp
|
||||||
brainbaf // Mattel
|
brainbaf // Mattel
|
||||||
dunksunk // Kmart
|
dunksunk // Kmart
|
||||||
ftri1 // Fonas
|
ftri1 // Fonas
|
||||||
@ -16590,7 +16590,7 @@ rdqa // Selchow & Righter
|
|||||||
scrabsen // Selchow & Righter
|
scrabsen // Selchow & Righter
|
||||||
smastmind // Invicta
|
smastmind // Invicta
|
||||||
|
|
||||||
@source:handheld/hh_rw5000.cpp
|
@source:misc_handheld/hh_rw5000.cpp
|
||||||
autorace // Mattel
|
autorace // Mattel
|
||||||
gravity // Mattel
|
gravity // Mattel
|
||||||
mbaseb // Mattel
|
mbaseb // Mattel
|
||||||
@ -16603,7 +16603,7 @@ rw24k // Rockwell
|
|||||||
rw30r // Rockwell
|
rw30r // Rockwell
|
||||||
rw31r // Rockwell
|
rw31r // Rockwell
|
||||||
|
|
||||||
@source:handheld/hh_sm510.cpp
|
@source:misc_handheld/hh_sm510.cpp
|
||||||
atakaast // Elektronika
|
atakaast // Elektronika
|
||||||
auslalom // Elektronika
|
auslalom // Elektronika
|
||||||
bassmate // Telko
|
bassmate // Telko
|
||||||
@ -16753,7 +16753,7 @@ txmenpx // Tiger
|
|||||||
vespovar // Elektronika
|
vespovar // Elektronika
|
||||||
vfutbol // Elektronika
|
vfutbol // Elektronika
|
||||||
|
|
||||||
@source:handheld/hh_tms1k.cpp
|
@source:misc_handheld/hh_tms1k.cpp
|
||||||
alphie // Playskool
|
alphie // Playskool
|
||||||
arcmania // Milton Bradley
|
arcmania // Milton Bradley
|
||||||
arrball // A-One LSI
|
arrball // A-One LSI
|
||||||
@ -16862,7 +16862,7 @@ wizatron // Texas Instruments
|
|||||||
xl25 // Vulcan
|
xl25 // Vulcan
|
||||||
zodiac // Coleco
|
zodiac // Coleco
|
||||||
|
|
||||||
@source:handheld/hh_ucom4.cpp
|
@source:misc_handheld/hh_ucom4.cpp
|
||||||
alnchase // Tomy
|
alnchase // Tomy
|
||||||
astrocmd // Epoch
|
astrocmd // Epoch
|
||||||
bcclimbr // Bandai
|
bcclimbr // Bandai
|
||||||
@ -24273,7 +24273,7 @@ rs70_648 //
|
|||||||
@source:skeleton/monon_color.cpp
|
@source:skeleton/monon_color.cpp
|
||||||
mononcol // (c) 2011 M&D
|
mononcol // (c) 2011 M&D
|
||||||
|
|
||||||
@source:ritam/monty.cpp
|
@source:misc_handheld/monty.cpp
|
||||||
mmonty // Ritam
|
mmonty // Ritam
|
||||||
monty // Ritam
|
monty // Ritam
|
||||||
|
|
||||||
@ -37016,7 +37016,7 @@ rx78 //
|
|||||||
@source:casio/rz1.cpp
|
@source:casio/rz1.cpp
|
||||||
rz1 // 1986 Casio
|
rz1 // 1986 Casio
|
||||||
|
|
||||||
@source:handheld/rzone.cpp
|
@source:misc_handheld/rzone.cpp
|
||||||
rzbatfor //
|
rzbatfor //
|
||||||
rzindy500 //
|
rzindy500 //
|
||||||
rztoshden //
|
rztoshden //
|
||||||
@ -37658,7 +37658,7 @@ scorpio //
|
|||||||
@source:konami/scotrsht.cpp
|
@source:konami/scotrsht.cpp
|
||||||
scotrsht // GX545 (c) 1985
|
scotrsht // GX545 (c) 1985
|
||||||
|
|
||||||
@source:selchow/scrablex.cpp
|
@source:misc_handheld/scrablex.cpp
|
||||||
scrablex // Selchow & Righter
|
scrablex // Selchow & Righter
|
||||||
|
|
||||||
@source:galaxian/scramble.cpp
|
@source:galaxian/scramble.cpp
|
||||||
@ -41201,10 +41201,10 @@ taitotz //
|
|||||||
@source:taito/taitowlf.cpp
|
@source:taito/taitowlf.cpp
|
||||||
pf2012 // E59 (c) 1997 Taito
|
pf2012 // E59 (c) 1997 Taito
|
||||||
|
|
||||||
@source:parker/talkingbb.cpp
|
@source:misc_handheld/talkingbb.cpp
|
||||||
talkingbb
|
talkingbb
|
||||||
|
|
||||||
@source:parker/talkingfb.cpp
|
@source:misc_handheld/talkingfb.cpp
|
||||||
talkingfb
|
talkingfb
|
||||||
|
|
||||||
@source:bandai/tamag1.cpp
|
@source:bandai/tamag1.cpp
|
||||||
@ -41682,7 +41682,7 @@ tc2048 // 198? TC2048
|
|||||||
ts2068 // 1983 TS2068
|
ts2068 // 1983 TS2068
|
||||||
uk2086 // 1986 UK2086
|
uk2086 // 1986 UK2086
|
||||||
|
|
||||||
@source:handheld/tispeak.cpp
|
@source:misc_handheld/tispeak.cpp
|
||||||
k28m2 // Tiger Electronics
|
k28m2 // Tiger Electronics
|
||||||
lantutor //
|
lantutor //
|
||||||
snmath //
|
snmath //
|
||||||
@ -41708,7 +41708,7 @@ tntellp //
|
|||||||
tntelluk //
|
tntelluk //
|
||||||
vocaid //
|
vocaid //
|
||||||
|
|
||||||
@source:handheld/tispellb.cpp
|
@source:misc_handheld/tispellb.cpp
|
||||||
mrchalgr //
|
mrchalgr //
|
||||||
spellb //
|
spellb //
|
||||||
spellb79 //
|
spellb79 //
|
||||||
@ -43541,7 +43541,7 @@ wicat //
|
|||||||
@source:pinball/wico.cpp
|
@source:pinball/wico.cpp
|
||||||
aftor //
|
aftor //
|
||||||
|
|
||||||
@source:parker/wildfire.cpp
|
@source:misc_handheld/wildfire.cpp
|
||||||
wildfire // Parker Bros
|
wildfire // Parker Bros
|
||||||
|
|
||||||
@source:misc/wildpkr.cpp
|
@source:misc/wildpkr.cpp
|
||||||
|
@ -298,19 +298,6 @@ gamepark/gp32.cpp
|
|||||||
gridcomp/gridcomp.cpp
|
gridcomp/gridcomp.cpp
|
||||||
grundy/newbrain.cpp
|
grundy/newbrain.cpp
|
||||||
h01x/h01x.cpp
|
h01x/h01x.cpp
|
||||||
handheld/hh_cop400.cpp
|
|
||||||
handheld/hh_cops1.cpp
|
|
||||||
handheld/hh_hmcs40.cpp
|
|
||||||
handheld/hh_melps4.cpp
|
|
||||||
handheld/hh_pic16.cpp
|
|
||||||
handheld/hh_pps41.cpp
|
|
||||||
handheld/hh_rw5000.cpp
|
|
||||||
handheld/hh_sm510.cpp
|
|
||||||
handheld/hh_tms1k.cpp
|
|
||||||
handheld/hh_ucom4.cpp
|
|
||||||
handheld/rzone.cpp
|
|
||||||
handheld/tispeak.cpp
|
|
||||||
handheld/tispellb.cpp
|
|
||||||
hartung/gmaster.cpp
|
hartung/gmaster.cpp
|
||||||
hds/hds200.cpp
|
hds/hds200.cpp
|
||||||
heathkit/et3400.cpp
|
heathkit/et3400.cpp
|
||||||
@ -475,6 +462,24 @@ midway/astrohome.cpp
|
|||||||
mips/mips.cpp
|
mips/mips.cpp
|
||||||
misc/3do.cpp
|
misc/3do.cpp
|
||||||
misc/vectrex.cpp
|
misc/vectrex.cpp
|
||||||
|
misc_handheld/hh_cop400.cpp
|
||||||
|
misc_handheld/hh_cops1.cpp
|
||||||
|
misc_handheld/hh_hmcs40.cpp
|
||||||
|
misc_handheld/hh_melps4.cpp
|
||||||
|
misc_handheld/hh_pic16.cpp
|
||||||
|
misc_handheld/hh_pps41.cpp
|
||||||
|
misc_handheld/hh_rw5000.cpp
|
||||||
|
misc_handheld/hh_sm510.cpp
|
||||||
|
misc_handheld/hh_tms1k.cpp
|
||||||
|
misc_handheld/hh_ucom4.cpp
|
||||||
|
misc_handheld/monty.cpp
|
||||||
|
misc_handheld/rzone.cpp
|
||||||
|
misc_handheld/scrablex.cpp
|
||||||
|
misc_handheld/talkingbb.cpp
|
||||||
|
misc_handheld/talkingfb.cpp
|
||||||
|
misc_handheld/tispeak.cpp
|
||||||
|
misc_handheld/tispellb.cpp
|
||||||
|
misc_handheld/wildfire.cpp
|
||||||
mit/tx0.cpp
|
mit/tx0.cpp
|
||||||
mits/altair.cpp
|
mits/altair.cpp
|
||||||
mits/mits680b.cpp
|
mits/mits680b.cpp
|
||||||
@ -578,9 +583,6 @@ osborne/vixen.cpp
|
|||||||
osi/osi.cpp
|
osi/osi.cpp
|
||||||
palm/palm.cpp
|
palm/palm.cpp
|
||||||
palm/palmz22.cpp
|
palm/palmz22.cpp
|
||||||
parker/talkingbb.cpp
|
|
||||||
parker/talkingfb.cpp
|
|
||||||
parker/wildfire.cpp
|
|
||||||
pc/asst128.cpp
|
pc/asst128.cpp
|
||||||
pc/compc.cpp
|
pc/compc.cpp
|
||||||
pc/europc.cpp
|
pc/europc.cpp
|
||||||
@ -623,7 +625,6 @@ rca/studio2.cpp
|
|||||||
rca/vip.cpp
|
rca/vip.cpp
|
||||||
regnecentralen/rc702.cpp
|
regnecentralen/rc702.cpp
|
||||||
regnecentralen/rc759.cpp
|
regnecentralen/rc759.cpp
|
||||||
ritam/monty.cpp
|
|
||||||
rm/rm380z.cpp
|
rm/rm380z.cpp
|
||||||
rm/rmnimbus.cpp
|
rm/rmnimbus.cpp
|
||||||
robotron/a5105.cpp
|
robotron/a5105.cpp
|
||||||
@ -706,7 +707,6 @@ segacons/segapico.cpp
|
|||||||
segacons/segapm.cpp
|
segacons/segapm.cpp
|
||||||
segacons/sg1000.cpp
|
segacons/sg1000.cpp
|
||||||
segacons/svmu.cpp
|
segacons/svmu.cpp
|
||||||
selchow/scrablex.cpp
|
|
||||||
sequential/prophet600.cpp
|
sequential/prophet600.cpp
|
||||||
sgi/4dpi.cpp
|
sgi/4dpi.cpp
|
||||||
sgi/crimson.cpp
|
sgi/crimson.cpp
|
||||||
|
4
src/mame/misc_handheld/README.md
Normal file
4
src/mame/misc_handheld/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# **src/mame/misc_handheld** #
|
||||||
|
|
||||||
|
Folder for miscellaneous handheld/tabletop drivers, where the number of drivers is too small to place them in specific company folders.
|
||||||
|
This also includes the hh_ collection drivers.
|
Loading…
Reference in New Issue
Block a user