Commit Graph

  • ba92b72600
    Adding Retrostone port. gameblabla 2019-04-10 18:23:25 +0200
  • c6bb7035c8
    Fixes compile issue. Oops gameblabla 2019-04-08 19:08:34 +0200
  • 78ba08f369
    Improved ALSA code. Should be less finicky. gameblabla 2019-04-08 19:05:01 +0200
  • c50c12238c
    Add PAP Gameta II port. gameblabla 2019-03-25 02:17:39 +0100
  • fba7202072
    Forgot ; from function. gameblabla 2019-03-25 02:02:21 +0100
  • 78a3d9aa95
    Add scalers for PAP Gameta II. gameblabla 2019-03-25 01:54:31 +0100
  • a2a56aa729
    Fixed PAP K3S port on Game Gear games when pressing start. (forgot to fix this, oh well) gameblabla 2019-03-25 01:50:12 +0100
  • 3a1968635c
    Fix an issue with the font drawing code where the width was hardcoded. Fixed this so it makes use of the HOST defines. gameblabla 2019-03-22 09:35:56 +0100
  • ab85700fbe
    Fixes a mistake in the ports where it would load SMS games as the last platform you played. (Game Gear in particular) Since it also save the console you last played, then it should set it back to 0 as intended. gameblabla 2019-03-22 09:34:45 +0100
  • 7b307cce26
    Change the Scale2 code a bit as to make use of 16-bits pointers instead of 8-bits pointers. This should greatly improve the speed on devices like the RS-97 and GCW0. gameblabla 2019-03-22 08:38:02 +0100
  • 8bb36e2c57
    Update Broken games's list. gameblabla 2019-03-20 07:38:07 +0100
  • c0177e7983
    This would (sometimes) introduce subtle issues in the IPK package. gameblabla 2019-03-16 11:30:28 +0100
  • f15c03efd0
    Fix Start bug issue on Sega Game Gear games. gameblabla 2019-03-16 11:21:34 +0100
  • 18f69af543
    Add TODO list (Not related to compatibility/core) gameblabla 2019-03-15 23:36:15 +0100
  • 70958991ea
    Add lists of broken games on SMS Plus GX. (and some other ones to check) gameblabla 2019-03-15 23:35:48 +0100
  • 75d9cc96f7
    Update Makefiles accordingly. gameblabla 2019-03-15 20:58:09 +0100
  • 9fad280dca
    Update the sound output code. Minor fixes, mostly to allow the sound volume to be toggeable from the menu. (via the config structure) gameblabla 2019-03-15 20:55:01 +0100
  • 3d5d2db30c
    Update the ports specific code. This includes : - Improved FBDEV code. - Allow saving of config file. - Minor fixes. - Change text drawing routines to smaller ones on the RS-97, SDL and FBDEV ports. - Allow setting the sound volume. (some ports for now only) gameblabla 2019-03-15 20:53:18 +0100
  • cf3e55eb2d
    Fix minor issues in vdp code. gameblabla 2019-03-15 20:52:49 +0100
  • c37584f728
    Fixes save states issues for good. gameblabla 2019-03-15 20:52:29 +0100
  • b0de1e24d3
    Minor fixes to headers. gameblabla 2019-03-15 20:48:40 +0100
  • 4414acd4fe
    Set brightness to its highest level for Master System. Also minor fixes. gameblabla 2019-03-15 20:47:55 +0100
  • 0e773b6f30
    Fix more clang warnings in files. gameblabla 2019-03-15 20:46:57 +0100
  • 0e0373185f
    Fix clang warnings in text/fb gameblabla 2019-03-15 20:46:23 +0100
  • ebbde23f34
    Slight modifications to miniz to avoid warnings and errors. Also makes clang slightly happier. gameblabla 2019-03-15 20:45:33 +0100
  • a726922722
    Whitespacing that shit in loadrom.c gameblabla 2019-03-15 20:03:10 +0100
  • 18cdc00e0d
    Fix missing .col extension for package file. This should allow Colecovision roms to be selected from the menu. gameblabla 2019-03-15 20:01:15 +0100
  • 0fdb3e3424
    *facepalm* Made a mistake in fread. That was the cause of our headaches in save states. gameblabla 2019-03-14 22:11:17 +0100
  • 71168d94e5
    Remove SDL headers from scale2x. (it is platform agnostic) gameblabla 2019-03-14 03:24:37 +0100
  • 11ee7bcf20
    Add soundlevel to config.h and removing useless variables from it. gameblabla 2019-03-14 03:24:01 +0100
  • 35fef879c0
    Add Text code taken from n2DLib for FBDev. gameblabla 2019-03-14 03:23:19 +0100
  • 36895b5b88
    Move Generic scaler code to scalers/ folder. gameblabla 2019-03-14 03:22:57 +0100
  • fbdabaa895
    Removing "Generic" folder, we will be moving them to another location. This was done because the FBdev code required different code paths for text drawing. gameblabla 2019-03-14 03:22:08 +0100
  • 14b3e6f24b
    Updates the other ports to account for an upcoming commit related to soundlevel. gameblabla 2019-03-14 03:14:48 +0100
  • cca26bd419
    Avoid using fputc and prefer just using fwrite instead. gameblabla 2019-03-14 03:07:34 +0100
  • 5fad968049
    No more Clang bitching in VDP.c. gameblabla 2019-03-14 03:06:48 +0100
  • e3156e37ce
    Add FBDev/evdev port for Embedded linux platforms. gameblabla 2019-03-14 03:00:19 +0100
  • 2ba43256b4
    Allow NoZIP builds to be built. Saves around ~20Kb. gameblabla 2019-03-14 02:47:05 +0100
  • 2f2892b0f3
    Using Miniz instead of Zlib for zip archives. gameblabla 2019-03-14 02:46:23 +0100
  • c624e175f1
    This should fix the other PAL specific issues with Fantastic Dizzy. To be fair i'm not even sure 267 is correct but there's no glitches with Dizzy with that value. gameblabla 2019-03-14 02:43:24 +0100
  • 1daf0d8dd9
    Update the RS-97 & Arcade Mini ports. gameblabla 2019-03-13 04:15:21 +0100
  • f1d1e42a47
    Fix invalid state.c file. gameblabla 2019-03-13 04:14:46 +0100
  • 56145dbfce
    Also update the other makefiles. gameblabla 2019-03-13 04:13:53 +0100
  • 880c0b7971
    Add Makefile for the Ritmix RZX-50. gameblabla 2019-03-13 04:12:18 +0100
  • bd31da5145
    Update the ports, delete bittboy specific code. gameblabla 2019-03-13 02:46:39 +0100
  • 818c4ed965
    Update Makefiles, they should look similar now except for specific changes according to the arch & platform of course. gameblabla 2019-03-13 02:45:25 +0100
  • 66746c951b
    Add Scale2x files. gameblabla 2019-03-13 02:11:38 +0100
  • 8f5b90b1b9
    Uuuuugggh, i swear this is driving me insane. gameblabla 2019-03-13 02:11:04 +0100
  • 6f84b7fa5c
    Partially reverting old commit "Removing CrabEmuZ80" gameblabla 2019-03-13 01:48:28 +0100
  • 5431940365
    Fixed PAL specific regressions with overscan. gameblabla 2019-03-11 23:53:32 +0100
  • 4b30b6fd32
    Fixes for Gauntley display issues. gameblabla 2019-03-11 14:53:43 +0100
  • ff1201902b
    Set VDP Register 1 to 0xE0 after multiple testing. gameblabla 2019-03-09 10:28:21 +0100
  • 02a6e57e4e
    Removing extra externs for CrabEmu's PSG core. gameblabla 2019-03-09 05:19:36 +0100
  • 7a7c833972
    Uncommenting stuff for CrabEmu's PSG emulator. gameblabla 2019-03-09 05:18:15 +0100
  • cf55589e88
    Nope, it should definitetly be like that. gameblabla 2019-03-09 03:48:12 +0100
  • bcccf6abb9
    Add support for unmodified Sonic's Edusoft rom dump without requiring a copy of the SMS BIOS. It's kind of a hack right now until the proper behaviour is figured out. No known SMS emulator (not even MEKA-git nor Genesis Plus GX as of now) implements this corner-case as far as i know. gameblabla 2019-03-09 03:17:44 +0100
  • 7be0fe6fce
    Update Documentations, TODO and README gameblabla 2019-03-08 12:32:52 +0100
  • 2474ca1cec
    Sample size for Portaudio should not be set to 0... gameblabla 2019-03-08 01:34:28 +0100
  • 9e994187ad
    Update RS-97's Makefile for addressing performance issues (including hack) We should be good now. gameblabla 2019-03-08 01:31:22 +0100
  • e5130e5e9a
    Minor fixes for sound output code. gameblabla 2019-03-08 01:30:09 +0100
  • 9d0b849937
    Use defines for pop/push/wm16/rm16/add16/adc_hl/sbc_hl due to problematic issues with PAIRs. gameblabla 2019-03-08 01:28:23 +0100
  • 4446c28c8f
    Update SDL port. Should be good now, hopefully. gameblabla 2019-03-08 01:27:34 +0100
  • e743d58453
    Update RS-97 code. Triple buffering does not set VSYNC it seems so disabling define. Also fix some minor issues. gameblabla 2019-03-08 01:27:00 +0100
  • 301b10e2a6
    Fixes Colecovision issues, also add support for keypad. (partial support for Consoles) gameblabla 2019-03-07 20:36:23 +0100
  • a4e59726a0
    Fixes an oversight in ALSA's code. gameblabla 2019-03-07 20:30:48 +0100
  • 7b738d83b2
    Fixes issue with sdl_write_buffer return. gameblabla 2019-03-07 20:30:07 +0100
  • 1110f1bbd5
    Fixes Colecovision support and loading SMS bios. gameblabla 2019-03-07 19:32:17 +0100
  • 97d473b8d9
    Update RS-97 Makefile for better (potential) speed (and removing useless define). gameblabla 2019-03-07 19:25:29 +0100
  • 95075a712f
    Fixes RS-97 port. Unforunately i had introduced issues without actually trying those. It is fixed now. gameblabla 2019-03-07 19:24:34 +0100
  • bc8eedf89f
    Fix issue with packaging code for RetroFW. gameblabla 2019-03-07 19:09:07 +0100
  • 9bbdc89dfc
    Add Makefiles for GCW0 and the New bittboy. gameblabla 2019-03-07 19:08:20 +0100
  • b9f02b127f
    Removing CrabZ80's core. (it was never working and i doubt it would be accurate anyway.) gameblabla 2019-03-07 19:03:53 +0100
  • e2cbd65a2a
    Removing Crypt related code from the ZIP code (it was never used and shouldn't be used since it can be easily cracked, making it useless) and fixing some minor issues. gameblabla 2019-03-07 19:02:59 +0100
  • d7f21a228d
    Fixes minor issues in the platform-agnostic code. gameblabla 2019-03-07 19:02:29 +0100
  • a4f685c6e5
    Fixes minor issues in the sound code. gameblabla 2019-03-07 19:02:05 +0100
  • 971624da7a
    Fixes minor issues in MAXIM's PSG code. gameblabla 2019-03-07 19:01:48 +0100
  • 8c5671ca66
    Fixes minor issues in Crabemu's code. gameblabla 2019-03-07 19:01:29 +0100
  • 90d5f94d90
    Switch from Doubles to floats (should make it faster on embedded hardware) and fixes code issues reported by Clang/GCC. gameblabla 2019-03-07 19:00:34 +0100
  • 9f9c23e599
    Update Sound ouput code. gameblabla 2019-03-07 18:59:47 +0100
  • ceff32140c
    Update the ports's specific code. gameblabla 2019-03-07 18:59:04 +0100
  • 0c18d2d915
    Update EightyOne's core code. gameblabla 2019-03-07 18:58:11 +0100
  • cc098ce026
    Switch Z80's core to MAME's z80 version of it. gameblabla 2019-03-07 18:55:36 +0100
  • dd9ca3804a
    Disable Triple & Double buffering for the RS-97. gameblabla 2019-02-19 18:28:52 +0100
  • 8a9c66e9bf
    Bunch of fixes gameblabla 2019-02-19 10:38:00 +0100
  • 6f48b291ff
    Fixing OSS sound code and fixing Z80's CPU core for undefined references. gameblabla 2019-02-19 08:14:28 +0100
  • b5b274ffac
    Huge update to SMS_Plus GX gameblabla 2019-02-19 07:06:06 +0100
  • 71261fabef
    RS-97 : Refined port. Added IPK files to gitignore file. Also editing contributors files to include info on the proprietary z80 core (it's still inside and in use by the RS-97 port) gameblabla 2019-02-07 06:40:23 +0100
  • f713384574
    PAP K3S, Bittboy changes gameblabla 2019-02-02 10:02:11 +0100
  • 7a2b7ba3d9
    Bringing back the proprietary Z80 interpreter. Eighty one is still available but it can't run some games like Dizzy and some SG-1000 games gameblabla 2018-12-07 12:49:12 +0100
  • aac90ffd91
    Arcade Mini port, RS-97 refinements gameblabla 2018-10-19 13:42:32 -0400
  • a5a515da4d
    Arcade Mini port, fixed some bugs, boosted audio volume gameblabla 2018-10-12 03:08:32 -0400
  • 2f062b4810
    The buttons were swapped, reswap it again gameblabla 2018-09-07 17:07:26 -0400
  • e414a1c1d5
    Fix ZIP support gameblabla 2018-08-12 19:39:26 -0400
  • 80aefb9456
    Fixes support for 4MB Roms (Bad Apple now works). Switched some more variables to c99 datatypes. I've also added Bad Apple to the ROM database as it requires PAL timings gameblabla 2018-08-12 07:37:45 -0400
  • 7b0fc18b6d
    Rebasing around SMSPlusGX, switched to new sound cores (from CrabEmu), much improved sound playback gameblabla 2018-08-11 23:46:21 -0400
  • eb56541255
    Fixes speed/framerate issues after going back to game gameblabla 2018-08-03 11:20:03 -0400
  • 1f4280baf7
    Add scaler from Dingux SMS_SDL rzx, fix some other issues gameblabla 2018-08-01 10:20:41 -0400
  • 77829902a0
    Update RS97 specific code gameblabla 2018-07-21 22:17:59 -0400
  • 5d7d0765e1
    First commit gameblabla 2018-07-20 00:55:10 -0400