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