| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move address_map array from cpu_config to device_config. Added |  Aaron Giles | 2009-07-08 | 1 | -1/+2 |
* | Reverting my addition of AM_READONLY, because man, I am just dumber than hell... |  Ryan Holtz | 2009-05-29 | 1 | -1/+0 |
* | Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... |  Ryan Holtz | 2009-05-25 | 1 | -0/+1 |
* | Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, |  Aaron Giles | 2009-05-09 | 1 | -5/+5 |
* | Second verse, less "cargo cult" than the first. |  R. Belmont | 2009-05-03 | 1 | -1/+1 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -32/+0 |
* | Having decided to look at the MAME source again, I have a fairly minor patch: |  Aaron Giles | 2009-03-19 | 1 | -21/+21 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -27/+12 |
* | Converted the following drivers to the new device-based 6821 PIA: |  Aaron Giles | 2009-03-02 | 1 | -0/+3 |
* | Changed memory_set_direct_region to pass the address returned from the DIRECT... |  smf- | 2009-01-31 | 1 | -11/+11 |
* | Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE |  Aaron Giles | 2009-01-17 | 1 | -31/+24 |
* | Fix inverted function name. |  Aaron Giles | 2009-01-14 | 1 | -11/+11 |
* | Made direct (opcode) access more robust. Direct access now crawls the |  Aaron Giles | 2009-01-13 | 1 | -24/+28 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -7/+0 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -1/+1 |
* | Cleanups/version bump/added missing drivers.mame0128u5 |  Aaron Giles | 2008-12-06 | 1 | -3/+3 |
* | Big debugger cleanup. |  Aaron Giles | 2008-12-03 | 1 | -2/+62 |
* | Added ATTR_NONNULL to various declarations |  Nathan Woods | 2008-11-28 | 1 | -20/+20 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 1 | -4/+4 |
* | change_pc? What change_pc? |  Aaron Giles | 2008-11-24 | 1 | -4/+0 |
* | Removed memory context switch. Let the fun begin. |  Aaron Giles | 2008-11-24 | 1 | -418/+1 |
* | Memory banking now requires a machine object. This makes the memory |  Aaron Giles | 2008-11-20 | 1 | -3/+3 |
* | Another big one. |  Aaron Giles | 2008-11-20 | 1 | -133/+202 |
* | Converted change_pc() into a no-op. Changed memory_set_direct_region() to |  Aaron Giles | 2008-11-19 | 1 | -37/+33 |
* | Added check "#ifndef NO_LEGACY_MEMORY_HANDLERS" to memory.h |  Couriersud | 2008-11-18 | 1 | -3/+4 |
* | Generalized the concept of opbase access into "direct" access. |  Aaron Giles | 2008-11-17 | 1 | -77/+205 |
* | Terminology cleanup. "Machine" handlers are now "space" handlers. |  Aaron Giles | 2008-11-15 | 1 | -50/+50 |
* | Added generic read/write callbacks. |  Aaron Giles | 2008-11-15 | 1 | -0/+123 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -56/+82 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-11-08 | 1 | -2/+3 |
* | Added new functions for building device-relative tags. Changed machine |  Aaron Giles | 2008-10-03 | 1 | -0/+3 |