Skip to content

Commit

Permalink
Moving "special" to "sssr"
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jul 1, 2022
1 parent 875ee33 commit 1bf5abd
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions scripts/target/mame/mame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,6 @@ function linkProjects_mame_mame(_target, _subtarget)
"sony",
"sony_news",
"sord",
"special",
"sssr",
"stern",
"stm",
Expand Down Expand Up @@ -3139,12 +3138,6 @@ files {
MAME_DIR .. "src/mame/sord/*.cpp",
}

createMAMEProjects(_target, _subtarget, "special")
files {
MAME_DIR .. "src/mame/special/*.cpp",
MAME_DIR .. "src/mame/special/*.h",
}

createMAMEProjects(_target, _subtarget, "stern")
files {
MAME_DIR .. "src/mame/stern/*.cpp",
Expand Down
2 changes: 1 addition & 1 deletion src/mame/mame.lst
Original file line number Diff line number Diff line change
Expand Up @@ -39508,7 +39508,7 @@ hc128 // 1991 HC-128
spec128 // 1986 ZX Spectrum 128
specpls2 // 1986 ZX Spectrum +2

@source:special/special.cpp
@source:sssr/special.cpp
anakonda //
erik //
kharkovsky //
Expand Down
2 changes: 1 addition & 1 deletion src/mame/mess.flt
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,6 @@ sony_news/news_38xx.cpp
sony_news/news_68k.cpp
sony_news/news_r3k.cpp
sord/m5.cpp
special/special.cpp
sssr/apogee.cpp
sssr/argo.cpp
sssr/bk.cpp
Expand All @@ -1012,6 +1011,7 @@ sssr/pyl601.cpp
sssr/radio86.cpp
sssr/sm1800.cpp
sssr/sm7238.cpp
sssr/special.cpp
sssr/uknc.cpp
sssr/unior.cpp
sssr/ut88.cpp
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1bf5abd

Please sign in to comment.