placeholders

This commit is contained in:
Olivier Galibert 2014-03-25 21:52:12 +00:00
parent 3529661063
commit 9957ec8003
42 changed files with 41 additions and 0 deletions

41
.gitattributes vendored
View File

@ -1509,6 +1509,42 @@ src/emu/cpu/g65816/g65816op.h svneol=native#text/plain
src/emu/cpu/h6280/6280dasm.c svneol=native#text/plain
src/emu/cpu/h6280/h6280.c svneol=native#text/plain
src/emu/cpu/h6280/h6280.h svneol=native#text/plain
src/emu/cpu/h8/h8.c svneol=native#text/plain
src/emu/cpu/h8/h8.h svneol=native#text/plain
src/emu/cpu/h8/h8.lst svneol=native#text/plain
src/emu/cpu/h8/h83002.c svneol=native#text/plain
src/emu/cpu/h8/h83002.h svneol=native#text/plain
src/emu/cpu/h8/h83006.c svneol=native#text/plain
src/emu/cpu/h8/h83006.h svneol=native#text/plain
src/emu/cpu/h8/h83048.c svneol=native#text/plain
src/emu/cpu/h8/h83048.h svneol=native#text/plain
src/emu/cpu/h8/h83337.c svneol=native#text/plain
src/emu/cpu/h8/h83337.h svneol=native#text/plain
src/emu/cpu/h8/h8_adc.c svneol=native#text/plain
src/emu/cpu/h8/h8_adc.h svneol=native#text/plain
src/emu/cpu/h8/h8_intc.c svneol=native#text/plain
src/emu/cpu/h8/h8_intc.h svneol=native#text/plain
src/emu/cpu/h8/h8_port.c svneol=native#text/plain
src/emu/cpu/h8/h8_port.h svneol=native#text/plain
src/emu/cpu/h8/h8_sci.c svneol=native#text/plain
src/emu/cpu/h8/h8_sci.h svneol=native#text/plain
src/emu/cpu/h8/h8_timer16.c svneol=native#text/plain
src/emu/cpu/h8/h8_timer16.h svneol=native#text/plain
src/emu/cpu/h8/h8h.c svneol=native#text/plain
src/emu/cpu/h8/h8h.h svneol=native#text/plain
src/emu/cpu/h8/h8make.py svneol=native#text/plain
src/emu/cpu/h8/h8s2000.c svneol=native#text/plain
src/emu/cpu/h8/h8s2000.h svneol=native#text/plain
src/emu/cpu/h8/h8s2245.c svneol=native#text/plain
src/emu/cpu/h8/h8s2245.h svneol=native#text/plain
src/emu/cpu/h8/h8s2320.c svneol=native#text/plain
src/emu/cpu/h8/h8s2320.h svneol=native#text/plain
src/emu/cpu/h8/h8s2357.c svneol=native#text/plain
src/emu/cpu/h8/h8s2357.h svneol=native#text/plain
src/emu/cpu/h8/h8s2600.c svneol=native#text/plain
src/emu/cpu/h8/h8s2600.h svneol=native#text/plain
src/emu/cpu/h8/h8s2655.c svneol=native#text/plain
src/emu/cpu/h8/h8s2655.h svneol=native#text/plain
src/emu/cpu/h83002/h8.h svneol=native#text/plain
src/emu/cpu/h83002/h8_16.c svneol=native#text/plain
src/emu/cpu/h83002/h8_8.c svneol=native#text/plain
@ -2083,6 +2119,8 @@ src/emu/dislot.c svneol=native#text/plain
src/emu/dislot.h svneol=native#text/plain
src/emu/disound.c svneol=native#text/plain
src/emu/disound.h svneol=native#text/plain
src/emu/dispatch.c svneol=native#text/plain
src/emu/dispatch.h svneol=native#text/plain
src/emu/distate.c svneol=native#text/plain
src/emu/distate.h svneol=native#text/plain
src/emu/divideo.c svneol=native#text/plain
@ -6484,6 +6522,8 @@ src/mame/machine/namco53.c svneol=native#text/plain
src/mame/machine/namco53.h svneol=native#text/plain
src/mame/machine/namco62.c svneol=native#text/plain
src/mame/machine/namco62.h svneol=native#text/plain
src/mame/machine/namco_settings.c svneol=native#text/plain
src/mame/machine/namco_settings.h svneol=native#text/plain
src/mame/machine/namcoio.c svneol=native#text/plain
src/mame/machine/namcoio.h svneol=native#text/plain
src/mame/machine/namcond1.c svneol=native#text/plain
@ -8018,6 +8058,7 @@ src/mess/drivers/xavix.c svneol=native#text/plain
src/mess/drivers/xerox820.c svneol=native#text/plain
src/mess/drivers/xor100.c svneol=native#text/plain
src/mess/drivers/ymmu100.c svneol=native#text/plain
src/mess/drivers/ymmu100.ppm -text svneol=unset#application/octet-stream
src/mess/drivers/z100.c svneol=native#text/plain
src/mess/drivers/z1013.c svneol=native#text/plain
src/mess/drivers/z80dev.c svneol=native#text/plain

0
src/emu/cpu/h8/h8.c Normal file
View File

0
src/emu/cpu/h8/h8.h Normal file
View File

0
src/emu/cpu/h8/h8.lst Normal file
View File

0
src/emu/cpu/h8/h83002.c Normal file
View File

0
src/emu/cpu/h8/h83002.h Normal file
View File

0
src/emu/cpu/h8/h83006.c Normal file
View File

0
src/emu/cpu/h8/h83006.h Normal file
View File

0
src/emu/cpu/h8/h83048.c Normal file
View File

0
src/emu/cpu/h8/h83048.h Normal file
View File

0
src/emu/cpu/h8/h83337.c Normal file
View File

0
src/emu/cpu/h8/h83337.h Normal file
View File

0
src/emu/cpu/h8/h8_adc.c Normal file
View File

0
src/emu/cpu/h8/h8_adc.h Normal file
View File

0
src/emu/cpu/h8/h8_intc.c Normal file
View File

0
src/emu/cpu/h8/h8_intc.h Normal file
View File

0
src/emu/cpu/h8/h8_port.c Normal file
View File

0
src/emu/cpu/h8/h8_port.h Normal file
View File

0
src/emu/cpu/h8/h8_sci.c Normal file
View File

0
src/emu/cpu/h8/h8_sci.h Normal file
View File

View File

View File

0
src/emu/cpu/h8/h8h.c Normal file
View File

0
src/emu/cpu/h8/h8h.h Normal file
View File

0
src/emu/cpu/h8/h8make.py Normal file
View File

0
src/emu/cpu/h8/h8s2000.c Normal file
View File

0
src/emu/cpu/h8/h8s2000.h Normal file
View File

0
src/emu/cpu/h8/h8s2245.c Normal file
View File

0
src/emu/cpu/h8/h8s2245.h Normal file
View File

0
src/emu/cpu/h8/h8s2320.c Normal file
View File

0
src/emu/cpu/h8/h8s2320.h Normal file
View File

0
src/emu/cpu/h8/h8s2357.c Normal file
View File

0
src/emu/cpu/h8/h8s2357.h Normal file
View File

0
src/emu/cpu/h8/h8s2600.c Normal file
View File

0
src/emu/cpu/h8/h8s2600.h Normal file
View File

0
src/emu/cpu/h8/h8s2655.c Normal file
View File

0
src/emu/cpu/h8/h8s2655.h Normal file
View File

0
src/emu/dispatch.c Normal file
View File

0
src/emu/dispatch.h Normal file
View File

View File

View File

View File