Commit Graph

  • 28775cc3aa [Core/SCD] ---------- * added Mega CD / Sega CD hardware emulation (incl. Sub 68K, CDD, CDC, PCM, GFX rotation/scaling, etc) * added .ISO & .BIN CD image file support * added 512K backup cartridge RAM support * added savestate support for CD games EkeEke 2012-07-05 21:22:12 +02:00
  • f502dd48c7 compatibility fixes for libogc 1.8.11 ekeeke31 2012-05-03 11:28:20 +00:00
  • 3f0547776b -fixed configured overlay setting not being applied on first start -added left/right as page up/down keys in ROM browsers ekeeke31 2012-05-02 18:40:38 +00:00
  • 6743bac508 [SMS/GG] fixed uninitialized memory writes bug (fixes games accidentally writing to ROM area) ekeeke31 2012-04-12 22:05:07 +00:00
  • fcfd294d84 [gamecube] finally ok ? ^^ ekeeke31 2012-04-11 23:29:05 +00:00
  • befc2b8f0a [gamecube] better implementation of progressive mode user switch ? ekeeke31 2012-04-10 19:03:32 +00:00
  • bbdea720d3 bugfixes from previous changes ekeeke31 2012-04-09 13:35:45 +00:00
  • 659c46f083 [gamecube] proper fix for previous issue, disclaimer is also now displayed with configured video mode [gamecube/wii] disabled disclaimer screen if auto-played ROM has been loaded ekeeke31 2012-04-09 09:28:39 +00:00
  • 2dd6e86c1c [gamecube] fixed progressive video mode setting not being properly restored on startup ekeeke31 2012-04-09 09:09:59 +00:00
  • 868f14dc44 . adjusted synchronization between PSG & FM cores (better avoid generating additional samples) ekeeke31 2012-04-08 17:54:02 +00:00
  • 39dc73d406 . improved PSG core runtime accuracy . improved PSG & FM cores synchronization at the end of frame ekeeke31 2012-04-07 17:15:38 +00:00
  • 18a04500bc . code formatting ekeeke31 2012-04-07 17:13:52 +00:00
  • 9f6c9b83aa . modified ASNDLIB handling . added support for configurable menu key combo on gamecube controllers, also C-Stick is now always used by default as additional menu key. .[wii] forced wiimote & classical controllers HOME button( port #1 only) as default menu keys, even when not configured as input devices .[gamecube] added switchable progressive video mode when component cable is detected (hold B on startup to switch mode, default is 480p). ekeeke31 2012-04-07 16:44:38 +00:00
  • d042eebd83 [SMS] fixed number of pages for ROM sizes which are not a factor of page size ekeeke31 2012-04-05 21:26:06 +00:00
  • c294796fdc [win32] minor fixes ekeeke31 2012-04-05 21:18:00 +00:00
  • 936bb81bc0 [SMS] added proper support for new released dump Nemesis ekeeke31 2012-03-31 11:05:38 +00:00
  • 85119edc2d .added support for yet unreleased korean games from SMS Power .(re)enabled external RAM by default for 32k ROM ekeeke31 2012-03-10 20:32:16 +00:00
  • c33273fa02 .fixed VDP register reset state on SG-1000 .improved SG-1000 default memory mapping .added support for SG-1000 RAM extension adapters (both types) and recent SMS Power dumps using them ekeeke31 2012-03-10 19:57:19 +00:00
  • e47ffcad81 fixed PICO ROM loading and region detection ekeeke31 2012-02-28 22:22:07 +00:00
  • 3e8897d331 reverted IOS patch (became useless with HBC 1.1.0 release) ekeeke31 2012-02-28 21:10:56 +00:00
  • 2708e69f79 [SMS] added support for last SMS Power! dumps (Janggun-ui Adeul / Street Hero) ekeeke31 2012-02-24 17:38:52 +00:00
  • 3dee74358e .improved scaling when 16:9 correction is enabled ekeeke31 2012-02-12 21:15:09 +00:00
  • 38dcd29a66 added CUSTOM_BLITTER define, no need for NGC specific rendering code inside core anymore ekeeke31 2012-02-05 19:37:20 +00:00
  • a45cf8861f portability fix for Linux build ekeeke31 2012-02-05 17:43:16 +00:00
  • 0beaccaea9 -added CHEATS_UPDATE macro definition (required by last commit) -removed unused soundbuffer for all platforms -renamed osd_input_Update to osd_input_update ekeeke31 2012-02-05 17:10:16 +00:00
  • 83d4312e3c added random RAM pattern initialization on Mark-III & Japanese Master System (fixes "Alibaba and 40 Thieves" & "Block Hole") ekeeke31 2012-02-05 17:00:50 +00:00
  • cca17c642f fixed pixels input & output for NTSC filters ekeeke31 2012-02-01 22:55:42 +00:00
  • 67bed12429 added RGB555 pixel output support to NTSC filters ekeeke31 2012-02-01 00:37:11 +00:00
  • aae753a9e7 removed useless HW_DOL define ekeeke31 2012-02-01 00:28:34 +00:00
  • cab4ecba99 [Wii/Gamecube] * added an option to set VDP mode (PAL/NTSC) independently from console region. * added an option to select console master clock frequency (PAL/NTSC/AUTO): emulation now run at selected frequency when VSYNC is disabled. * added an option to force VSYNC disabled. * improved screen scaling. ekeeke31 2012-01-31 22:50:54 +00:00
  • 96452ac75b -added support for 4-Pak All Action (SMS), thanks to Omar Cornut for mapper reverse-engineering ekeeke31 2012-01-23 21:24:24 +00:00
  • d0ca4f7a06 added more restrictive EEPROM-based games database ekeeke31 2012-01-17 21:35:51 +00:00
  • 85f745b5ef faster scrolling using L/R or +/- buttons in ROM browsers ekeeke31 2012-01-17 21:34:30 +00:00
  • e808eaf9fa added ISP register to savestate: fixes savestate for games running in User mode ekeeke31 2012-01-16 21:09:55 +00:00
  • 09c02fd693 fixed C89 remaining incompatibilities + various code cleanup ekeeke31 2012-01-15 19:59:13 +00:00
  • 238382d8a8 optimized sound chips update functions ekeeke31 2012-01-15 19:57:59 +00:00
  • 873870b4a1 optimized 68k core using prebuild const tables ekeeke31 2012-01-15 19:56:30 +00:00
  • b051d03f86 BIOS support (continued) ekeeke31 2012-01-15 19:55:22 +00:00
  • 892abc8589 fixed default manual scaling for Master System ekeeke31 2012-01-15 19:54:19 +00:00
  • a77ee50ecd - moved savestate compression/decompression out of emulator core (continuing) ekeeke31 2012-01-15 19:53:25 +00:00
  • d66d747d98 - annual code cleanup ;-) - added port $3E emulation (SMS, GG) - added SMS & GG BIOS support - added an option to run BIOS without cartridge - added separate ROM browsers for SG-1000, Master System, Game Gear & Mega Drive / Genesis - changed Cheat menu icon - moved ROM device selection (SD,USB,DVD) to menu options - moved savestate compression/decompression out of emulator core - removed useless background images & background color option - prevented deletion of cheat files when no valid codes are found left - added IOS patch on startup to fix Homebrew Channel network bug when <no_ios_reload> option is used ekeeke31 2012-01-15 19:51:27 +00:00
  • 05d375533a Removed long int use for portability on 64-bit platforms ekeeke31 2011-09-25 10:21:44 +00:00
  • 3fdf086bad Fixed 32-bit integer type definition for portability on 64-bit platforms ekeeke31 2011-09-25 10:06:55 +00:00
  • e8d4ed6d17 added support for some korean games recently dumped by SMS Power (Super Boy 3, Knightmare II - The Maze of Galious) ekeeke31 2011-09-25 10:05:08 +00:00
  • e0c88d2fb0 [Core/VDP] -added support for nametable registers writes during HBLANK: fixes The Adventures of Batman & Robin (graphical issues during 2nd Boss fight) -added support for VSRAM writes during HBLANK in 2-cell VSCROLL mode: fixes The Adventures of Batman & Robin (graphical issues during 2nd Boss fight) ekeeke31 2011-08-15 15:37:13 +00:00
  • 9b0d4d6a9c .improved emulation of 32k bankswitch hardware used by a few unlicensed games .added support for a few recently dumped unlicensed games ekeeke31 2011-08-15 15:29:28 +00:00
  • 177779d0bc ekeeke31 2011-08-07 19:04:41 +00:00
  • 94f83cb9d5 Removed ROM injection utility (deprecated) ekeeke31 2011-08-07 18:14:41 +00:00
  • c07e7ae644 -removed unused files ekeeke31 2011-08-07 18:10:19 +00:00
  • 62f1204476 ---------------------- Genesis Plus GX 1.6.0 ---------------------- ekeeke31 2011-08-07 17:49:46 +00:00
  • 651e91ece6 Reverted to r598 ekeeke31 2011-07-13 22:49:52 +00:00
  • 7924f83b3d Deleted public repository ekeeke31 2011-07-13 11:44:38 +00:00
  • 714e55aa06 improved gun cursor positioning ekeeke31 2011-06-30 12:30:13 +00:00
  • 6ebfda53d5 fixed SRAM initialization bug (introduced in r582) ekeeke31 2011-05-30 19:36:18 +00:00
  • 4a39669a8d improved Sega Mouse emulation (fixes Cannon Fodder mouse support) ekeeke31 2011-05-01 11:43:33 +00:00
  • 57c5d89380 amplified YM2413 default output by 2 ekeeke31 2011-04-30 15:23:45 +00:00
  • b088d33ce0 type changing for portability ekeeke31 2011-04-30 15:22:45 +00:00
  • e46c46e2ff fixed YM2413 option not always being correctly displayed ekeeke31 2011-04-30 13:00:25 +00:00
  • b0999e0be3 .fixed PSG Noise Boost on init .minor optimizations to SN76489 core ekeeke31 2011-04-30 12:58:14 +00:00
  • 8af85558d0 .fixed YM2413 context restore when changing options .added YM2413 context to Master System savestates .removed support for older savestates format (1.3.x, 1.4.x), use 1.5.0 to convert old savestates to new (1.5.x) format ekeeke31 2011-04-30 12:56:01 +00:00
  • d0eab7d8d9 added YM2413 emulation in Master System compatibility mode ekeeke31 2011-04-29 13:24:33 +00:00
  • b6bc325353 modified SRAM/ROM mapper default behavior (not 100% correct but at least this prevents Sonic Megamix from crashing because of wrong coding while remaining compatible with games actually using the mapper) ekeeke31 2011-04-28 18:54:39 +00:00
  • a834e63ce4 adjusted PAL framerate ekeeke31 2011-04-28 18:17:57 +00:00
  • 751e922638 added missing stuff about framerate reinitialization in r580 ekeeke31 2011-04-28 00:23:24 +00:00
  • 7cd0eb4a4b improved HINT accuracy in Master System Compatibility mode. ekeeke31 2011-04-28 00:13:23 +00:00
  • ea8228be66 . disabled SRAM on power on when ROM & SRAM are sharing same memory area ekeeke31 2011-04-28 00:12:30 +00:00
  • 03f154f7af . added Game Toshokan in EEPROM database (verified on real cartridge) . fixed EEPROM size for Micro Machines 2 - Turbo Tournament (verified on real cartridge) ekeeke31 2011-04-28 00:11:22 +00:00
  • f9beafa96c .fixed ROM file extension detection (again) .improved audio/video synchronization for PAL games in 50Hz TV modes (now use VSYNC like NTSC games in 60hz modes) ekeeke31 2011-04-28 00:09:40 +00:00
  • 8ef3139f9e fixed ROM file extension detection ekeeke31 2011-04-08 12:07:20 +00:00
  • cf7332859c fixed broken OS ROM support ekeeke31 2011-04-08 12:04:31 +00:00
  • cb7990cc3f removed unused files ekeeke31 2011-03-31 22:13:52 +00:00
  • ab4638144c [Core/VDP] --------------- * added support for Master System compatibility mode (Z80 ports access mode), incl. Mode 5 rendering. * added Mode 4 rendering for both Genesis & Master System modes. * added alternate BG planes rendering functions (should be faster on PPC architectures). ekeeke31 2011-03-31 22:11:05 +00:00
  • f34b8d4557 * added support for Top Shooter (custom arcade board using modified Genesis hardware) * added emulation of a few additional unlicensed game copy protections (fixes 777 Casino crashing randomly) (NB: it appears that most of those unlicensed games were already patched by ROM dumpers, emulating copy protection hardware only for documentation) ekeeke31 2011-02-23 19:25:39 +00:00
  • 03c3f9c135 improved input controller detection on menu exit ekeeke31 2011-02-23 19:19:48 +00:00
  • 5567576861 fixed cheat codes handling when multiple codes affect identical ROM address ekeeke31 2011-02-23 19:17:21 +00:00
  • ef8efa2c10 improved savestate stability & compatibility ekeeke31 2011-02-23 19:14:55 +00:00
  • 4f7bfcb0c9 updated win32 changelog (1.4.1) ekeeke31 2010-12-04 17:56:23 +00:00
  • 7980664ba7 ekeeke31 2010-12-04 17:29:03 +00:00
  • 35b1a164bd Finalize 1.4.1 ekeeke31 2010-12-04 17:18:34 +00:00
  • 14f79ab792 Updated Win32 porting code ekeeke31 2010-12-04 17:16:55 +00:00
  • 24e84a7951 [Gamecube specific] --------------- * fixed audio input frequency, now use exact audio hardware samplerate, as measured on my Game Cube (~48044 Hz), ekeeke31 2010-12-04 17:16:32 +00:00
  • 39920979d2 [Gamecube/Wii] --------------- * added message box when inputs config uses disconnected controllers. * added message box when settings are reseted to default on startup. * fixed default inputs configuration. * fixed memory leak in Cheat Menu causing spurious resets. * added an option to enable/disable automatic cheat activation * increased max number of cheat codes * optimized cheat codes requiring RAM patching. * improved default horizontal scaling to better match output from a real Mega Drive ekeeke31 2010-12-04 17:15:36 +00:00
  • a4cfc2a77a [Core/VDP] --------------- * improved VBLANK flag accuracy, as observed on real hardware. * improved DMA operations accuracy, writes are now performed on a scanline basis: fixes Gaiares (flickering title screen). * improved DMA Fill timing accuracy. * fixed DMA with bad code values: fixes Williams Arcade Classics (corrupted gfx after soft reset). * fixed horizontal resolution changes during HBLANK: fixes Bugs Bunny in Double Trouble (2nd stage). * fixed Vertical Counter in interlace mode 1, as observed on real hardware. * fixed horizontal border width, as observed on real hardware. * various code improvments & optimizations. ekeeke31 2010-12-04 17:13:55 +00:00
  • edf479a257 masked interrupts during float operations ekeeke31 2010-12-04 17:11:13 +00:00
  • 9e1c7d6ce8 fixed config.ini being always reinitialized ekeeke31 2010-11-02 12:22:23 +00:00
  • d3116defa7 Bump up version 1.4.0 ekeeke31 2010-11-01 18:19:46 +00:00
  • c8014f5b4d modified legal disclaimer ekeeke31 2010-11-01 18:14:45 +00:00
  • d14026a6fe -redesigned cheats manager menu, added Action Replay codes support -added libiso9660 support -improved ROM browser and history -fixed missing MODE button support on Game Cube controller ekeeke31 2010-11-01 18:13:17 +00:00
  • e0aa2d00c8 .added PRO Action Replay hardware emulation ekeeke31 2010-11-01 18:08:24 +00:00
  • 39eaa853be .fixed gamepad initial state (Gouketsuji Ichizoku / Power Instinct, Samurai Spirits / Samurai Shodown) .improved gamepad emulation accuracy ekeeke31 2010-11-01 18:05:14 +00:00
  • 63617bf5a1 fixed VDP width change during active display (Golden Axe 3 intro) ekeeke31 2010-11-01 18:03:41 +00:00
  • 032bd764ab changed default SVP clock speed ekeeke31 2010-11-01 18:01:51 +00:00
  • 31d476948b improved YM2612 DAC/accumulator accuracy ekeeke31 2010-11-01 18:00:43 +00:00
  • 7d04780880 disabled interrupt during YM2612 table initialization to prevent pow() function returning wrong values: fixes random sound issues on game startup ekeeke31 2010-09-16 11:36:09 +00:00
  • 28d112c03d updated changelog ekeeke31 2010-08-27 07:45:23 +00:00
  • f7ccaffa9f .added support for Pocket Monsters II ROM banking protection .improved emulation of copy protection hardware used in some unlicensed games (now bypass all checks in Mulan & Pocket Monsters II) ekeeke31 2010-08-27 07:41:10 +00:00
  • 9db9a8056f .added support for Mulan ROM banking protection ekeeke31 2010-08-26 23:54:43 +00:00
  • fd53f3f568 .prevented TMSS register access when TMSS/BIOS is disabled (fixes some unlicensed game developed with Tomsoft Studio SEGA Kit) .added random starting cycle value for 68k/Z80 ekeeke31 2010-08-26 22:31:52 +00:00
  • c2d54eb63a Added missing files ekeeke31 2010-08-24 12:52:46 +00:00
  • b8506f31b7 .implemented new SN76489 core, using Blargg's blip linear implementation .improved sound chips input clock precision (float->double) ekeeke31 2010-08-24 12:48:40 +00:00