Commit Graph

23385 Commits

Author SHA1 Message Date
Robbbert
9b897a698b (MESS) mbee : converted to modern fdc, still doesn't work though. (nw) 2013-07-05 11:16:08 +00:00
David Haywood
d1d229a28a reduce AM_RAM_WRITE_LEGACY users 2013-07-05 08:57:38 +00:00
Scott Stone
bdeaeb1625 Converted the tmp68301 to a device. [Osso] 2013-07-05 03:01:42 +00:00
Scott Stone
45c37b7627 Modernized the x1_010 device. [Osso] 2013-07-05 02:53:43 +00:00
Scott Stone
50f6e6cf3d Modernized some others devices contained in konicdev.c: k007342, k007420, k052109, k051960 and k05324x. [Osso] 2013-07-05 02:47:27 +00:00
smf-
2e9622ecdb Fixes for building MAME with Visual Studio 2013 preview [smf] 2013-07-05 00:45:14 +00:00
Michaël Banaan Ananas
80c05d71d9 fix priority ram memory test 2013-07-04 21:11:58 +00:00
Scott Stone
8c9248216d Dropped ESS5505/6 levels in driver to make up for changes in core which under normal levels caused VERY loud audio and clipping. (nw)
Note:  This is a temporary fix until the core itself can be made to react as it did before the last sound core change (r23691).
2013-07-04 21:09:04 +00:00
Wilbert Pol
0a71ecb681 arm7.c: Modernized cpu core. (nw) 2013-07-04 20:17:04 +00:00
Brian Troha
1e12a504fd itech32.c: Correct cut-n-paste error in rom names. - NW 2013-07-04 19:27:44 +00:00
Oliver Stöneberg
c0363ecc1f removed unused AM_RAM_DEVWRITE_LEGACY macro (nw) 2013-07-04 18:34:36 +00:00
Michaël Banaan Ananas
563d730a34 11.1s is a 74154 on the PCB, not a ROM 2013-07-04 16:50:00 +00:00
Scott Stone
8f6c47431b Fix validation error (nw) 2013-07-04 15:46:41 +00:00
Scott Stone
f25378ad70 Modernization of decocomn device [Osso] 2013-07-04 15:22:57 +00:00
Oliver Stöneberg
bb590452dd disabled optimizations for FLAC__lpc_compute_autocorrelation() for 32-bit GCC builds to prevent different output filesizes with optimized builds (nw) 2013-07-04 14:22:42 +00:00
Oliver Stöneberg
0f813d48f3 core validation message were never shown (nw) 2013-07-04 13:21:24 +00:00
Oliver Stöneberg
8ef51e2615 disabled unused private field (nw) 2013-07-04 12:06:40 +00:00
smf-
1b7a99070f new NOT WORKING
Chaos Breaker (v2.02J) [Shoutime]
Giga Wing Generations (v2.02J) [Shoutime]
Homura (v2.04J) [Shoutime]
Raiden III (v2.01J) [Shoutime]
Spica Adventure (v2.03J) [Shoutime]
Shikigami no Shiro III (v2.06J) [Shoutime]
Raiden IV (v1.00J) [Shoutime]
The King of Fighters '98: Ultimate Match (v1.00) [Shoutime]
Trouble Witches AC (v1.00J) [Shoutime]
Goketsuji Ichizoku: Matsuri Senzo Kuyou (v200906230) [Shoutime]
2013-07-04 11:31:51 +00:00
Miodrag Milanovic
73dfc95f42 (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz]
(for MB-6892). For now these behave the same as bml3 (MB-6890).
Refactor disk controllers and kanji ROM as slot devices. This allows
switching between MP-1802 and MP-1805 disk controllers. MP-1805 disk
controller now works. Kanji ROM now works.
Keyboard scanning in 'counter disabled' mode now works.

imgtool: Add bml3 driver, supporting both single-density (MP-1805
controller) and double-density (MP-1802 controller) disks in D88 format.

mc6843: Work around floppy_get_device() not finding drives attached to a
slot device.Store all 8 bits in CTAR current track register, rather than
excluding bit 7 (needed for bml3 MP-1805 boot)
2013-07-04 10:43:00 +00:00
Robbbert
f0fa61c965 3wondersb: remove copy-pasted comments, and added a note. (nw) 2013-07-04 07:58:19 +00:00
Brian Troha
d146d1e62d eolith.c: Add "Skip ROM DATA Check" dip for Hidden Catch sets that use it. Correct Penfan's service switch to DSW4:4 from DSW4:1 - NW 2013-07-03 22:09:33 +00:00
Michaël Banaan Ananas
250b1a0bdb small update, i had other changes too, but too error-prone 2013-07-03 22:06:28 +00:00
Angelo Salese
445f50ace4 Hooked up Terminal to Quadtel Harriet 2013-07-03 21:41:34 +00:00
David Haywood
2eaa70bb87 protection patch + speedup
the sound 'works' using the external program rom from HC2 + rom patch but obviously I can't guarantee it to be correct but the game does seem based on the 'new hidden catch' codebase anyway and the sound programs are minimal code.

