Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mc6845: converted to devcb2, delegates and inline configs. nw. | 2014-05-01 | 177 | -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 | 2014-05-01 | 4 | -4/+4 | |
| | |||||
* | use the flag set by the GAME/CONS/COMP/SYST macro to parse additional ↵ | 2014-05-01 | 2 | -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) | 2014-05-01 | 4 | -63/+126 | |
| | |||||
* | i8275 fixes | 2014-05-01 | 3 | -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] | 2014-05-01 | 2 | -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) | 2014-05-01 | 1 | -3/+5 | |
| | |||||
* | mcr.c: fix generic_paletteram regression (nw) | 2014-04-30 | 6 | -24/+16 | |
| | |||||
* | another aid (nw) | 2014-04-30 | 1 | -1/+79 | |
| | |||||
* | (MESS) msx.c: Moved kanji roms into 'kanji' memory regions. (nw) | 2014-04-30 | 4 | -111/+126 | |
| | |||||
* | (MESS) msx.c: Moved RAMIO_SET_BITS settings from an msx layout to an MCFG ↵ | 2014-04-30 | 4 | -70/+62 | |
| | | | | entry. (nw) | ||||
* | another work-in-progress debug aid to help layout creation (nw) | 2014-04-30 | 1 | -1/+54 | |
| | |||||
* | Fix for chinatow regression, separating rcdino4 decryption WIP (nw) | 2014-04-30 | 2 | -150/+166 | |
| | |||||
* | got rid of legacy STREAM_UPDATE, created stream_update_delegate and now | 2014-04-30 | 10 | -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) | 2014-04-30 | 17 | -796/+130 | |
| | |||||
* | fix compile (nw) | 2014-04-30 | 1 | -8/+8 | |
| | |||||
* | upd71071_device: converted to devcb2 (nw) | 2014-04-30 | 4 | -82/+178 | |
| | |||||
* | fixed usage of uninitialized member in tms99xx_device (nw) | 2014-04-30 | 1 | -0/+1 | |
| | |||||
* | (MESS) msx.c: Cartridge slot cleanup (nw) | 2014-04-30 | 1 | -19/+191 | |
| | |||||
* | mc6854_device: converted to devcb2 and delegates (nw) | 2014-04-30 | 9 | -116/+64 | |
| | |||||
* | Cleanup of ay8910 this makes move to devcb2 possible, also now | 2014-04-30 | 8 | -462/+423 | |
| | | | have better idea how to solve legacy STREAM_UPDATE (nw) | ||||
* | arm.c: converted to use inline configs. nw. | 2014-04-30 | 3 | -33/+10 | |
| | |||||
* | (MESS) gb_lcd.c: Initialize m_sgb_tile_map. (nw) | 2014-04-30 | 1 | -0/+2 | |
| | |||||
* | sc4 fruit machines, development / debugging aid (nw) | 2014-04-30 | 1 | -0/+80 | |
| | |||||
* | (MESS) wicat: CRTC WIP. (nw) | 2014-04-30 | 1 | -1/+9 | |
| | |||||
* | i8275: Cleanup. (nw) | 2014-04-30 | 1 | -20/+39 | |
| | |||||
* | (MESS) zorba: CRTC cleanup. (nw) | 2014-04-30 | 1 | -13/+2 | |
| | |||||
* | i8275: Added character attributes and special character codes. [Curt Coder] | 2014-04-30 | 2 | -19/+107 | |
| | |||||
* | fixed usage of uninitialized members in mc6846_device (nw) | 2014-04-30 | 1 | -0/+2 | |
| | |||||
* | fixed usage of uninitialized member in v30mz_cpu_device (nw) | 2014-04-30 | 1 | -0/+2 | |
| | |||||
* | fixed usage of uninitialized members in n8x300_cpu_device (nw) | 2014-04-30 | 1 | -12/+18 | |
| | |||||
* | (MESS) fc100 : connected unknown ports to bankswitching | 2014-04-30 | 1 | -5/+34 | |
| | |||||
* | this got actually moved to mapper 31. nw. | 2014-04-30 | 1 | -2/+2 | |
| | |||||
* | fixed usage of uninitialized members in lc8670_cpu_device (nw) | 2014-04-30 | 1 | -0/+3 | |
| | |||||
* | fixed usage of uninitialized members in tx0_device (nw) | 2014-04-30 | 1 | -0/+6 | |
| | |||||
* | i8275: Replaced with new implementation. (nw) | 2014-04-30 | 20 | -1433/+707 | |
| | |||||
* | 6532riot: updated to use devcb2. nw. | 2014-04-30 | 26 | -384/+254 | |
| | |||||
* | (MESS) zorba : notes | 2014-04-30 | 1 | -2/+2 | |
| | |||||
* | (MESS) zorba : i8275 is almost working, so hooked it up and got rid of the ↵ | 2014-04-30 | 1 | -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) | 2014-04-30 | 64 | -70/+70 | |
| | | | it is set to same value in sound.c | ||||
* | fixed usage of uninitialized members in vdt911_device (nw) | 2014-04-30 | 1 | -0/+3 | |
| | |||||
* | fixed usage of uninitialized member in mc6847_base_device (nw) | 2014-04-30 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in mc2661_device (nw) | 2014-04-30 | 1 | -1/+2 | |
| | |||||
* | removed few not anymore used legacy macros (nw) | 2014-04-30 | 2 | -6/+0 | |
| | |||||
* | (MESS) radio86: Fixed CRTC clocks. (nw) | 2014-04-30 | 5 | -9/+9 | |
| | |||||
* | i8275x: Fixed DMA burst length. It is specified in received characters, not ↵ | 2014-04-30 | 2 | -35/+29 | |
| | | | | character clocks. [Curt Coder] | ||||
* | galpani3.c, highvdeo.c, igs_m027.c, majorpkr.c: fix generic_paletteram ↵ | 2014-04-30 | 5 | -49/+17 | |
| | | | | regressions (nw) | ||||
* | (mess) radio86: convert to new 8257 and 8275 (nw) | 2014-04-30 | 16 | -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 ↵ | 2014-04-30 | 1 | -1/+1 | |
| | | | | computer (nw) | ||||
* | Device shortnames should not have "/" in them. Thanks to MASH for the note (nw) | 2014-04-29 | 1 | -1/+1 | |
| |