diff options
author | 2015-03-25 08:16:51 +0100 | |
---|---|---|
committer | 2015-03-25 08:16:51 +0100 | |
commit | 0147bb4cc82e642cf75151f039f240eb20989fbc (patch) | |
tree | 1da79e38b3eb810f9f5ab9f6f4853defad55792d /src/mess/mess.mak | |
parent | fda60d87eb9228d923fd33130671b2c5de881683 (diff) |
Cleanups and version bumpmame0160
Diffstat (limited to 'src/mess/mess.mak')
-rw-r--r-- | src/mess/mess.mak | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mess/mess.mak b/src/mess/mess.mak index 69845afe992..bac7f3487c0 100644 --- a/src/mess/mess.mak +++ b/src/mess/mess.mak @@ -1335,7 +1335,7 @@ $(MESSOBJ)/intel.a: \ $(MESS_DRIVERS)/rex6000.o \ $(MESS_DRIVERS)/sdk85.o \ $(MESS_DRIVERS)/sdk86.o \ - $(MESS_DRIVERS)/imds2.o \ + $(MESS_DRIVERS)/imds2.o \ $(MESSOBJ)/imp.a: \ $(MESS_DRIVERS)/tim011.o \ @@ -2137,22 +2137,22 @@ $(MESS_DRIVERS)/h8.o: $(MESS_LAYOUT)/h8.lh $(MESS_DRIVERS)/hh_hmcs40.o:$(MESS_LAYOUT)/hh_hmcs40_test.lh $(MESS_DRIVERS)/hh_pic16.o: $(MESS_LAYOUT)/maniac.lh $(MESS_DRIVERS)/hh_tms1k.o: $(MESS_LAYOUT)/amaztron.lh \ - $(MESS_LAYOUT)/bankshot.lh \ - $(MESS_LAYOUT)/cnsector.lh \ - $(MESS_LAYOUT)/comp4.lh \ - $(MESS_LAYOUT)/ebball.lh \ - $(MESS_LAYOUT)/ebball2.lh \ - $(MESS_LAYOUT)/ebball3.lh \ - $(MESS_LAYOUT)/elecdet.lh \ - $(MESS_LAYOUT)/mathmagi.lh \ - $(MESS_LAYOUT)/merlin.lh \ - $(MESS_LAYOUT)/simon.lh \ - $(MESS_LAYOUT)/ssimon.lh \ - $(MESS_LAYOUT)/splitsec.lh \ - $(MESS_LAYOUT)/starwbc.lh \ - $(MESS_LAYOUT)/stopthie.lh \ - $(MESS_LAYOUT)/tandy12.lh \ - $(MESS_LAYOUT)/tc4.lh + $(MESS_LAYOUT)/bankshot.lh \ + $(MESS_LAYOUT)/cnsector.lh \ + $(MESS_LAYOUT)/comp4.lh \ + $(MESS_LAYOUT)/ebball.lh \ + $(MESS_LAYOUT)/ebball2.lh \ + $(MESS_LAYOUT)/ebball3.lh \ + $(MESS_LAYOUT)/elecdet.lh \ + $(MESS_LAYOUT)/mathmagi.lh \ + $(MESS_LAYOUT)/merlin.lh \ + $(MESS_LAYOUT)/simon.lh \ + $(MESS_LAYOUT)/ssimon.lh \ + $(MESS_LAYOUT)/splitsec.lh \ + $(MESS_LAYOUT)/starwbc.lh \ + $(MESS_LAYOUT)/stopthie.lh \ + $(MESS_LAYOUT)/tandy12.lh \ + $(MESS_LAYOUT)/tc4.lh $(MESS_DRIVERS)/hh_ucom4.o: $(MESS_LAYOUT)/hh_ucom4_test.lh $(MESS_DRIVERS)/ie15.o: $(MESS_LAYOUT)/ie15.lh $(MESS_DRIVERS)/instruct.o: $(MESS_LAYOUT)/instruct.lh |