marked it as working, but need to look at where the extra OKI sound board maps and hope it isn't driven by the sound MCU.

(note, setting registers seems broken in the hyperstone core since modernization)
2013-07-03 20:54:51 +00:00
Angelo Salese
97a9d29b91 Some changes to PDP-11, nw 2013-07-03 20:07:01 +00:00
David Haywood
a81b57a088 new NOT WORKING
Hidden Catch 2000 (AT89c52 protected) [Brian Troha, The Dumping Union]
2013-07-03 19:44:04 +00:00
Scott Stone
bc5bed0306 Differentiate legacy from new hotness (nw) 2013-07-03 19:34:24 +00:00
Scott Stone
b350b5759d Modernizing the seta01 device. [Osso] 2013-07-03 15:44:52 +00:00
Michaël Banaan Ananas
31e49b0af7 improve inputs 2013-07-03 15:42:06 +00:00
Phil Bennett
653a0bf54c Fix 'error: comparison of constant 4278190080 with expression of type 'pixel_t' (aka 'unsigned short') is always true' -nw- 2013-07-03 15:17:31 +00:00
Oliver Stöneberg
23bcd8223d disable creation of uncompressed LD CHDs (nw) 2013-07-03 14:15:31 +00:00
Robbbert
b01c117e79 New NOT WORKING clone.
New Clone Added
------------------------------------------------------
3 Wonders (bootleg) [Robbbert, Any, The Dumping Union]
2013-07-03 11:39:49 +00:00
Oliver Stöneberg
075726ba09 chdtest.py: corrected SHA1 mismatch messages (nw) 2013-07-03 11:30:15 +00:00
Michaël Banaan Ananas
2f9e385c7c it needs ALWAYS_UPDATE and partial updates for collision detection 2013-07-03 08:09:32 +00:00
mahlemiut
2c472f6121 decodmd1: fix likely buffer overflow. (no whatsnew) 2013-07-02 23:26:02 +00:00
mahlemiut
e132bd8f8a decodmd1: added low intensity dots. (no whatsnew) 2013-07-02 23:21:35 +00:00
Scott Stone
27df3279ca Modernize the Konami 037122 device. [Osso] 2013-07-02 18:05:45 +00:00
Dirk Best
ed9bab35b6 mtx.c: Improve snapshot loading 2013-07-02 17:25:59 +00:00
Oliver Stöneberg
a4f86de597 disabled some warnings for GCC 4.8 (nw) 2013-07-02 16:43:15 +00:00
cracyc
cb0b91aa58 i86: mov cs,ew is not a valid 80186 instruction (nw) 2013-07-02 14:41:14 +00:00
cracyc
d41f2ae4f8 i86: modernize 80[1]86 [Carl, Wilbert Pol]
--
80286 is a WIP
2013-07-02 13:25:53 +00:00
mahlemiut
32b03642f0 de_3: improved communications with Type 1 DMD. 2013-07-02 12:18:12 +00:00
Robbbert
64253b59bb MT 04841: m4exotic, m4jflash, m4madmnc, m4mmm, m4przrfm, m4rhfev, m4spinbt, m4xch, m4xs, m4xtrm: [debug] Crash after OK [Robbbert]
(out of whatsnew): Modified banking so it doesn't try to select a bank beyond the end of memory. There are far too many sets to test to look for regressions elsewhere.
2013-07-02 09:07:19 +00:00
Brian Troha
4023c2aad4 new Jackal clone
New Clone Added
-------------------------------------------
Jackal (World, Rotary Joystick) [ShouTime, The Dumping Union]
2013-07-02 03:12:18 +00:00
Jonathan Gevaryahu
8ec0a6c274 fix compile by commenting out unused variables (n/w) 2013-07-02 02:56:52 +00:00
Brian Troha
6fd0e1c897 New Shanghai 3 clone
New Clone Added
--------------------------------
Shanghai 3 (US) [Brian Troha, The Dumping Union]
2013-07-02 02:53:35 +00:00
Brian Troha
bcfec87263 new Mini Boy 7 clone
New Clone Added (not working)
----------------------------------------
Mini Boy 7 (set 3) [Brian Troha, Cornishdavey, The Dumping Union]
2013-07-02 02:46:52 +00:00
Brian Troha
2b442ac440 segas16b.c: Correct rom labels for Tetris (FD1094, 317-0092) set and add Sega rom board ID# [The Dumping Union] 2013-07-02 02:22:42 +00:00
Michaël Banaan Ananas
d847b7e81d (renamed taito_type_x.c) 2013-07-01 22:07:02 +00:00
mariuszw1
b8ef801a4e Sea Battle: added most of the graphics hardware and I/O [Mariusz Wojcieszek] 2013-07-01 21:10:10 +00:00