Rename more files

This commit is contained in:
twinaphex 2014-03-08 16:27:45 +01:00
parent 9a91e8ec73
commit 95bc41b896
6 changed files with 5 additions and 5 deletions

View File

@ -863,7 +863,7 @@
<ClCompile Include="..\..\..\machine\8254pit.c" />
<ClCompile Include="..\..\..\machine\8255ppi.c" />
<ClCompile Include="..\..\..\machine\acitya.c" />
<ClCompile Include="..\..\..\machine\ajax.c" />
<ClCompile Include="..\..\..\machine\ajax_machine.c" />
<ClCompile Include="..\..\..\machine\am53cf96.c" />
<ClCompile Include="..\..\..\machine\arkanoid.c" />
<ClCompile Include="..\..\..\machine\asic65.c" />
@ -1168,7 +1168,7 @@
<ClCompile Include="..\..\..\vidhrdw\aerofgt.c" />
<ClCompile Include="..\..\..\vidhrdw\afega.c" />
<ClCompile Include="..\..\..\vidhrdw\airbustr.c" />
<ClCompile Include="..\..\..\vidhrdw\ajax.c" />
<ClCompile Include="..\..\..\vidhrdw\ajax_vidhrdw.c" />
<ClCompile Include="..\..\..\vidhrdw\aliens.c" />
<ClCompile Include="..\..\..\vidhrdw\alpha68k.c" />
<ClCompile Include="..\..\..\vidhrdw\ambush.c" />
@ -1717,7 +1717,7 @@
<ClCompile Include="..\..\..\vidhrdw\thief.c" />
<ClCompile Include="..\..\..\vidhrdw\thoop2.c" />
<ClCompile Include="..\..\..\vidhrdw\thunderj.c" />
<ClCompile Include="..\..\..\vidhrdw\thunderx.c" />
<ClCompile Include="..\..\..\vidhrdw\thunderx_vidhrdw.c" />
<ClCompile Include="..\..\..\vidhrdw\tia.c" />
<ClCompile Include="..\..\..\vidhrdw\tickee.c" />
<ClCompile Include="..\..\..\vidhrdw\tigeroad.c" />

View File

@ -566,8 +566,8 @@ COREOBJS += \
$(OBJ)/vidhrdw/labyrunr.o $(OBJ)/drivers/labyrunr.o \
$(OBJ)/vidhrdw/battlnts.o $(OBJ)/drivers/battlnts.o \
$(OBJ)/vidhrdw/bladestl.o $(OBJ)/drivers/bladestl.o \
$(OBJ)/machine/ajax.o $(OBJ)/vidhrdw/ajax.o $(OBJ)/drivers/ajax.o \
$(OBJ)/vidhrdw/thunderx.o $(OBJ)/drivers/thunderx.o \
$(OBJ)/machine/ajax_machine.o $(OBJ)/vidhrdw/ajax_vidhrdw.o $(OBJ)/drivers/ajax.o \
$(OBJ)/vidhrdw/thunderx_vidhrdw.o $(OBJ)/drivers/thunderx.o \
$(OBJ)/vidhrdw/mainevt.o $(OBJ)/drivers/mainevt.o \
$(OBJ)/vidhrdw/88games.o $(OBJ)/drivers/88games.o \
$(OBJ)/vidhrdw/gbusters.o $(OBJ)/drivers/gbusters.o \