Commit Graph

29597 Commits

Author SHA1 Message Date
Couriersud
f7dffdd771 Missed this one. 2014-05-16 16:46:31 +00:00
Fabio Priuli
1def3c2c9e converted micropolis and wd17xx to use inline configs. nw. 2014-05-16 16:40:38 +00:00
Ivan Vangelista
d1a012603c pc1500.c: let's try ioport_array (nw) 2014-05-16 16:35:43 +00:00
Olivier Galibert
e57098e49c amigafdc: Add writing [O. Galibert]
Formatting a floppy under a600 gets memory corruption then a guru
meditation when reaching the point the system tries to write the
directory structure.  The fdc itself does not seem to be involved.
I'd suspect the blitter, which afaik is used for the mfm expansion of
the sector data.
2014-05-16 15:39:52 +00:00
David Haywood
f8bc53cef4 lost this line at some point (nw) 2014-05-16 15:29:43 +00:00
Oliver Stöneberg
f2b61c149c disabled allocation logging (nw) 2014-05-16 12:46:42 +00:00
Oliver Stöneberg
bf158b642f converted some more global_alloc_array() usage to dynamic_buffer/dynamic_array (nw) 2014-05-16 12:06:02 +00:00
Oliver Stöneberg
4a2c6f727d converted some global_alloc_array() usage to dynamic_buffer/dynamic_array (nw) 2014-05-16 11:44:16 +00:00
Oliver Stöneberg
5de2a39c86 re-applied safe corealloc changes (nw) 2014-05-16 11:33:39 +00:00
David Haywood
109f2acb18 fix validation (msx.c change, please verify) (nw) 2014-05-16 08:59:24 +00:00
Alex W. Jackson
472fe58677 midas.c: fix (currently unused) gfxdecode layout; rationalize sprite rom loading (nw) 2014-05-16 06:32:00 +00:00
Alex W. Jackson
f0efcdced1 midas.c: fix uninitialized tile banking (nw) 2014-05-16 05:18:23 +00:00
Alex W. Jackson
be6c41af6a whoops (nw) 2014-05-16 04:19:50 +00:00
Alex W. Jackson
cba243bbeb midas.c: clear unused ROM region properly (nw) 2014-05-16 04:19:21 +00:00
Robbbert
ede097c415 (MESS) fp1100 : fixed mistake and omissions. 2014-05-16 01:56:57 +00:00
Robbbert
89fb615104 (MESS) fp1100 : added documentation etc. Still not working. 2014-05-16 01:05:36 +00:00
Couriersud
f3cf3a8e78 Preliminary support for LTE dynamic time-stepping based on Local truncation error. This enables the possibility to connect a capacitor between ground and a TTL output and get a e.g. 100 ns delay with a 1nF capacitor.
Added an example circuit (cdelay.c)
Changed the log device to support nano-second granularity.
LTE is not yet enabled due to it's ugly test-state.
2014-05-15 22:50:40 +00:00
Wilbert Pol
3b5b4fd0ea (MESS) msx.c: Fixed some more floppy regressions (nw) 2014-05-15 20:17:01 +00:00
Wilbert Pol
c8fb1ebb2e (MESS) msx.c: Floppy support is also fixed for expertdp (nw) 2014-05-15 19:29:26 +00:00
Scott Stone
4762e3a38f Revert of r30457 per Micko (nw) 2014-05-15 19:06:32 +00:00
Wilbert Pol
d976c005d7 (MESS) msx.c: Fixed a few floppy regressions (nw) 2014-05-15 19:03:41 +00:00
Alex W. Jackson
ffd0b5f2ad drawgfx.c: make it possible to reset the total elements of a gfx_element [Alex Jackson] 2014-05-15 18:33:54 +00:00
David Haywood
1a9ed9ebe8 short whatsnew: fixed some gfx bugs in midas.c "livequiz"
long wn:
started converting neogeo video / sprite system to a device_reset
created base device + number of derived classes

