summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed restart points,fixed a stupid left-over bug with the first boss and att... Angelo Salese2008-11-221-109/+120
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-2213-1029/+1170
* Added rom redump by Smitdogg Jones Brian Troha2008-11-221-3/+2
* [MC6845] Hsync needs to toggle on every scanline. Curt Coder2008-11-221-4/+0
* adjusted bbusters volume balance slightly davidhay2008-11-221-2/+2
* pointer work on se3208 (although I haven't touched the disassembler..) davidhay2008-11-221-322/+328
* Reverted case shifts Couriersud2008-11-221-183/+183
* converted ssp1601 to pointers (still works, tested virtua racing genesis) davidhay2008-11-221-224/+232
* Optimized two more switch/case Couriersud2008-11-221-30/+30
* Fixed several protection issues with Double Wings (game promoted to have only... Angelo Salese2008-11-221-58/+180
* Switched adsp21xx to new memory functions Couriersud2008-11-222-189/+203
* Pointer-ified cpu/nec (V30) Couriersud2008-11-215-992/+991
* copied LD crcs to parent firefox set. davidhay2008-11-211-1/+1
* Fix some missing "("s - Aaron, please check Couriersud2008-11-211-6/+6
* Fix 64bit compile Couriersud2008-11-211-1/+1
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-21109-1042/+1137
* increase interleave in firefox, seems to help with 'bad frames' davidhay2008-11-211-2/+2
* spinlbrk: fix for bug 02092 Roberto Zandona2008-11-211-7/+82
* Converted H8 CPUs to the new memory functions. R. Belmont2008-11-215-181/+190
* replaced parent crkdown image with one containing valid settings data (preven... davidhay2008-11-201-1/+1
* Pointer-ified the TMS32031 core. Aaron Giles2008-11-206-2956/+3013
* changed bios call logging to read registers directly & all other accesses to ... smf-2008-11-202-13/+11
* Removed global Machine references as well. Aaron Giles2008-11-201-3/+2
* Pointer-ified the jaguar CPU core. Aaron Giles2008-11-206-935/+870
* Fixed drc-based games. Aaron Giles2008-11-203-12/+12
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-20354-966/+970
* pedantic, probably should number from 1 instead of 0... smf-2008-11-201-6/+6
* removed excessive casts and fixed mvmva bug introduced in last commit. smf-2008-11-201-236/+221
* Another big one. Aaron Giles2008-11-20316-3922/+4205
* fix 02656: elevator: Elevator Action freezes after coin insert with "8" davidhay2008-11-201-0/+2
* fix broken crazywar eeprom davidhay2008-11-191-1/+1
* pointerified the psx cpu core & switched it to the new memory functions. Chan... smf-2008-11-198-1506/+1547
* Switched m6809 and hd6309 to new memory functions Couriersud2008-11-196-400/+380
* fixed unassigned variable warning. smf-2008-11-191-1/+1
* Fixed "H8/3344" to "H8/3334" as per Guru. R. Belmont2008-11-196-18/+18
* Refactored the COP400 CPU cores to use the new memory functions. Curt Coder2008-11-195-14/+51
* Refactored the CDP1802 CPU core to use the new memory functions. Curt Coder2008-11-192-95/+147
* Sums for firefox. Aaron Giles2008-11-191-1/+1
* Fixed GCC compile errors in h6280 and m6509. R. Belmont2008-11-192-6/+6
* 02641: strider and clones: Problem with graphics layer Nicola Salmoria2008-11-192-4/+4
* Converted change_pc() into a no-op. Changed memory_set_direct_region() to Aaron Giles2008-11-199-106/+104
* Big H8 update R. Belmont2008-11-1923-4474/+5307
* Switched m68000 core to new memory functions Couriersud2008-11-192-57/+98
* Fixed basic controls in 2 Minutes Drill & added preliminary shutter/defender ... Angelo Salese2008-11-181-12/+224
* Switched mcs48 core to new memory functions Couriersud2008-11-181-56/+67
* Documented alt Ajax rom board [Phil Morris] davidhay2008-11-181-6/+46
* Switched mcs51 to new memory functions Couriersud2008-11-181-22/+32
* Added check "#ifndef NO_LEGACY_MEMORY_HANDLERS" to memory.h Couriersud2008-11-181-3/+4
* Pointerized the COP400 CPU cores. Curt Coder2008-11-1815-662/+1793
* Pointer-ified the ASAP core. Aaron Giles2008-11-181-909/+881