diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-06-02 15:28:40 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-06-02 15:28:40 +0200 |
| commit | 5bc16063c29aa4d3d287ebd163ccdbcbf54c4f9f (patch) | |
| tree | c131f947a37b3af2d14d41e9eda098bdec2d061c /gearboy/platforms/raspberrypi/Makefile.common | |
| parent | 78a5f810b22f0d8cafa05f638b0cb2e889824859 (diff) | |
| download | cscg2022-gearboy-master.tar.gz cscg2022-gearboy-master.zip | |
Diffstat (limited to 'gearboy/platforms/raspberrypi/Makefile.common')
| -rw-r--r-- | gearboy/platforms/raspberrypi/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gearboy/platforms/raspberrypi/Makefile.common b/gearboy/platforms/raspberrypi/Makefile.common new file mode 100644 index 00000000..878fae5b --- /dev/null +++ b/gearboy/platforms/raspberrypi/Makefile.common @@ -0,0 +1,2 @@ +OBJS=$(GEARBOY_RPI_SRC)/main.o $(GEARBOY_SRC)/MBC2MemoryRule.o $(GEARBOY_SRC)/Audio.o $(GEARBOY_SRC)/MBC1MemoryRule.o $(GEARBOY_SRC)/IORegistersMemoryRule.o $(GEARBOY_SRC)/audio/Gb_Apu.o $(GEARBOY_SRC)/MultiMBC1MemoryRule.o $(GEARBOY_SRC)/GearboyCore.o $(GEARBOY_SRC)/audio/Multi_Buffer.o $(GEARBOY_SRC)/audio/Effects_Buffer.o $(GEARBOY_SRC)/MBC5MemoryRule.o $(GEARBOY_SRC)/audio/Gb_Apu_State.o $(GEARBOY_SRC)/audio/Blip_Buffer.o $(GEARBOY_SRC)/MemoryRule.o $(GEARBOY_SRC)/Input.o $(GEARBOY_SRC)/Processor.o $(GEARBOY_SRC)/Video.o $(GEARBOY_SRC)/Memory.o $(GEARBOY_SRC)/Cartridge.o $(GEARBOY_SRC)/MBC3MemoryRule.o $(GEARBOY_SRC)/RomOnlyMemoryRule.o $(GEARBOY_SRC)/CommonMemoryRule.o $(GEARBOY_AUDIO_SRC)/Sound_Queue.o $(GEARBOY_SRC)/audio/Gb_Oscs.o $(GEARBOY_SRC)/opcodes.o $(GEARBOY_SRC)/opcodes_cb.o +BIN=gearboy |
