Commit Graph

237 Commits

Author SHA1 Message Date
negativeExponent
c7de12523f Add proper support for PAL content
- timing/region is detected using internal database
- fix to rom names on rom info log
2020-10-09 08:53:22 +08:00
negativeExponent
358bf5e958 Improve performance when using ntsc filters
- Removes sony decoder core options
- Removes doubling of height when using ntsc filters
- Use standard integers where applicable
2020-10-09 08:53:22 +08:00
negativeExponent
11d3635157 Allow core to safely close when a required bios is not found
- For coleco rom content, it requires the colero bios to exists. So if none is found,
just allow core to safely exit. SMS roms does not require bios to be playable, so no check is necessary for it.
2020-10-09 08:53:22 +08:00
negativeExponent
a7711973fd Add support for colecovision roms (Experimental) 2020-10-09 08:53:22 +08:00
negativeExponent
4b572b95d5 Cpp to c comments and c89 compatibility (#14)
* Turn C++ comments to C comments

* Update
2020-10-09 08:53:19 +08:00
negativeExponent
3f7180113c Buildfix (#13)
- link missing math library
2020-10-09 08:52:49 +08:00
negativeExponent
093ce52425 Fix build when using EightyZ80 cpu core 2020-10-09 08:52:49 +08:00
negativeExponent
c4dbbac8da Simplify states handling 2020-10-09 08:52:49 +08:00
negativeExponent
ac3a2f9582 Add YM2413 context to save states 2020-10-09 08:52:49 +08:00
Twinaphex
78ad7dbe9d Buildfixes for Apple 2020-10-09 08:52:49 +08:00
twinaphex
6c7a0552d0 There are no C++ files - so link and compile against C compiler -
fixes issues on Mac
2020-10-09 08:52:49 +08:00
twinaphex
9224916d19 Get rid of malloc.h - not safe 2020-10-09 08:52:49 +08:00
negativeExponent
696a38f5d4 Fix travis 2020-10-09 08:52:49 +08:00
negativeExponent
2c553a12a5 Fix travis target core 2020-10-09 08:52:49 +08:00
negativeExponent
592c6e0d22 Prevent potential memory leaks 2020-10-09 08:52:49 +08:00
negativeExponent
8ca551e6a2 Add .travis.yml 2020-10-09 08:52:49 +08:00
negativeExponent
4d63ec013f Cleanup 2020-10-09 08:52:49 +08:00
negativeExponent
8b2a4aa030 Add support for 2nd player port 2020-10-09 08:52:49 +08:00
negativeExponent
fc8d0276d1 Cleanup some headers 2020-10-09 08:52:49 +08:00
negativeExponent
1cf67f83b4 Change core prefix and target file to smsplus
- also remove binary
2020-10-09 08:52:49 +08:00
negativeExponent
eb84f3e80b Restore irq_callback after loading savestate
Fix https://github.com/negativeExponent/smsplus-gx_libretro/issues/5
2020-10-09 08:52:49 +08:00
negativeExponent
50769452da Add android JNI 2020-10-09 08:52:49 +08:00
negativeExponent
becd9f9bdd Remove HAVE_CDROM from Makefile 2020-10-09 08:52:49 +08:00
negativeExponent
61c2d2fcda Add sony decoder matrix 2020-10-09 08:52:49 +08:00
negativeExponent
f1c800c8dc Add target 3DS 2020-10-09 08:52:49 +08:00
negativeExponent
8ed8ebddb9 Update Makefiles 2020-10-09 08:52:49 +08:00
negativeExponent
a0205b3ebd Fix warnings 2020-10-09 08:52:49 +08:00
negativeExponent
ea7b02eaed Buildfix when using Z80_CORE=eighty 2020-10-09 08:52:44 +08:00
negativeExponent
49a194cb1c Add support for blargg NTSC filter 2020-10-09 08:52:26 +08:00
negativeExponent
b93d3908f3 Remove "scaler.h" 2020-10-09 08:52:26 +08:00
negativeExponent
1b8456d35f Update and cleanup Makefiles 2020-10-09 08:52:26 +08:00
negativeExponent
ce8ee0d0f9 Remove #include <SDL/SDL.h> 2020-10-09 08:52:26 +08:00
negativeExponent
d9cb895e5a Create ccpp.yml 2020-10-09 08:52:26 +08:00
negativeExponent
336e74c112 Add support for input bitmasks 2020-10-09 08:52:26 +08:00
negativeExponent
2e3d45a5b2 Remove libgen.h dependency 2020-10-09 08:52:26 +08:00
negativeExponent
8b6b7435c5 Remove unused option.game_name 2020-10-09 08:52:26 +08:00
negativeExponent
bb0da44808 Get rid of these overrides
- Causes problems with the internal overrides like SMS-GG compatibility mode
2020-10-09 08:52:26 +08:00
negativeExponent
3c0ecf0427 Make need_fullpath = false 2020-10-09 08:52:26 +08:00
negativeExponent
0d7d78e397 Add support for loading ROM from memory 2020-10-09 08:52:22 +08:00
negativeExponent
57dbdf1d94 Remove mkdir 2020-10-09 08:51:38 +08:00
negativeExponent
4ef696af68 Cleanup 2020-10-09 08:51:38 +08:00
negativeExponent
9ef31ae48c Fix starting screen geometry for non-SMS games 2020-10-09 08:51:38 +08:00
negativeExponent
29e4d52eaf Add memory-based savestates support 2020-10-09 08:51:38 +08:00
negativeExponent
e348c7e3bd Add libretro-common 2020-10-09 08:51:38 +08:00
negativeExponent
cd372ab959 Allow access to SRAM using retro_get_memory_data/size and cleanup 2020-10-09 08:51:38 +08:00
negativeExponent
853630bfda Allow access to work ram using retro_get_memory_data/size 2020-10-09 08:51:38 +08:00
negativeExponent
467375fe95 (audio) Fix heap-buffer-overflow 2020-10-09 08:51:38 +08:00
negativeExponent
baa974d153 Update Makefiles 2020-10-09 08:51:38 +08:00
negativeExponent
9340ba6e88 Audio, video, input are now working
TODO:
- sram to libretro api access
- main ram to liretro api access
- memory-base save states
2020-10-09 08:51:38 +08:00
negativeExponent
e297ab4613 Initial libretro port 2020-10-09 08:51:37 +08:00