Cleanups and version bump.

This commit is contained in:
Aaron Giles 2009-10-25 05:34:14 +00:00
parent c57cc3659d
commit eb2ba6cf6c
22 changed files with 199 additions and 199 deletions

2
.gitattributes vendored
View File

@ -128,7 +128,7 @@ src/emu/cpu/hd6309/hd6309.c svneol=native#text/plain
src/emu/cpu/hd6309/hd6309.h svneol=native#text/plain
src/emu/cpu/i386/cycles.h svneol=native#text/plain
src/emu/cpu/i386/i386.c svneol=native#text/plain
src/emu/cpu/i386/i386.h svneol=native#text/plain
src/emu/cpu/i386/i386.h -text svneol=native#text/plain
src/emu/cpu/i386/i386dasm.c svneol=native#text/plain
src/emu/cpu/i386/i386op16.c svneol=native#text/plain
src/emu/cpu/i386/i386op32.c svneol=native#text/plain

View File

@ -124,7 +124,7 @@
| |Datum: 12.02.96 | |__________| | | |
| |_________________________| |_______________| |
| |
| ____ ___________________ __________________ __ |
| ? ____ ___________________ __________________ __ |
| / \ |MGI V GER | | | |H | |
| | Batt | |3.9 / I / 8201 | | ALTERA | | | |
| | ery | |M27C2001 | | | |__| |

View File

@ -10,4 +10,4 @@
***************************************************************************/
extern const char build_version[];
const char build_version[] = "0.134u3 ("__DATE__")";
const char build_version[] = "0.134u4 ("__DATE__")";