goyuken
|
5d0e7002a7
|
FASTER
|
2014-06-23 02:46:07 +00:00 |
goyuken
|
b6404ced10
|
GB: cleanup
|
2014-06-16 16:23:26 +00:00 |
goyuken
|
9a6decef06
|
GB: cleanup and stuff
|
2014-06-16 15:59:39 +00:00 |
goyuken
|
525871d6e4
|
gb: cleanup some unused code
|
2014-06-11 19:07:57 +00:00 |
goyuken
|
8f87c2e854
|
gameboy: tweak text savestates a bit in preparation to reuse some code for the wonderswan savestates
|
2014-05-31 04:01:07 +00:00 |
goyuken
|
2c68aa81c6
|
gambatte: fix a few msvcisms and other warnings
|
2014-05-13 02:51:20 +00:00 |
goyuken
|
5710282ac6
|
gambatte: eliminate some unused code
|
2014-05-11 15:40:02 +00:00 |
goyuken
|
1f4585cd17
|
gambatte: savestate fix round 2
|
2014-05-10 14:57:19 +00:00 |
goyuken
|
975ced7e38
|
gambatte: break stuff. don't use
|
2014-05-10 04:22:12 +00:00 |
goyuken
|
0dcdb7711b
|
gambatte: remove a bit more junkus
|
2014-05-08 02:12:20 +00:00 |
goyuken
|
a6cd5ba16c
|
gambatte: continue previous commit
|
2014-05-07 22:38:01 +00:00 |
goyuken
|
c687ac7cfd
|
gambatte: rip out unused save directory and gameshark\gamegenie internal stuff
|
2014-05-07 22:26:13 +00:00 |
goyuken
|
8bda372bed
|
misc cleanup
|
2014-05-04 19:04:15 +00:00 |
goyuken
|
478e80a5d3
|
gambatte: misc code cleanup
|
2014-05-03 17:43:39 +00:00 |
goyuken
|
df6fa1dec0
|
gambatte: fix video problem related to new frame timing
|
2014-05-03 03:05:34 +00:00 |
goyuken
|
209142bea1
|
gambatte: cut out unused OSD cruft
|
2014-05-03 01:47:55 +00:00 |
goyuken
|
8e0952c494
|
gambatte: support reading\writing IER through the HRAM memory domain. if you write something funny there and break something, then you better call al gore
|
2014-02-26 20:24:31 +00:00 |
goyuken
|
239ce987da
|
GB: fix problems with STOP opcode? maybe? maybe not?
|
2014-02-01 03:45:28 +00:00 |
goyuken
|
5ecc74c435
|
GB: implement the undefined opcodes. according to sources, they completely lock up the machine; so they are emulated as DI; <repeat last opcode>, which should do the trick? testing needed. thanks to sanqui for pointing this out
|
2014-01-31 22:58:54 +00:00 |
goyuken
|
284eca0545
|
GB: MBC3: correct behavior when bank value of 0 is written. thanks to sanqui for pointing this out
|
2014-01-31 22:30:25 +00:00 |
goyuken
|
fc110cbeae
|
fix issue 122 using MrWint42's patch. thanks! gambatte RTC for movies should work now.
|
2013-11-24 17:32:46 +00:00 |
goyuken
|
758a84027e
|
gb: memory callbacks no longer fire on writes to the system bus. (they were already not firing for all other memory domain action). add a new memory callback, exec. occurs right before the cpu reads a byte, if that byte will be the first byte of a new opcode. read callback no longer occurs in this situation.
|
2013-11-13 17:08:52 +00:00 |
goyuken
|
e5c569f818
|
support register reading on GB core. untested as i can't compile at the moment. flags are exported as part of register "F", as is usual for z80.
|
2013-11-11 18:05:29 +00:00 |
adelikat
|
cd856a0011
|
move output folder up one level
|
2013-11-03 14:06:46 +00:00 |