summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-01177-3958/+2122
| | | | | | | | | while at it, cleaned up the args of the mc6845 delegates as well (no need to pass back and forth pieces of the driver class, now that delegates belong to it as well) even if I tested the changes extensively, I might have missed something among the 177 source files using this, so please report any regressions you see :)
* (MESS) fixed loss of cursor on radio86,apogee, mikrosha,partner Robbbert2014-05-014-4/+4
|
* use the flag set by the GAME/CONS/COMP/SYST macro to parse additional ↵ David Haywood2014-05-012-0/+10
| | | | | | | | | | optional ini files GAME = GAME_TYPE_ARCADE -> arcade.ini CONS = GAME_TYPE_CONSOLE -> console.ini COMP = GAME_TYPE_COMPUTER -> computer.ini SYST = GAME_TYPE_OTHER -> othersys.ini I've had a few requests to do this and it seems simple enough to leverage the flags we already have.
* adc0808_device: converted to devcb2 and delegates (nw) Ivan Vangelista2014-05-014-63/+126
|
* i8275 fixes Robbbert2014-05-013-2/+13
| | | | | | - Codes f0-f3 should be invisible - Fixed rubbish on zorba intro screen Unior: fixed regression with cursor.
* surpratk.c - Added "Bonus Quiz" Dip. [kamilz, Tafoid] Scott Stone2014-05-012-96/+71
| | | | goodejan.c - Researched and added missing DIP information/locations as well as some useful notes of observations. [kamilz, Tafoid]
* skylncr.c: fix generic_paletteram regression, add note to use ramdac device (nw) Alex W. Jackson2014-05-011-3/+5
|
* mcr.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-306-24/+16
|
* another aid (nw) David Haywood2014-04-301-1/+79
|
* (MESS) msx.c: Moved kanji roms into 'kanji' memory regions. (nw) Wilbert Pol2014-04-304-111/+126
|
* (MESS) msx.c: Moved RAMIO_SET_BITS settings from an msx layout to an MCFG ↵ Wilbert Pol2014-04-304-70/+62
| | | | entry. (nw)
* another work-in-progress debug aid to help layout creation (nw) David Haywood2014-04-301-1/+54
|
* Fix for chinatow regression, separating rcdino4 decryption WIP (nw) Scott Stone2014-04-302-150/+166
|
* got rid of legacy STREAM_UPDATE, created stream_update_delegate and now Miodrag Milanovic2014-04-3010-70/+25
| | | | stub is no longer needed, also made easy to have stream with different update call (nw)
* 8257dma: replace it in dkong and kill it (nw) cracyc2014-04-3017-796/+130
|
* fix compile (nw) Miodrag Milanovic2014-04-301-8/+8
|
* upd71071_device: converted to devcb2 (nw) Ivan Vangelista2014-04-304-82/+178
|
* fixed usage of uninitialized member in tms99xx_device (nw) Oliver Stöneberg2014-04-301-0/+1
|
* (MESS) msx.c: Cartridge slot cleanup (nw) Wilbert Pol2014-04-301-19/+191
|
* mc6854_device: converted to devcb2 and delegates (nw) Ivan Vangelista2014-04-309-116/+64
|
* Cleanup of ay8910 this makes move to devcb2 possible, also now Miodrag Milanovic2014-04-308-462/+423
| | | have better idea how to solve legacy STREAM_UPDATE (nw)
* arm.c: converted to use inline configs. nw. Fabio Priuli2014-04-303-33/+10
|
* (MESS) gb_lcd.c: Initialize m_sgb_tile_map. (nw) Wilbert Pol2014-04-301-0/+2
|
* sc4 fruit machines, development / debugging aid (nw) David Haywood2014-04-301-0/+80
|
* (MESS) wicat: CRTC WIP. (nw) Curt Coder2014-04-301-1/+9
|
* i8275: Cleanup. (nw) Curt Coder2014-04-301-20/+39
|
* (MESS) zorba: CRTC cleanup. (nw) Curt Coder2014-04-301-13/+2
|
* i8275: Added character attributes and special character codes. [Curt Coder] Curt Coder2014-04-302-19/+107
|
* fixed usage of uninitialized members in mc6846_device (nw) Oliver Stöneberg2014-04-301-0/+2
|
* fixed usage of uninitialized member in v30mz_cpu_device (nw) Oliver Stöneberg2014-04-301-0/+2
|
* fixed usage of uninitialized members in n8x300_cpu_device (nw) Oliver Stöneberg2014-04-301-12/+18
|
* (MESS) fc100 : connected unknown ports to bankswitching Robbbert2014-04-301-5/+34
|
* this got actually moved to mapper 31. nw. Fabio Priuli2014-04-301-2/+2
|
* fixed usage of uninitialized members in lc8670_cpu_device (nw) Oliver Stöneberg2014-04-301-0/+3
|
* fixed usage of uninitialized members in tx0_device (nw) Oliver Stöneberg2014-04-301-0/+6
|
* i8275: Replaced with new implementation. (nw) Curt Coder2014-04-3020-1433/+707
|
* 6532riot: updated to use devcb2. nw. Fabio Priuli2014-04-3026-384/+254
|
* (MESS) zorba : notes Robbbert2014-04-301-2/+2
|
* (MESS) zorba : i8275 is almost working, so hooked it up and got rid of the ↵ Robbbert2014-04-301-68/+45
| | | | | backup code. Note: attribute 0x80 is being acted upon after the first scanline instead of the last.
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-3064-70/+70
| | | it is set to same value in sound.c
* fixed usage of uninitialized members in vdt911_device (nw) Oliver Stöneberg2014-04-301-0/+3
|
* fixed usage of uninitialized member in mc6847_base_device (nw) Oliver Stöneberg2014-04-301-0/+1
|
* fixed usage of uninitialized member in mc2661_device (nw) Oliver Stöneberg2014-04-301-1/+2
|
* removed few not anymore used legacy macros (nw) Miodrag Milanovic2014-04-302-6/+0
|
* (MESS) radio86: Fixed CRTC clocks. (nw) Curt Coder2014-04-305-9/+9
|
* i8275x: Fixed DMA burst length. It is specified in received characters, not ↵ Curt Coder2014-04-302-35/+29
| | | | character clocks. [Curt Coder]
* galpani3.c, highvdeo.c, igs_m027.c, majorpkr.c: fix generic_paletteram ↵ Alex W. Jackson2014-04-305-49/+17
| | | | regressions (nw)
* (mess) radio86: convert to new 8257 and 8275 (nw) cracyc2014-04-3016-405/+313
| | | | | i8257: fix off-by-one (nw) --- Unior doesn't quite display properly. Only remaining user of 8257dma is dkong.
* Further correction to shortname to eliminate comparison to the ti990_10 ↵ Scott Stone2014-04-301-1/+1
| | | | computer (nw)
* Device shortnames should not have "/" in them. Thanks to MASH for the note (nw) Scott Stone2014-04-291-1/+1
|