summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* Fix 20pacgal. Aaron Giles2010-12-081-5/+0
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Changed memory width stubs to fill unpopulated regions with the appropriate Aaron Giles2010-09-211-6/+10
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-6/+6
* Fix 04034: All sets in viper.c: [debug] Assert in Debug build Aaron Giles2010-09-161-1/+1
* Align large memory blocks to 4k boundaries. Aaron Giles2010-09-101-5/+26
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-0/+8
* Change shared memory regions to track their size. Added memory_get_shared() Aaron Giles2010-09-041-14/+60
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* Fixed broken error.log offsets Angelo Salese2010-08-261-47/+47
* Ok, I think the old logic did work, but I renamed the methods so that Aaron Giles2010-08-251-5/+6
* memory.c: Fixed numerous games broken with 'memory_set_decrypted_region found... Phil Bennett2010-08-251-1/+1
* Last watchpoint fix was not complete. Aaron Giles2010-08-241-6/+6
* Fix watchpoints for >8-bit address spaces. Aaron Giles2010-08-231-2/+2
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-8/+8
* Fix logic to re-use exact-matching ranges to force a remap. Aaron Giles2010-08-211-4/+58
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-139/+473
* Fixed unmap writes in core, not worth mentioning, just do any stylistical cha... Angelo Salese2010-08-211-84/+84
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-32/+32
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-3315/+3327
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-2/+2
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-377/+90
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-8/+8
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-22/+21
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Infinite PPC OS X compile fixes (no whatsnew) R. Belmont2010-06-171-1/+1
* Minor memory cleanup. Aaron Giles2010-06-081-95/+91
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-103/+112
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-0/+2
* Removed unnecessary warning. (no whatsnew) Curt Coder2010-04-231-2/+0
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-34/+34
* Fixed debugger memdump command [Robbbert] Dirk Best2010-03-081-1/+1
* Cleanups and version bump. Aaron Giles2010-01-281-1/+1
* Whoops, typo. Aaron Giles2010-01-211-7/+3
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-2/+2
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-5/+5
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-11/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-33/+18
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-57/+46
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-20/+0
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-71/+25
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13