Miodrag Milanovic
22457cd9ce
cassette config moved inline (nw)
2014-05-02 17:19:09 +00:00
Alex W. Jackson
3f73720885
centiped.c: fix generic_paletteram regression (nw)
2014-05-02 15:00:29 +00:00
Miodrag Milanovic
534451c93e
fixed sfrush sound regression (nw)
2014-05-02 14:47:51 +00:00
Fabio Priuli
8242b7b9a6
webengine: fixed a memory leak, after Firewave's suggestion. nw.
2014-05-02 12:44:56 +00:00
Fabio Priuli
6ab766f4dd
(MESS) nes.xml: added correct nvram to dezaemon, thanks to naruko's
...
research [Fabio Priuli]
2014-05-02 12:21:31 +00:00
Miodrag Milanovic
0ac942c9b8
Cleanup of image device interfaces (nw)
2014-05-02 12:10:55 +00:00
Fabio Priuli
2d68fa308f
softlists: added a bunch of new dumps, courtesy of Ola Andersson, SMS Power,
...
TeamEurope, Matt Taylor and taizou. nw.
2014-05-02 10:33:37 +00:00
Alex W. Jackson
81f2de3941
hexion.c: remove long obsolete comment (nw)
2014-05-02 10:21:05 +00:00
Fabio Priuli
593b53d73b
image.c: Added support for loading a default battery, instead of a fixed fill value, when no
...
battery is found. This allows for loading factory formatted sram/nvram from softlist. [Fabio Priuli]
(MESS) nes.c: Fixed Silva Saga, which relies on SRAM not being 0x00 filled from factory,
with many thanks to naruko for investigating the problem. [Fabio Priuli]
2014-05-02 08:32:21 +00:00
Miodrag Milanovic
018102f077
removed CassetteOptions that is already default (nw)
2014-05-02 07:39:32 +00:00
Miodrag Milanovic
57e835e12b
hangplt have different memory map (nw)
2014-05-02 06:06:27 +00:00
Fabio Priuli
b9eda47ad4
fixed a couple of regressions. nw.
2014-05-02 05:32:48 +00:00
Miodrag Milanovic
46b9402d3b
Removed unused field, thanks Al (nw)
2014-05-02 05:29:13 +00:00
Fabio Priuli
546ffa9839
cleaned up. nw.
2014-05-02 05:19:09 +00:00
Angelo Salese
fcfcc096da
Fixed compile when MODEL2_VIDEO_DEBUG is 1, nw
2014-05-02 01:14:21 +00:00
Scott Stone
62a11a8060
Misc changes per Kale (nw)
2014-05-01 23:13:21 +00:00
Wilbert Pol
baea9711ab
(MESS) fp1100.c: Fix regression (nw)
2014-05-01 20:23:43 +00:00
Fabio Priuli
4916f13f47
(MESS) saturn: replaced auto_allocs with dynamic_arrays, and
...
reduced BRAM & DRAM allocation to actual RAM size. nw.
2014-05-01 17:33:20 +00:00
Oliver Stöneberg
73f2391262
fixed usage of uninitialized member in i8275_device (nw)
2014-05-01 17:29:48 +00:00
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