ekeeke
dfe3672878
[Core/MD] added support for MegaSD CD hardware overlay (MD+ hacks) and extended SSF2 / ROM write mappers
2021-09-13 19:32:52 +02:00
ekeeke
babb338dea
[Win/SDL] fixed comment in Makefiles
2021-08-10 14:41:09 +02:00
ekeeke
9d288726bf
[SDL] fixed linking issues with opll.o
2020-05-01 09:44:53 +02:00
ekeeke
dd4ce564da
[SDL] added support for nuked cycle-accurate YM2413 core (optional)
2020-04-04 15:29:19 +02:00
vadosnaprimer
d1e7cd6bea
add CPU hooking functionality
...
can be used by a frontend to implement breakpoints or tracelogging
currently hooked: M68K executing/reading/writing, VDP reading/writing (only for MegaDrive)
2019-04-21 20:35:38 +03:00
Clownacy
49b90b966c
[SDL] remove -ansi compiler flag
...
It seems like it's just an alias for -std=c89, which gets overridden by
-std=c99 later.
2018-07-09 21:00:24 +01:00
tokumeiwokiboushimasu
99d896598f
Update Makefile.sdl1
2018-07-07 13:47:54 +09:00
EkeEke
7af5a0cdf4
[SDL] added LIBCHDR support
2018-07-03 00:12:36 +02:00
Clownacy
aeb3a98df2
[SDL] don't include libchdr
...
The makefiles don't reference any of its sources, leading to build errors.
I'd fix this myself, but even when adding the relevant sources, I get
errors about multiply-defined types.
2018-07-01 21:27:42 +01:00
EkeEke
b62ce884b8
[Core/Sound] added nuked YM3438 core to SDL port and fixed some GCC warnings
2017-12-22 20:37:58 +01:00
EkeEke
9bb64c47f9
[Core/Sound] rewrote PSG core from scratch & replaced deprecated "PSG boot noise" option with optional Hiqh Quality PSG resampling
2016-12-18 23:36:59 +01:00
Clownacy
3da87f4548
[SDL/SDL2] define HAVE_ALLOCA_H on non-Windows systems
...
Prevents errors in libtremor
2016-11-03 15:44:00 +00:00
Clownacy
e4d9c04add
[SDL/SDL2] removed explicit Windows-ism in Makefile
...
The Windows Make ports I've used automatically
add the .exe extension
2016-11-03 15:31:24 +00:00
Clownacy
4cea68fa10
[SDL/SDL2] merged SDL1 and SDL2 files
2016-11-03 15:21:25 +00:00