| Commit message (Expand) | Author | Age | Files | Lines |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -4/+1 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-14 | 1 | -1/+1 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -21/+21 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -16/+16 |
* | Added "tag" parameter to state_save_register_item_* calls. Removed |  Aaron Giles | 2008-11-17 | 1 | -21/+16 |
* | 02488: All sets with using 2+ monitors: Crash to desktop on second play |  Aaron Giles | 2008-10-09 | 1 | -1/+2 |
* | Plumbed machine parameters through the renderer. Removed need for |  Aaron Giles | 2008-09-29 | 1 | -9/+12 |
* | 02442: -aviwrite produces faulty files |  Aaron Giles | 2008-09-27 | 1 | -2/+2 |
* | Cleanups and version bump.mame0127u3 |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
* | Changed DEVICE_START functions to return an error code. Currently this |  Aaron Giles | 2008-09-09 | 1 | -4/+10 |
* | Cleanups and version bump.mame0127u2 |  Aaron Giles | 2008-09-04 | 1 | -1/+1 |
* | Changed refreshspeed target to 0.25Hz below rate provided, in order to guaran... |  Aaron Giles | 2008-09-03 | 1 | -2/+4 |
* | Changed slider controls into a menu. For now, removed the old direct access |  Aaron Giles | 2008-08-28 | 1 | -1/+1 |
* | Region classes go bye-bye. |  Aaron Giles | 2008-07-28 | 1 | -3/+3 |
* | Changed the way memory regions are referenced. Instead of a single |  Aaron Giles | 2008-07-28 | 1 | -5/+5 |
* | Replaced the crazy number of get/set functions for render containers with |  Aaron Giles | 2008-07-13 | 1 | -4/+7 |
* | 01963: screenless systems: memory leak with -mngwrite |  Aaron Giles | 2008-07-06 | 1 | -5/+2 |
* | Partial fix: 01945: All asteriod.c sets: Assertions |  Couriersud | 2008-06-28 | 1 | -2/+2 |
* | Cleanups/version bump.mame0125u7 |  Aaron Giles | 2008-06-26 | 1 | -2/+2 |
* | Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER |  Aaron Giles | 2008-06-26 | 1 | -1/+1 |
* | 01927: Effects overlay showing in snapshots |  Aaron Giles | 2008-06-24 | 1 | -8/+12 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-06-23 | 1 | -3/+3 |
* | Save state support: |  Aaron Giles | 2008-06-23 | 1 | -41/+79 |
* | Cleanups and version bump.mame0125u6 |  Aaron Giles | 2008-06-17 | 1 | -8/+8 |
* | Added new function video_get_view_for_target() which selects a view based |  Aaron Giles | 2008-06-16 | 1 | -18/+78 |
* | Cleaned up software bilinear filtering code. Added bounds checking. |  Aaron Giles | 2008-06-16 | 1 | -134/+221 |
* | Credit Fabio Priuli: Remove port_input_read_indexed in favor of the use of pr... |  Couriersud | 2008-06-02 | 1 | -1/+1 |
* | Cleanups for 0.125u3. |  Aaron Giles | 2008-05-29 | 1 | -8/+8 |
* | Added new option -snapname which lets you provide a template for how snapshot |  Aaron Giles | 2008-05-29 | 1 | -15/+50 |
* | Cleanups and version bump.mame0125u1 |  Aaron Giles | 2008-05-15 | 1 | -8/+8 |
* | Added uncompressed AVI recording. Extended aviio to be able |  Aaron Giles | 2008-05-13 | 1 | -41/+195 |
* | Fix 01742: punchout, armwrest + many vsnes.c and playch10.c games: Refreshspe... |  Aaron Giles | 2008-04-24 | 1 | -4/+6 |
* | From: Atari Ace |  Aaron Giles | 2008-04-21 | 1 | -6/+5 |
* | Cleanups and version bump to 0.124u2.mame0124u2 |  Aaron Giles | 2008-04-12 | 1 | -3/+3 |
* | 01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,... |  Aaron Giles | 2008-04-06 | 1 | -0/+11 |
* | Actually fixed -refreshspeed. |  Aaron Giles | 2008-04-04 | 1 | -17/+45 |
* | Minor cleanup and simplification. Removed palette_config(). |  Aaron Giles | 2008-03-28 | 1 | -13/+12 |
* | Fixed: |  Aaron Giles | 2008-03-28 | 1 | -6/+15 |
* | From: Duke [mailto:startaq@gmail.com] |  Aaron Giles | 2008-03-23 | 1 | -1/+0 |
* | Cleanups and version bump.mame0123u6 |  Aaron Giles | 2008-03-19 | 1 | -2/+2 |
* | Added return value to video_screen_update_partial() indicating whether |  Aaron Giles | 2008-03-19 | 1 | -4/+7 |
* | Moved per-screen initialization into DEVICE_START and per-screen cleanup |  Aaron Giles | 2008-03-17 | 1 | -110/+95 |
* | Fix chicken and egg problem with device_start callbacks. |  Aaron Giles | 2008-03-17 | 1 | -6/+3 |
* | Fixed: 01508: most vector-based drivers: Assertions |  Zsolt Vasvari | 2008-03-15 | 1 | -3/+3 |
* | Renamed *_vbl_cb to *_vblank_callback. |  Aaron Giles | 2008-03-14 | 1 | -43/+66 |
* | Cleanups and version bump to 0.123u5.mame0123u5 |  Aaron Giles | 2008-03-13 | 1 | -2/+2 |
* | - Removes the public screen_state object -- all access is via functions |  Zsolt Vasvari | 2008-03-13 | 1 | -199/+211 |
* | video_screen_get_vblank() was also incorrect for games with MDRV_SCREEN_VBLAN... |  Zsolt Vasvari | 2008-03-12 | 1 | -3/+6 |
* | Forgot to state save a variable |  Zsolt Vasvari | 2008-03-12 | 1 | -1/+3 |
* | Fixed VBLANK end time computation -- it wasn't taking into account games that... |  Zsolt Vasvari | 2008-03-12 | 1 | -5/+26 |