summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-032-9/+5
* Adding "totalcycles" debugger variable Nathan Woods2011-12-292-1/+17
* clean-ups and version bump Angelo Salese2011-10-101-1/+1
* Fixes views without device (no whatsnew) Miodrag Milanovic2011-10-041-1/+1
* Made disassembler view show in octal if cpu core is specified like that, for ... Miodrag Milanovic2011-10-043-11/+19
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-2/+1
* Break into debugger check outside of vblank check (no whatsnew) Miodrag Milanovic2011-07-261-9/+3
* Allow break into debugger for screen less systems (no whatsnew) Miodrag Milanovic2011-07-191-0/+5
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-7/+7
* Added image devices support to debugger [Miodrag Milanovic] Miodrag Milanovic2011-06-082-1/+117
* Fixed the disassembly of the "mov ax, mem" instructions (opcodes A0- Angelo Salese2011-05-151-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-273-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-275-26/+26
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-202-2/+2
* Ok, last spring cleaning, I hope ... Angelo Salese2011-04-191-1/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-192-3/+5
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-185-40/+45
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-2/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-293-21/+21
* BIG update. Aaron Giles2011-03-2910-344/+344
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-283-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-276-66/+75
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-272-18/+18
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-032-4/+4
* Fix disassembler override hook [Aaron Giles] R. Belmont2011-02-191-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-122-20/+10
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-093-4/+4
* Make "run to next CPU" more reliable. Aaron Giles2011-02-092-10/+12
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-082-2/+2
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-072-5/+6
* Fix build break from last checkin. Aaron Giles2011-02-061-3/+3
* Add basic LOAD function to the debugger to complement the existing SAVE funct... Scott Stone2011-02-032-0/+80
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-4/+4
* NetBSD support [Thomas Klausner] R. Belmont2011-02-021-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-2/+2
* SDL OS/2 fixes [K.O. Myung-Hun] R. Belmont2011-01-101-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-013-6/+6
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-311-13/+14
* Added a 'changed by' search to the cheat engine [Pugsy] Phil Bennett2010-12-192-1/+16
* Fixed debug command symlist (bug #4131) [Robbbert] Miodrag Milanovic2010-12-121-4/+4
* Fixed BSD compile [ElBarto] R. Belmont2010-12-061-1/+3
* Split the screen device into a separate module. Aaron Giles2010-12-022-3/+3
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-085-62/+62
* Fix issues with setting condition expressions on break/watchpoints. Aaron Giles2010-11-083-25/+31
* Fix compile error. Aaron Giles2010-11-031-2/+2
* OSX compile fix. Tomasz Slanina2010-11-011-0/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-0110-2071/+1816
* Create new class osd_interface to house OSD callbacks. Added new Aaron Giles2010-10-211-16/+17