| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed memory unmap if mirror/mask was used [hap] |  Michaƫl Banaan Ananas | 2011-08-04 | 1 | -6/+6 |
* | Added device-relative functions for memory banking. [Curt Coder] |  Curt Coder | 2011-06-23 | 1 | -0/+5 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -1/+1 |
* | Latest delegate changes removed the need for bindable_object, so |  Aaron Giles | 2011-04-29 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -2/+1 |
* | Privatized most of the m_machine pointers in the system to prevent |  Aaron Giles | 2011-04-19 | 1 | -1/+3 |
* | Delegates 2.0 implementation. Resdesigned how delegates work to make |  Aaron Giles | 2011-04-16 | 1 | -50/+10 |
* | Cleanups and version bump.mame0142 |  Aaron Giles | 2011-04-03 | 1 | -3/+3 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -4/+0 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -10/+10 |
* | Fix address_space::unmap_write to pass ROW_WRITE instead of ROW_READWRITE |  Aaron Giles | 2011-03-28 | 1 | -2/+2 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -0/+1 |
* | Deprecate the old memory_install_* macros. Dynamic installation is now handled |  Aaron Giles | 2011-03-27 | 1 | -104/+47 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -10/+16 |
* | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -60/+103 |
* | Remove some straggling const address_space references, and get rid of |  Aaron Giles | 2011-03-17 | 1 | -40/+40 |
* | Add directxor parameter to direct memory accessors. Update all callers |  Aaron Giles | 2010-12-31 | 1 | -30/+30 |
* | Change shared memory regions to track their size. Added memory_get_shared() |  Aaron Giles | 2010-09-04 | 1 | -0/+4 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -15/+15 |
* | Fixed TMS340x0 disassembly view (no whatsnew) |  Phil Bennett | 2010-08-24 | 1 | -1/+1 |
* | Added mask-free versions of read_word/read_dword/read_qword to |  Aaron Giles | 2010-08-21 | 1 | -6/+24 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -19/+0 |
* | Remove most of the temporary inline helpers. |  Aaron Giles | 2010-08-19 | 1 | -48/+0 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -198/+0 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -183/+183 |
* | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -514/+796 |
* | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -601/+1 |
* | C++-ified the debugger views. Not quite architecturally where I would |  Aaron Giles | 2010-06-25 | 1 | -1/+1 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -22/+30 |
* | Changed all driver_data structs into classes with a simple |  Aaron Giles | 2010-02-25 | 1 | -2/+3 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -25/+24 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -4/+9 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -2/+2 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -1/+2 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -15/+15 |
* | Added new functions: |  Aaron Giles | 2009-12-07 | 1 | -1/+7 |
* | Internal memory system shuffling. Address maps initialized internally |  Aaron Giles | 2009-12-06 | 1 | -52/+37 |
* | Memory shares are now specified by tag instead of index. |  Aaron Giles | 2009-12-05 | 1 | -8/+17 |
* | Renamed functions: |  Aaron Giles | 2009-12-05 | 1 | -16/+16 |
* | More memory system cleanup. Removed SMH_* macros entirely. In |  Aaron Giles | 2009-12-05 | 1 | -83/+172 |
* | Memory banks are now referenced by tag rather than index. |  Aaron Giles | 2009-12-03 | 1 | -10/+28 |
* | Added AM_BASE_SIZE_MEMBER() macro for specifying both base and size |  Aaron Giles | 2009-11-28 | 1 | -0/+1 |
* | Removed global videoram, colorram, paletteram, and spriteram. |  Aaron Giles | 2009-11-28 | 1 | -7/+5 |
* | Introduced a generic_pointers structure within machine that is |  Aaron Giles | 2009-11-26 | 1 | -1/+15 |
* | added memory_install_write_port_handler & memory_install_readwrite_port_handl... |  smf- | 2009-11-25 | 1 | -2/+9 |
* | added device support to the input system. internally this replaces PORT_CUSTO... |  smf- | 2009-11-20 | 1 | -0/+6 |
* | Fixed up RAM bank names to prevent crashes with memdump. |  Aaron Giles | 2009-09-28 | 1 | -2/+2 |
* | Now allow for banks to take up half of the available slots. |  Aaron Giles | 2009-09-21 | 1 | -3/+3 |
* | Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO |  Aaron Giles | 2009-07-09 | 1 | -3/+7 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -8/+7 |