summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-10-22 13:27:35 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-10-22 13:27:35 +0200
commitab9fd24fbb42c9beec763407c5a6d89b3c3f072e (patch)
treeb9a4f1e8a29fa5087caa0b54edf791abb5cd1e33
parentddb290d5f615019c33c42b8d94e5a5254cabcf33 (diff)
forgot to commit this one (nw)
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3dcc1e2aa8d..e18a5817a02 100644
--- a/makefile
+++ b/makefile
@@ -1485,7 +1485,7 @@ $(GENDIR)/%.lh: $(SRC)/%.lay scripts/build/complay.py | $(GEN_FOLDERS)
$(GENDIR)/mame/drivers/ymmu100.hxx: $(SRC)/mame/drivers/ymmu100.ppm scripts/build/file2str.py
@echo Converting $<...
- $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ ymmu100_bkg UINT8
+ $(SILENT)$(PYTHON) scripts/build/file2str.py $< $@ ymmu100_bkg uint8_t
$(SRC)/devices/cpu/m68000/m68kops.cpp: $(SRC)/devices/cpu/m68000/m68k_in.cpp $(SRC)/devices/cpu/m68000/m68kmake.cpp
ifeq ($(TARGETOS),asmjs)