Wilbert Pol
25e667434c
(MESS) msx.c: Some floppy related notes and regression fixes. (nw)
2014-05-01 16:57:27 +00:00
Oliver Stöneberg
452a0e22b5
fixed usage of uninitialized member in kr2376_device and added a missing members to the save state (nw)
2014-05-01 16:44:56 +00:00
Wilbert Pol
ab8a4ae3ba
Fix assert (nw)
2014-05-01 15:37:03 +00:00
Fabio Priuli
c7accb41a2
macpds: removed unused config. nw.
2014-05-01 09:48:27 +00:00
Fabio Priuli
479c09a79c
tms9927: converted to use inline configs. nw.
2014-05-01 09:47:25 +00:00
Fabio Priuli
cc8edf5ac2
mc6845: converted to devcb2, delegates and inline configs. nw.
...
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 :)
2014-05-01 08:36:28 +00:00
Robbbert
ea02fd06a5
(MESS) fixed loss of cursor on radio86,apogee, mikrosha,partner
2014-05-01 08:21:30 +00:00
David Haywood
40e8f47f3f
use the flag set by the GAME/CONS/COMP/SYST macro to parse additional 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.
2014-05-01 07:54:09 +00:00
Ivan Vangelista
a21e17e8cb
adc0808_device: converted to devcb2 and delegates (nw)
2014-05-01 07:20:31 +00:00
Robbbert
7329c4038a
i8275 fixes
...
- Codes f0-f3 should be invisible
- Fixed rubbish on zorba intro screen
Unior: fixed regression with cursor.
2014-05-01 07:02:25 +00:00
Scott Stone
b314730a2c
surpratk.c - Added "Bonus Quiz" Dip. [kamilz, Tafoid]
...
goodejan.c - Researched and added missing DIP information/locations as well as some useful notes of observations. [kamilz, Tafoid]
2014-05-01 03:07:48 +00:00
Alex W. Jackson
3b165a3d52
skylncr.c: fix generic_paletteram regression, add note to use ramdac device (nw)
2014-05-01 01:04:47 +00:00
Alex W. Jackson
a33b7c10c0
mcr.c: fix generic_paletteram regression (nw)
2014-04-30 23:23:30 +00:00
David Haywood
4484d8d0a8
another aid (nw)
2014-04-30 21:59:30 +00:00
Wilbert Pol
b619520640
(MESS) msx.c: Moved kanji roms into 'kanji' memory regions. (nw)
2014-04-30 21:01:58 +00:00
Wilbert Pol
57ef577ef7
(MESS) msx.c: Moved RAMIO_SET_BITS settings from an msx layout to an MCFG entry. (nw)
2014-04-30 20:11:33 +00:00
David Haywood
5ba1e56b12
another work-in-progress debug aid to help layout creation (nw)
2014-04-30 20:11:12 +00:00
Scott Stone
5110021c36
Fix for chinatow regression, separating rcdino4 decryption WIP (nw)
2014-04-30 20:01:06 +00:00
Miodrag Milanovic
40d14ae043
got rid of legacy STREAM_UPDATE, created stream_update_delegate and now
...
stub is no longer needed, also made easy to have stream with different
update call (nw)
2014-04-30 19:20:19 +00:00
cracyc
0789025777
8257dma: replace it in dkong and kill it (nw)
2014-04-30 17:31:51 +00:00
Miodrag Milanovic
6edc224d76
fix compile (nw)
2014-04-30 16:54:21 +00:00
Ivan Vangelista
d2f06a8654
upd71071_device: converted to devcb2 (nw)
2014-04-30 16:38:15 +00:00
Oliver Stöneberg
2cc23333dc
fixed usage of uninitialized member in tms99xx_device (nw)
2014-04-30 16:26:30 +00:00
Wilbert Pol
1501b08019
(MESS) msx.c: Cartridge slot cleanup (nw)
2014-04-30 15:36:13 +00:00
Ivan Vangelista
dac6c70216
mc6854_device: converted to devcb2 and delegates (nw)
2014-04-30 15:20:13 +00:00
Miodrag Milanovic
2c653877d0
Cleanup of ay8910 this makes move to devcb2 possible, also now
...
have better idea how to solve legacy STREAM_UPDATE (nw)
2014-04-30 14:37:32 +00:00
Fabio Priuli
8b7a48ca8c
arm.c: converted to use inline configs. nw.
2014-04-30 14:28:34 +00:00
Wilbert Pol
73e76f805a
(MESS) gb_lcd.c: Initialize m_sgb_tile_map. (nw)
2014-04-30 14:20:19 +00:00
David Haywood
c5fc5cc503
sc4 fruit machines, development / debugging aid (nw)
2014-04-30 14:14:07 +00:00
Curt Coder
722d3be329
(MESS) wicat: CRTC WIP. (nw)
2014-04-30 13:50:19 +00:00
Curt Coder
fb8592f3d0
i8275: Cleanup. (nw)
2014-04-30 13:47:46 +00:00
Curt Coder
c587682c58
(MESS) zorba: CRTC cleanup. (nw)
2014-04-30 12:51:11 +00:00
Curt Coder
37f1d95c3e
i8275: Added character attributes and special character codes. [Curt Coder]
2014-04-30 12:50:55 +00:00
Oliver Stöneberg
163f4c6cde
fixed usage of uninitialized members in mc6846_device (nw)
2014-04-30 11:31:33 +00:00
Oliver Stöneberg
72b643a620
fixed usage of uninitialized member in v30mz_cpu_device (nw)
2014-04-30 11:16:28 +00:00
Oliver Stöneberg
eec2ed8f20
fixed usage of uninitialized members in n8x300_cpu_device (nw)
2014-04-30 11:07:24 +00:00
Robbbert
d2740189a8
(MESS) fc100 : connected unknown ports to bankswitching
2014-04-30 10:58:03 +00:00
Fabio Priuli
bd369b2212
this got actually moved to mapper 31. nw.
2014-04-30 10:47:33 +00:00
Oliver Stöneberg
829aa6f737
fixed usage of uninitialized members in lc8670_cpu_device (nw)
2014-04-30 10:39:50 +00:00
Oliver Stöneberg
3e78a8c430
fixed usage of uninitialized members in tx0_device (nw)
2014-04-30 10:31:57 +00:00
Curt Coder
9966d6e8e5
i8275: Replaced with new implementation. (nw)
2014-04-30 10:19:06 +00:00
Fabio Priuli
bbfd445e15
6532riot: updated to use devcb2. nw.
2014-04-30 09:42:07 +00:00
Robbbert
48c3c60cd5
(MESS) zorba : notes
2014-04-30 09:35:04 +00:00
Robbbert
f9a05a493f
(MESS) zorba : i8275 is almost working, so hooked it up and got rid of the backup code.
...
Note: attribute 0x80 is being acted upon after the first scanline instead of the last.
2014-04-30 09:25:08 +00:00
Miodrag Milanovic
93b5b0e912
removed not needed parameter from stream_alloc (nw)
...
it is set to same value in sound.c
2014-04-30 07:53:06 +00:00
Oliver Stöneberg
5b659a4906
fixed usage of uninitialized members in vdt911_device (nw)
2014-04-30 07:47:12 +00:00
Oliver Stöneberg
dde0881e6a
fixed usage of uninitialized member in mc6847_base_device (nw)
2014-04-30 07:39:37 +00:00
Oliver Stöneberg
cdfbdce0f8
fixed usage of uninitialized member in mc2661_device (nw)
2014-04-30 07:34:28 +00:00
Miodrag Milanovic
410d406237
removed few not anymore used legacy macros (nw)
2014-04-30 07:05:38 +00:00
Curt Coder
1bd4b13b25
(MESS) radio86: Fixed CRTC clocks. (nw)
2014-04-30 05:14:40 +00:00