diff options
| author | 2024-03-20 16:50:58 +0100 | |
|---|---|---|
| committer | 2024-03-20 17:07:48 +0100 | |
| commit | 7d263b5d0bf13f98fb116db12a77edc5309b7a39 (patch) | |
| tree | 1c5262cf63f5e37226b8abcf99127115c6eb486c | |
| parent | 820720379991fa678066b4ad429f6c2b6fe15205 (diff) | |
source org: move yeno drivers to yeno folder
| -rw-r--r-- | src/mame/mame.lst | 12 | ||||
| -rw-r--r-- | src/mame/yeno/301xl.cpp (renamed from src/mame/chess/yeno_301xl.cpp) | 0 | ||||
| -rw-r--r-- | src/mame/yeno/532xl.cpp (renamed from src/mame/chess/yeno_532xl.cpp) | 0 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 83757a35362..6a46a31871b 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -16151,12 +16151,6 @@ tascr30a tascr30b tascr30g -@source:chess/yeno_301xl.cpp -y301xl - -@source:chess/yeno_532xl.cpp -y532xl - @source:chromatics/cgc7900.cpp cgc7900 // @@ -46259,9 +46253,15 @@ vl1 @source:yamaha/ymvl70.cpp vl70 // 1996 VL70-m +@source:yeno/301xl.cpp +y301xl + @source:yeno/416xl.cpp y416xl +@source:yeno/532xl.cpp +y532xl + @source:yunsung/nmg5.cpp 7ordi // (c) 2002 Yun Sung garogun // (c) 2000 Yun Sung diff --git a/src/mame/chess/yeno_301xl.cpp b/src/mame/yeno/301xl.cpp index f91f4d53904..f91f4d53904 100644 --- a/src/mame/chess/yeno_301xl.cpp +++ b/src/mame/yeno/301xl.cpp diff --git a/src/mame/chess/yeno_532xl.cpp b/src/mame/yeno/532xl.cpp index fd60cf1a8dd..fd60cf1a8dd 100644 --- a/src/mame/chess/yeno_532xl.cpp +++ b/src/mame/yeno/532xl.cpp |
