Commit Graph

29041 Commits

Author SHA1 Message Date
Fabio Priuli
b8d93793ad (MESS) apfm1000 / apfimag: more accurate support for on-cart 1K RAM in
Space Destroyer (no more need of using -ramsize 1K option at launch).
[Fabio Priuli]
2014-05-03 17:44:13 +00:00
Alex W. Jackson
59f9b55f48 williams.c: convert williams2 hardware games to bankdev [Alex Jackson] 2014-05-03 17:01:28 +00:00
Fabio Priuli
04df758be4 (MESS) vectrex.xml: some fixes and additions. [hornpipe2, Fabio Priuli] 2014-05-03 16:59:12 +00:00
mahlemiut
e4e63ad75d svga_dm: prevent writing past the end of VRAM, should fix XF86_SVGA crashing. (no whatsnew) 2014-05-03 10:08:37 +00:00
Oliver Stöneberg
89fea7921b small FASTDEBUG optimization 2014-05-03 09:42:19 +00:00
Oliver Stöneberg
826a93b8e5 finished comment in previous commit (nw) 2014-05-03 09:26:24 +00:00
Oliver Stöneberg
2ca07258e6 disable logging of unmapped memory accesses when neither -log nor -debug is specified (nw) 2014-05-03 09:22:42 +00:00
Fabio Priuli
1111530b46 (MESS) snes.xml: deinterleaved popntwinjs dump, so that it
shows something (still marked as bad dump, of course, until 
we validate the dump with another sample cart)
2014-05-03 08:26:34 +00:00
Oliver Stöneberg
01d86f3ea6 fixed usage of uninitialized member in vdt911_device (nw) 2014-05-03 08:16:16 +00:00
Alex W. Jackson
478accac80 williams.c: move williams2-specific stuff into subclass (nw) 2014-05-03 05:40:09 +00:00
Alex W. Jackson
8194088442 williams.c: move blaster-specific stuff into subclass (nw) 2014-05-03 03:47:31 +00:00
mahlemiut
bef1379f08 hunter2: removed some outdated notes, and fix RAM size detection. It now gives a more realistic amount of free space after a format of the ramdisk. 2014-05-03 02:08:52 +00:00
Oliver Stöneberg
5626092c8c small optimization to device_execute_interface::local_time() (nw) 2014-05-02 23:48:52 +00:00
cracyc
c77aa0643a (mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw) 2014-05-02 21:21:18 +00:00
Alex W. Jackson
5f93fe13e8 williams.c: fix generic_paletteram regression (nw) 2014-05-02 19:57:55 +00:00
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