EkeEke
|
d8ebe96491
|
[Core/VDP] fixed Mode 4 sprite Y wrapping in various screen height modes (fixes VDP Test ROM / Fantastic Dizzy)
|
2016-05-08 17:09:31 +02:00 |
|
EkeEke
|
a0f161ed2d
|
[Core/CD] fixed bootable cartridge (mode-1) corrupting loaded CD BIOS
|
2016-05-03 17:19:26 +02:00 |
|
EkeEke
|
9365ac2b55
|
[Core/VDP] improved VDP status timing accuracy
|
2016-05-01 20:21:45 +02:00 |
|
EkeEke
|
381a9d114f
|
[Core/VDP] fixed issues caused by screen width change during active display (Golden Axe 3 intro, Ultraverse Prime)
|
2016-05-01 20:10:37 +02:00 |
|
EkeEke
|
79570c7d4e
|
[Core/Misc] fixed code formatting
|
2016-05-01 20:04:40 +02:00 |
|
EkeEke
|
c6b62fcec7
|
[Core/MD] enable official bank-switching mapper by default (fixes Sonic VR hack)
|
2016-04-30 20:09:03 +02:00 |
|
EkeEke
|
6c9b42f768
|
[Core/VDP] fixed Master System II extended video modes sprite parsing (fixes Mega Man 2 demo)
|
2016-04-10 17:06:22 +02:00 |
|
EkeEke
|
862e44f098
|
[Core/MS] fixed 4MB ROM support
|
2016-03-30 17:35:00 +02:00 |
|
EkeEke
|
23e8ff387e
|
[Core/IO] fixed 4 Way-Play adapter compatibility mode
|
2016-03-20 19:28:48 +01:00 |
|
EkeEke
|
f49980abed
|
[Core/VDP] fixed spurious 8K-16K VRAM switching when reloading SG-1000 context + minor optimizations
|
2016-02-28 22:42:19 +01:00 |
|
EkeEke
|
b1eb0641c6
|
[Core/MD] Correct fix (ROM type field is actually not part of product code)
|
2016-02-07 17:01:39 +01:00 |
|
EkeEke
|
bb3feb43c2
|
[Core/MD] fixed incorrect I2C EEPROM board detection for SRAM-patched hacks (Wonder Boy in Monster World, Megaman - The Willy Wars / Rockman Mega World)
|
2016-02-07 16:41:54 +01:00 |
|
EkeEke
|
2749f1dec0
|
[Core/IO] added TH pin direction switching latency emulation (verified on real hardware), fixes control issues in Decap Attack
|
2016-01-17 17:17:28 +01:00 |
|
EkeEke
|
0b27a42d2f
|
[Core/MD] added compiler configurable max ROM size
|
2015-12-15 23:25:06 +01:00 |
|
EkeEke
|
8a5cce4e8d
|
[Core/MD] fixed large ROM (> 8MB) loading accidentally enabling CD hardware emulation
|
2015-12-15 22:52:17 +01:00 |
|
EkeEke
|
c18e5d9825
|
[Core/misc] code cleanup (continued)
|
2015-10-19 18:48:26 +02:00 |
|
EkeEke
|
be2ea378bc
|
[Core/MD] improved I2C EEPROM boards emulation
|
2015-10-17 19:25:21 +02:00 |
|
EkeEke
|
1cf6882bb2
|
[Core/IO] improved control pad emulation (verified on real hardware)
|
2015-10-17 19:24:01 +02:00 |
|
EkeEke
|
406ee5e6bc
|
[Core/Misc] code cleanup
|
2015-10-17 19:12:32 +02:00 |
|
Francisco José García García
|
9231103344
|
Add 15bpp ABGR format
|
2015-08-30 01:38:58 +02:00 |
|
Francisco José García García
|
0db5c0da94
|
arm-vita-eabi-gcc complains about int / ogg_int32_t
|
2015-08-30 01:38:58 +02:00 |
|
EkeEke
|
f9e74075ad
|
[Core/CD] fixed AUDIO tracks length calculation when using separated files (WAV/OGG/BIN) with INDEX pause defined in CUE file
|
2015-08-26 23:52:19 +02:00 |
|
EkeEke
|
e0351dbf61
|
[Core/CD] minor changes to CDD status codes
|
2015-08-26 23:33:20 +02:00 |
|
EkeEke
|
9476daf1e9
|
[Core/IO] improved XE-1AP controller emulation
|
2015-08-26 23:32:25 +02:00 |
|
EkeEke
|
00b0cc6d71
|
[Core/MD] fixed regression introduced with first version of SF-001 mapper
|
2015-08-26 23:31:03 +02:00 |
|
EkeEke
|
e8b72612b4
|
[Core/VDP] confirmed register $0A default state on reset
|
2015-08-26 23:29:43 +02:00 |
|
EkeEke
|
3878cda3cf
|
[Core/MD] added support for Chaoji Puke / Super Poker dump
|
2015-07-09 23:52:34 +02:00 |
|
EkeEke
|
e347ef2713
|
[Core/CD] minor optimization
|
2015-07-09 23:49:41 +02:00 |
|
EkeEke
|
ba2d0dec0e
|
[Core/CD] forced DATA track minimal length (fixes BIOS refusing to boot small homebrew demos)
|
2015-07-09 23:48:30 +02:00 |
|
EkeEke
|
add8607cbf
|
[Core/CD] modified CDD "no disc" status code (fixes boot sequence loading time when no disc is loaded)
|
2015-07-09 23:40:09 +02:00 |
|
EkeEke
|
bbdb551faf
|
[Core/CD] improved PCM chip & Gate-Array area mirroring
|
2015-05-31 20:39:53 +02:00 |
|
EkeEke
|
304219da58
|
[Core/CD] improved CDC emulation (fixes random freezes during Jeopardy & ESPN Sunday Night NFL intro)
|
2015-05-31 18:57:21 +02:00 |
|
EkeEke
|
a07f7a3d24
|
[Core/CD] added CD-AUDIO & CD+G support
|
2015-05-31 18:21:35 +02:00 |
|
EkeEke
|
1ee664873e
|
[Core/CD] fixed OGG file seeking when using with CUE file
|
2015-05-08 15:53:27 +02:00 |
|
EkeEke
|
31885e7206
|
[Core/MD] added support for Tom Clown (Realtec/Unlicensed)
|
2015-04-29 01:20:29 +02:00 |
|
EkeEke
|
6e3c186c46
|
[Core/MD] fixed Game Genie / Pro Action Replay lock-on support when Mega CD hardware is enabled
|
2015-04-29 01:14:57 +02:00 |
|
EkeEke
|
7b3bb615f6
|
[Core/VDP] optimized tile caching
|
2015-04-29 01:12:26 +02:00 |
|
EkeEke
|
d57d03e222
|
[Core/MCD] added support for external VORBIS library
|
2015-04-26 21:54:22 +02:00 |
|
EkeEke
|
935a1f68dc
|
[Core/MCD] improved ROM file extension renaming to .iso for games with CD support
|
2015-04-26 18:27:02 +02:00 |
|
EkeEke
|
4a41e0cca7
|
[Core/MCD] fixed PRG-RAM access from MAIN-CPU side on system reset
|
2015-04-26 18:25:21 +02:00 |
|
EkeEke
|
72ddc6e985
|
[Core/MS] added support for new SMS Power dump Jang Pung II (KR)
|
2015-03-25 00:54:55 +01:00 |
|
EkeEke
|
d2c03aadd9
|
[Core/GG] fixed mirrored access to I/O control register (G-LOC Air Battle)
|
2015-03-24 23:59:31 +01:00 |
|
EkeEke
|
51b4472d91
|
[Core/VDP] fixed FIFO emulation for 32-bit (longwords) access to VDP (Sonic Spinball)
|
2015-03-15 22:47:45 +01:00 |
|
EkeEke
|
341f093fb1
|
[Core/MD] fixed SRAM support in Triple Play 96 & Triple Play - Gold Edition
|
2015-03-02 21:44:15 +01:00 |
|
EkeEke
|
5a3d4655ba
|
[Core/SCD] improved emulation accuracy of mirrored memory areas
|
2015-02-08 13:53:47 +01:00 |
|
EkeEke
|
c478c6026a
|
[Core/SCD] disable access to mirrored areas of PRG-RAM as well when SUB-CPU is not halted (continuing fix for Dungeon Explorer USA)
|
2015-01-31 18:05:44 +01:00 |
|
EkeEke
|
e9e56c56b0
|
[Core/CD] disabled 68k & Z80 access to PRG-RAM when SUB-CPU is running (proper fix for Dungeon Explorer USA version)
|
2015-01-28 00:32:44 +01:00 |
|
EkeEke
|
d11e0166fa
|
[Core/MCD] disabled Z80 write access to PRG-RAM (fixes Dungeon Explorer USA version)
|
2015-01-26 01:05:25 +01:00 |
|
EkeEke
|
bb53892956
|
[Core/MD] fixed automatic CD loading with .md ROM files
|
2015-01-24 18:47:37 +01:00 |
|
EkeEke
|
65c61b3643
|
[Core/MS] added support for Hi-Com X-in-1 mapper (thanks to Bock from SMS Power)
|
2014-12-17 16:06:52 +01:00 |
|