| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalized function pointer typedefs: they are now all |  Aaron Giles | 2008-03-03 | 3 | -15/+15 |
* | MC6845: Added support for the Commodore 6545-1 device type |  Zsolt Vasvari | 2008-03-02 | 2 | -84/+138 |
* | Various clean ups: |  Couriersud | 2008-03-01 | 1 | -1/+0 |
* | Added macros to define device functions. Updated existing devices |  Aaron Giles | 2008-03-01 | 2 | -15/+16 |
* | - Implemented VSYNC height computation difference between the Motorola and th... |  Zsolt Vasvari | 2008-03-01 | 1 | -11/+64 |
* | Added mc6845->has_valid_parameters in mc6845_assert_light_pen_input, so that ... |  Zsolt Vasvari | 2008-03-01 | 1 | -16/+19 |
* | - Uses a timer for latching the light pen address. Not that there was anythi... |  Zsolt Vasvari | 2008-03-01 | 1 | -107/+138 |
* | Replaces mame_bitmap with bitmap_t |  Zsolt Vasvari | 2008-02-29 | 12 | -41/+41 |
* | Adds mc6845_assert_light_pen_input. This latches the next character display ... |  Zsolt Vasvari | 2008-02-28 | 2 | -15/+58 |
* | Fixed incorrect comments |  Zsolt Vasvari | 2008-02-28 | 1 | -12/+2 |
* | Signals both the 0->1 and 1->0 transitions of the synching pins |  Zsolt Vasvari | 2008-02-28 | 2 | -147/+127 |
* | - MC6845 - Added HSYNC and VSYNC callbacks -- I actually tested this :) |  Zsolt Vasvari | 2008-02-28 | 2 | -36/+144 |
* | Spacing and version bump.mame0123u3 |  Aaron Giles | 2008-02-28 | 1 | -4/+4 |
* | - Better variable name for the cursor counter |  Zsolt Vasvari | 2008-02-28 | 1 | -9/+8 |
* | Added a stub implementation of the Rockwell 6545 |  Nathan Woods | 2008-02-28 | 2 | -0/+14 |
* | Adds support for cursors. All 4 blinking modes are supported (always on, alw... |  Zsolt Vasvari | 2008-02-28 | 2 | -6/+61 |
* | - Clean-up of the Crazy Climber video driver, mainly via tilemap conversion. |  Zsolt Vasvari | 2008-02-27 | 2 | -20/+6 |
* | * remove flip_screen macro |  Couriersud | 2008-02-25 | 2 | -4/+43 |
* | * Fix issues related to flip_screen being a define |  Couriersud | 2008-02-25 | 2 | -1/+14 |
* | Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit |  Zsolt Vasvari | 2008-02-24 | 2 | -7/+7 |
* | - Added void state_save_combine_module_and_tag(char *dest, const char *module... |  Zsolt Vasvari | 2008-02-21 | 1 | -16/+22 |
* | Most important thing to note about this change: |  Aaron Giles | 2008-02-21 | 2 | -2/+4 |
* | - Changed all drivers using the MC6845 chip to use the device interface |  Zsolt Vasvari | 2008-02-20 | 2 | -47/+40 |
* | - Added running_machine* as first parameter to mc6845_config and all callback... |  Zsolt Vasvari | 2008-02-20 | 2 | -15/+21 |
* | Removed clock and flags as fundamental device parameters. |  Aaron Giles | 2008-02-20 | 1 | -1/+1 |
* | Added support for inline device configuration. |  Aaron Giles | 2008-02-20 | 1 | -2/+3 |
* | New module: devintrf.c/.h. Implements a generic device interface similar |  Aaron Giles | 2008-02-19 | 2 | -10/+55 |
* | The term "driver" is way overloaded in the system. |  Aaron Giles | 2008-02-18 | 1 | -9/+9 |
* | From Atari Ace: |  Zsolt Vasvari | 2008-02-18 | 1 | -4/+0 |
* | - Color table removal |  Zsolt Vasvari | 2008-02-15 | 1 | -2/+2 |
* | added comment on HD46505 |  Yasuhiro Ogawa | 2008-02-13 | 1 | -0/+2 |
* | Added equivalency note about the Synertek SY6545-1 version |  Zsolt Vasvari | 2008-02-12 | 2 | -2/+2 |
* | Using this interesting document as a reference: |  Zsolt Vasvari | 2008-02-12 | 2 | -3/+37 |
* | Renames M6845 to MC6845 |  Zsolt Vasvari | 2008-02-12 | 3 | -435/+435 |
* | Renames CRTC6845 to M6845 |  Zsolt Vasvari | 2008-02-12 | 3 | -435/+435 |
* | - Changed the crtc6845 to be handle based -- adjusted all drivers |  Zsolt Vasvari | 2008-02-12 | 2 | -174/+150 |
* | Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). |  Aaron Giles | 2008-02-06 | 3 | -6/+6 |
* | Last minute minor tweaks from 0.123 tag. |  Aaron Giles | 2008-02-05 | 1 | -0/+1 |
* | - Reworked/refactored S2636 emulator |  Zsolt Vasvari | 2008-02-04 | 2 | -262/+310 |
* | Cleanups/version bump.mame0122u8 |  Aaron Giles | 2008-02-03 | 1 | -5/+5 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-02-03 | 2 | -2/+2 |
* | Moved cpu_getiloops() and cpu_scalebyfcount() to deprecat.h. |  Aaron Giles | 2008-01-29 | 1 | -1/+7 |
* | - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... |  Zsolt Vasvari | 2008-01-28 | 2 | -2/+2 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 5 | -2/+5 |
* | First in a series of updates to remove the use of the global Machine from as ... |  Zsolt Vasvari | 2008-01-24 | 1 | -5/+5 |
* | - Uses its own debug flag instead of MAME_DEBUG |  Zsolt Vasvari | 2008-01-24 | 1 | -26/+9 |
* | Changed all other video_*, sound_*, etc. calls to use macros |  Zsolt Vasvari | 2008-01-22 | 2 | -5/+5 |
* | - Removed no longer applicable assert from VIDEO_START(generic) |  Zsolt Vasvari | 2008-01-18 | 1 | -2/+0 |
* | Removes all palette_X_r functions |  Zsolt Vasvari | 2008-01-18 | 2 | -53/+1 |
* | Removed videoram_r, colorram_r, spriteram_r, spriteram16_r and spriteram16_w ... |  Zsolt Vasvari | 2008-01-14 | 2 | -65/+0 |