summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugvw.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-130/+130
* Fixed some memory view-related issues: Aaron Giles2008-12-051-6/+18
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-5/+5
* More debugger changes. Aaron Giles2008-12-031-132/+428
* Big debugger cleanup. Aaron Giles2008-12-031-1857/+1744
* Fixed stepping in the debugger. R. Belmont2008-11-291-1/+1
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-6/+5
* change_pc? What change_pc? Aaron Giles2008-11-241-4/+0
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-221-24/+26
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-17/+19
* Another big one. Aaron Giles2008-11-201-9/+9
* Converted change_pc() into a no-op. Changed memory_set_direct_region() to Aaron Giles2008-11-191-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-56/+56
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+6
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-10/+10
* Major cpuintrf changes: Aaron Giles2008-11-101-28/+28
* 02280: any set with multiple CPUs: Disassembler freezes when doing a Run on a... Aaron Giles2008-09-221-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-2/+2
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-5/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Several miscellaneous changes: Aaron Giles2008-05-291-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-151-5/+7
* Changes MC6845 to take a screen tag instead of a screen number Zsolt Vasvari2008-03-091-5/+6
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-2/+2
* Fixed default memory view width for CPUs with >byte-sized minimum Aaron Giles2008-01-211-2/+8
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+3187