| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Made whitestar display boot screen. (no whatsnew) |  Miodrag Milanovic | 2011-09-14 | 1 | -0/+3 |
* | Cleanups and version bumpmame0143u2 |  Angelo Salese | 2011-07-26 | 1 | -1/+1 |
* | Added the AMS40041 variant (used in the Amstrad PC1512) to mc6845.c. [Curt Co... |  Curt Coder | 2011-07-26 | 1 | -0/+31 |
* | Added DE, CURSOR, HSYNC, and VSYNC line read members to MC6845. [Curt Coder] |  Curt Coder | 2011-06-23 | 1 | -0/+24 |
* | Added HD6345 CRTC-II variant to mc6845.c. [Curt Coder] |  Curt Coder | 2011-05-29 | 1 | -7/+27 |
* | Removed an assignment in device_start that shouldn't have been there, nwn. |  Wilbert Pol | 2011-05-27 | 1 | -1/+0 |
* | Cleanups and version bumpmame0142u4 |  Angelo Salese | 2011-05-24 | 1 | -1/+1 |
* | mc6845: Fixed a bunch of uninitialized variables. More still lurk. |  R. Belmont | 2011-05-21 | 1 | -1/+38 |
* | Removed mc6845 trampolines (nw) |  Wilbert Pol | 2011-05-17 | 1 | -60/+4 |
* | mc6845.c: Converted to C++. [Wilbert Pol] |  Wilbert Pol | 2011-05-14 | 1 | -738/+576 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -18/+18 |
* | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -4/+4 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -13/+13 |
* | Disabled 6845 logging and fixed logging in ins8250 (no whatsnew) |  Miodrag Milanovic | 2011-03-17 | 1 | -1/+1 |
* | Implemented MC6845 row/column addressing mode. [Curt Coder] |  Curt Coder | 2011-03-06 | 1 | -1/+12 |
* | mc6845 - if screen is not found by tag, try again searching same tag from own... |  Miodrag Milanovic | 2011-03-05 | 1 | -0/+4 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -38/+38 |
* | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -15/+15 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -9/+9 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -11/+11 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -18/+18 |
* | Cleanups and version bump.mame0140u3 |  Aaron Giles | 2010-12-23 | 1 | -1/+1 |
* | Added Synertek SY6845E subtype to mc6845.c [Curt Coder] |  Curt Coder | 2010-12-16 | 1 | -10/+34 |
* | Fix MT04059: Add new method reset_origin() to screen devices to allow |  Aaron Giles | 2010-10-18 | 1 | -0/+3 |
* | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -1/+1 |
* | mc6845.c: Rewritten to allow mid frame changes to the counter registers. This... |  Wilbert Pol | 2010-08-31 | 1 | -222/+232 |
* | Removed several exported non-const global variables from the core [Atari Ace] |  Phil Bennett | 2010-08-13 | 1 | -1/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -0/+9 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -42/+41 |
* | Popmessages can now be used in drivers which have an MC6845. |  Curt Coder | 2010-01-25 | 1 | -2/+0 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -21/+21 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -1/+1 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+0 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -10/+10 |
* | (small cleanup) |  Michaël Banaan Ananas | 2009-08-24 | 1 | -4/+4 |
* | fix NULL timers crash |  Michaël Banaan Ananas | 2009-08-24 | 1 | -4/+4 |
* | > Here a MAME patch to implement transparent mode access for some 6845 |  Aaron Giles | 2009-08-21 | 1 | -23/+95 |
* | [MC6845] Refactored to use devcb and added cursor callback (for MESS). |  Curt Coder | 2009-06-11 | 1 | -14/+80 |
* | Deprecated device_set_info. Almost all devices had a NULL or empty |  Aaron Giles | 2009-04-23 | 1 | -10/+0 |
* | Added basic TMS9927 implementation. Hooked it up to the statriv2 |  Aaron Giles | 2009-04-20 | 1 | -3/+0 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -9/+9 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -1/+1 |
* | On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: |  Aaron Giles | 2009-01-22 | 1 | -10/+8 |
* | Force recalculation of screen parameters when only the input clock changes. |  Wilbert Pol | 2009-01-17 | 1 | -1/+1 |