NEOGEO_SPRITE_REGULAR is an reference implementation, drawing direct from 
NEOGEO_SPRITE_OPTIMZIED is a version with predecoded gfx (as we use now) this is the default used by the driver
NEOGEO_SPRITE_MIDAS is a version supporting the changes needed by the MIDAS games (mainly 8bpp instead of 4bpp)
2014-05-15 15:46:21 +00:00
Oliver Stöneberg
36ad612f60 corealloc adjustments:
- re-enabled default memory initialization in DEBUG builds (should make random crashes less random)
- moved defines from header to source since they are only used locally and not globally
- added file/line information to global_free* and fixed src/emu/sound/spu.c compilation
2014-05-15 12:09:20 +00:00
Alex W. Jackson
175dedacfc neoprint.c: fix generic_paletteram regression (nw) 2014-05-15 08:17:58 +00:00
Roberto Fresca
9377e40fd0 New games marked as GAME_NOT_WORKING
------------------------------------
Bonus Chance (W-8) [Roberto Fresca]
2014-05-15 07:57:48 +00:00
Alex W. Jackson
b0c07d39cd majorpkr.c: cleanup/modernize, reduce tag lookups, fix flipscreen, fix generic_paletteram regression (nw) 2014-05-15 07:54:00 +00:00
Fabio Priuli
bb7362bb91 hd63450: converted to use inline configs. nw. 2014-05-15 07:00:45 +00:00
Fabio Priuli
4a8e9a4d39 nes: bringing back the second hashfile usage which had to be disabled
some time ago. thanks judge for rev. 30432. nw.
2014-05-15 06:59:54 +00:00
Fabio Priuli
cd941da165 Gaelco CG-1V/GAE1: converted to use inline configs. nw. 2014-05-15 05:28:02 +00:00
Fabio Priuli
5b22660639 gba: fixed games with RTC which were not loading from fullpath.
thanks BPzeBanshee for spotting the issue. nw.
2014-05-15 05:15:10 +00:00
Fabio Priuli
2978c6f362 6883sam: fixed uninitialized class members, just in case. nw. 2014-05-15 05:13:59 +00:00
Roberto Fresca
c3c2cfe277 More accuracy... 2014-05-15 03:19:53 +00:00
Robbbert
ff7a791a94 (MESS) gmaster : cleanup 2014-05-15 01:03:18 +00:00
Couriersud
fa60c8874d Analog input updates now send to queue. Reduces risk of stack overflows.
Fixed a bug which caused NAND astable multivibrator to oscillate. 
74123 improvements
2014-05-15 00:03:27 +00:00
Dirk Best
beb96a628d Merge branch 'master' of ssh://mess.org/mame 2014-05-14 23:16:34 +00:00
Dirk Best
cee743ef50 Amiga: Fix A3000 RTC tag 2014-05-14 23:16:32 +00:00
Roberto Fresca
55271599d1 Corrections on docs and PCB layout... 2014-05-14 23:13:23 +00:00
Dirk Best
b8fdf1e6d0 Amiga: Implement internal IDE controller for the Amiga 4000. Fix RTC
hookup in Amiga 3000 and 4000. Set RP5C01 RTC to actually return 24 hour
mode, which fixes RTC detection for the Amiga.
2014-05-14 23:12:01 +00:00
Dirk Best
fc15e17922 Merge branch 'master' of ssh://mess.org/mame 2014-05-14 23:11:59 +00:00
Dirk Best
37d7a13376 Amiga: Fix NTSC GAYLE clocks 2014-05-14 23:11:58 +00:00
Scott Stone
5d114fbb0a Correct some device shortname/longname conflicts that had surfaced (nw) 2014-05-14 21:25:20 +00:00
Wilbert Pol
64ceb60338 Whoops, forgot these (nw) 2014-05-14 19:12:09 +00:00
Wilbert Pol
7a106be1de (MESS) msx1_cart.xml: A few fixes (nw) 2014-05-14 19:10:22 +00:00
Wilbert Pol
c74226bb26 (MESS) msx.c: [Wilbert Pol]
- Reimplemented the cartridge slots as slot devices.
- Moved the msx slot layouts to inline machine configuration.
- Started adding support for a few more firmware types.
- Add turbo support to Panasonic FS-A1FX/FS-A1WX/FS-A1WSX.
2014-05-14 19:04:52 +00:00
Fabio Priuli
8ab3ccb194 fix for mt5508 + mask direct accesses to vrom (better safe than sorry). nw. 2014-05-14 16:47:03 +00:00
Robbbert
64c49f8510 (MESS) lft1510 : connected to a terminal 2014-05-14 16:19:28 +00:00
Robbbert
769924f42f (MESS) lft1230 : fixed regression 2014-05-14 15:26:28 +00:00
Wilbert Pol
8fa494bd36 (MESS) hashfile.c: Make hasfile processing work without a running_machine(). (nw) 2014-05-14 15:26:16 +00:00
Ivan Vangelista
f0842fdbfd Fixed assorted wd17xx related regressions (nw) 2014-05-14 14:34:21 +00:00