2017-08-09 11:11:59 +00:00
|
|
|
processors += wdc65816 spc700 arm7tdmi gsu hg51b upd96050
|
2016-02-25 10:38:03 +00:00
|
|
|
|
2016-07-10 05:28:26 +00:00
|
|
|
objects += sfc-interface sfc-system sfc-controller
|
|
|
|
objects += sfc-cartridge sfc-memory
|
2018-06-11 04:50:18 +00:00
|
|
|
objects += sfc-cpu sfc-smp sfc-dsp sfc-ppu sfc-ppu-fast
|
2016-10-27 21:16:58 +00:00
|
|
|
objects += sfc-expansion sfc-satellaview sfc-21fx
|
2018-05-14 13:53:18 +00:00
|
|
|
objects += sfc-icd sfc-mcc sfc-dip sfc-event
|
2016-02-28 11:42:52 +00:00
|
|
|
objects += sfc-sa1 sfc-superfx
|
|
|
|
objects += sfc-armdsp sfc-hitachidsp sfc-necdsp
|
|
|
|
objects += sfc-epsonrtc sfc-sharprtc
|
2016-10-27 21:16:58 +00:00
|
|
|
objects += sfc-spc7110 sfc-sdd1
|
|
|
|
objects += sfc-obc1 sfc-msu1
|
2016-02-28 11:42:52 +00:00
|
|
|
objects += sfc-bsmemory sfc-sufamiturbo
|
2012-04-29 06:16:44 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-interface.o: sfc/interface/interface.cpp
|
|
|
|
obj/sfc-system.o: sfc/system/system.cpp
|
|
|
|
obj/sfc-controller.o: sfc/controller/controller.cpp
|
|
|
|
obj/sfc-cartridge.o: sfc/cartridge/cartridge.cpp
|
|
|
|
obj/sfc-memory.o: sfc/memory/memory.cpp
|
Update to v098r01 release.
byuu says:
Changelog:
- SFC: balanced profile removed
- SFC: performance profile removed
- SFC: code for handling non-threaded CPU, SMP, DSP, PPU removed
- SFC: Coprocessor, Controller (and expansion port) shared Thread code
merged to SFC::Cothread
- Cothread here just means "Thread with CPU affinity" (couldn't think
of a better name, sorry)
- SFC: CPU now has vector<Thread*> coprocessors, peripherals;
- this is the beginning of work to allow expansion port devices to be
dynamically changed at run-time
- ruby: all audio drivers default to 48000hz instead of 22050hz now if
no frequency is assigned
- note: the WASAPI driver can default to whatever the native frequency
is; doesn't have to be 48000hz
- tomoko: removed the ability to change the frequency from the UI (but
it will display the frequency used)
- tomoko: removed the timing settings panel
- the goal is to work toward smooth video via adaptive sync
- the model is broken by not being in control of the audio frequency
anyway
- it's further broken by PAL running at 50hz and WSC running at 75hz
- it was always broken anyway by SNES interlace timing varying from
progressive timing
- higan: audio/ stub created (for now, it's just nall/dsp/ moved here
and included as a header)
- higan: video/ stub created
- higan/GNUmakefile: now includes build rules for essential components
(libco, emulator, audio, video)
The audio changes are in preparation to merge wareya's awesome WASAPI
work without the need for the nall/dsp resampler.
2016-04-09 03:40:12 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-cpu.o: sfc/cpu/cpu.cpp
|
|
|
|
obj/sfc-smp.o: sfc/smp/smp.cpp
|
|
|
|
obj/sfc-dsp.o: sfc/dsp/dsp.cpp
|
|
|
|
obj/sfc-ppu.o: sfc/ppu/ppu.cpp
|
2018-05-26 03:29:14 +00:00
|
|
|
obj/sfc-ppu-fast.o: sfc/ppu-fast/ppu.cpp
|
2012-04-29 06:16:44 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-expansion.o: sfc/expansion/expansion.cpp
|
|
|
|
obj/sfc-satellaview.o: sfc/expansion/satellaview/satellaview.cpp
|
|
|
|
obj/sfc-21fx.o: sfc/expansion/21fx/21fx.cpp
|
2012-05-22 12:10:00 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-icd.o: sfc/coprocessor/icd/icd.cpp
|
|
|
|
obj/sfc-mcc.o: sfc/coprocessor/mcc/mcc.cpp
|
|
|
|
obj/sfc-dip.o: sfc/coprocessor/dip/dip.cpp
|
|
|
|
obj/sfc-event.o: sfc/coprocessor/event/event.cpp
|
2012-05-22 12:10:00 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-sa1.o: sfc/coprocessor/sa1/sa1.cpp
|
|
|
|
obj/sfc-superfx.o: sfc/coprocessor/superfx/superfx.cpp
|
2012-05-22 12:10:00 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-armdsp.o: sfc/coprocessor/armdsp/armdsp.cpp
|
|
|
|
obj/sfc-hitachidsp.o: sfc/coprocessor/hitachidsp/hitachidsp.cpp
|
|
|
|
obj/sfc-necdsp.o: sfc/coprocessor/necdsp/necdsp.cpp
|
2012-05-22 12:10:00 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-epsonrtc.o: sfc/coprocessor/epsonrtc/epsonrtc.cpp
|
|
|
|
obj/sfc-sharprtc.o: sfc/coprocessor/sharprtc/sharprtc.cpp
|
2012-05-22 12:10:00 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-spc7110.o: sfc/coprocessor/spc7110/spc7110.cpp
|
|
|
|
obj/sfc-sdd1.o: sfc/coprocessor/sdd1/sdd1.cpp
|
|
|
|
obj/sfc-obc1.o: sfc/coprocessor/obc1/obc1.cpp
|
2013-01-21 12:27:15 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-msu1.o: sfc/coprocessor/msu1/msu1.cpp
|
2013-01-23 08:28:35 +00:00
|
|
|
|
2018-05-24 02:14:17 +00:00
|
|
|
obj/sfc-bsmemory.o: sfc/slot/bsmemory/bsmemory.cpp
|
|
|
|
obj/sfc-sufamiturbo.o: sfc/slot/sufamiturbo/sufamiturbo.cpp
|