goyuken
|
79349aeb39
|
gpgx: recover from early onset alzheimer
|
2014-05-28 03:35:21 +00:00 |
goyuken
|
bafd4ae62e
|
gpgx: pop up an annoyabox when CD firmware is missing
|
2014-05-28 03:27:49 +00:00 |
goyuken
|
b31399f810
|
2600: internal stuff to be checked
|
2014-05-27 03:11:33 +00:00 |
adelikat
|
947470e1d9
|
Atari 2600 - break up frame advance with StartNewFrame() and EndFrame() and wire them up to Cycle and Scanline advance, all methods are now smart enough to roll over to the next frame at the right time
|
2014-05-27 02:45:05 +00:00 |
adelikat
|
90af0b4858
|
Atari 2600 - implement ScanlineAdvance(), still todo: cycle and scanline advancing don't know when to roll over a new frame
|
2014-05-27 02:16:47 +00:00 |
adelikat
|
f207bfaec9
|
Atari 2600 - slight fix to the logic of FrameAdvance so that it will "finish a frame", so any sub-stepping is accounted for
|
2014-05-27 01:54:08 +00:00 |
adelikat
|
ebbee62730
|
Atari 2600 debugger - slight refactoring of some things, fix step into, add total cycles, last address and distinct addresses
|
2014-05-27 01:33:22 +00:00 |
goyuken
|
7fdceb6158
|
2600: support SECAM as an alternate colour mode when in PAL mode. SECAM has its own rather unique color modulation system, and the atari engineers were too lazy to make a proper color encoder for it, so.....
|
2014-05-26 20:16:44 +00:00 |
goyuken
|
ab74f31d41
|
quicknes: support getcpuflagsandregisters
|
2014-05-26 19:49:45 +00:00 |
adelikat
|
e68e691e3c
|
Atari 2600 Debugger - implement Step Into button
|
2014-05-26 19:38:02 +00:00 |
goyuken
|
299c27ae6e
|
NESHawk: fix desync bug when using reset or power and frame precise save/loadstate
|
2014-05-26 01:29:00 +00:00 |
goyuken
|
4f744323cf
|
2600: fix hard reset sound crash caused by recent fuddlings
|
2014-05-26 01:21:31 +00:00 |
adelikat
|
898c57f5d9
|
Atari 2600 - AR (Super Charger) - implement Cart Ram memory domain, and a Fast SC Bios sync setting
|
2014-05-26 01:01:47 +00:00 |
adelikat
|
d1743a2ce3
|
Atari 2600 - AR - cleanup, implement hard reset, savestates, and dispose
|
2014-05-26 00:55:12 +00:00 |
adelikat
|
8069653888
|
Atari 2600 - Fix AR mapper
|
2014-05-26 00:30:43 +00:00 |
adelikat
|
9c351942c0
|
Atari 7800 - record pal flag into movies
|
2014-05-25 00:00:44 +00:00 |
zeromus
|
80707ebc53
|
fix supergameboy
|
2014-05-24 05:37:30 +00:00 |
adelikat
|
ed4c92c0f8
|
Atari 2600 - Set virtual width in pal to 320
|
2014-05-24 01:21:33 +00:00 |
adelikat
|
33abd29aec
|
Add PAL flag to pal games in atari gamedb, remove todo in atari core
|
2014-05-24 01:12:18 +00:00 |
adelikat
|
4c0f693e70
|
Atari 2600 - expose Display Type in order to have the PAL flag recorded into movies
|
2014-05-23 18:04:31 +00:00 |
goyuken
|
27fa8d9a61
|
atari 2600: PAL support should be mostly good to go now
|
2014-05-23 16:37:49 +00:00 |
goyuken
|
2f7ad6a676
|
2600: more stuff towards PAL support
|
2014-05-23 15:47:48 +00:00 |
goyuken
|
59440c1d4d
|
NES stuff
|
2014-05-23 15:10:14 +00:00 |
adelikat
|
424f312afa
|
Atari 2600 - from now on, practice safe poking. Also poking is now possible on the system bus.
|
2014-05-23 00:29:31 +00:00 |
zeromus
|
f49c4492f1
|
fix #177 "SNES Loadstate failure with DSP firmware." by repeatedly loading the rom when resetting the core so that chip roms get a chance to reload after the entire core (hopefully) is memzeroed
|
2014-05-23 00:13:04 +00:00 |
goyuken
|
6f9211167c
|
neshawk: pirate fix
|
2014-05-21 22:29:14 +00:00 |
goyuken
|
ae104deac3
|
fix up previous commit
|
2014-05-21 15:47:18 +00:00 |
goyuken
|
7dec3af0de
|
2600: add a pal detection heursitic. still some work to do on that
|
2014-05-21 14:32:41 +00:00 |
adelikat
|
6e4af65b99
|
N64 - only show mempack domains if the respective controller is enabled and configured with a mempak
|
2014-05-20 15:19:13 +00:00 |
goyuken
|
a6c5a9cdb2
|
a2600: frame timing infrastructure. frame time is now a constant 262 lines per frame. if the video frames don't match that, the situation is handled similarly to GB
|
2014-05-19 17:54:00 +00:00 |
goyuken
|
27a7bc7c8f
|
i would never in a million years have written that way, so no reason to change it to that after the fact
|
2014-05-19 03:21:46 +00:00 |
adelikat
|
e96b81d7ab
|
Rip out some "movies 1.0" hacks
|
2014-05-18 16:28:56 +00:00 |
adelikat
|
0e02a78073
|
update a comment now that accuracy profile is an option
|
2014-05-18 13:44:58 +00:00 |
adelikat
|
5e15ba5fa0
|
credit blargg for quicknes
|
2014-05-18 01:12:38 +00:00 |
adelikat
|
965c2dfc0f
|
Quicknes - Fall back to neshawk when attempting to load FDS and other things that we think NES should play
|
2014-05-18 01:06:11 +00:00 |
adelikat
|
0588c3d7ea
|
Check in patch from zeromus that provides back end support for custom Axis constraints for analog input
|
2014-05-17 19:35:47 +00:00 |
zeromus
|
19f3b1b1da
|
here it is, fixed another way, for the record: float ranges can now support inverted senses.
|
2014-05-17 00:06:20 +00:00 |
goyuken
|
0ec92e626e
|
nes: make full_nes_palette.nes test work. colors still look a bit funky though
|
2014-05-15 23:25:49 +00:00 |
goyuken
|
3405369d58
|
neshawk: fastererer
|
2014-05-14 15:46:16 +00:00 |
adelikat
|
e51e8dead5
|
SNES - Make performance core the default
|
2014-05-14 12:47:36 +00:00 |
adelikat
|
578cc2c850
|
Front end for z64 rsp hle video plugin support
|
2014-05-14 02:29:59 +00:00 |
adelikat
|
fa7b2ec441
|
N64 - add the rsp-z64-hlevideo plugin and add backend support for toggling between this and rsp-hle. Still todo: front end to set this
|
2014-05-14 01:50:36 +00:00 |
goyuken
|
3fa2b4629c
|
NES: switch to quicknes palette as defaut
|
2014-05-13 23:26:39 +00:00 |
adelikat
|
92f32c568c
|
N64 - ok, one more round of cleanup!
|
2014-05-13 00:31:32 +00:00 |
adelikat
|
b8ed3230e9
|
N64 - some code cleanup
|
2014-05-13 00:06:33 +00:00 |
adelikat
|
d9f86aa8a1
|
N64 - don't be 0 x 0 video size on startup
|
2014-05-12 23:54:27 +00:00 |
goyuken
|
490a3dc3cf
|
gameboy: support setting RTC initial time for TAS, and support chaining the RTC to the real clock for non-TAS.
|
2014-05-12 17:24:43 +00:00 |
goyuken
|
93b710e4ab
|
gambatte: make RTC run at the correct 59.7fps instead of 60fps
|
2014-05-12 04:08:22 +00:00 |
adelikat
|
ec5414c9d8
|
If Quicknes throws an unsupported mapper exception, catch it and load in NesHawk instead
|
2014-05-12 00:14:45 +00:00 |
goyuken
|
1ef04c0cb5
|
gambatte: support text savestates
|
2014-05-11 20:48:19 +00:00 |