Commit Graph

23444 Commits

Author SHA1 Message Date
David Haywood
a78a26db4a mess stuff isn't compiled by default, and I wasn't using a combined build, so I missed this user, sorry. May as well fix it until final locations etc. are decided. 2013-07-05 19:00:25 +00:00
David Haywood
24f917c14c minor correctness (nw) 2013-07-05 17:30:07 +00:00
Brian Troha
b5b2b38a6e taito_b.c: Replace the b72-02.rom with correct dump b72-02.6 in the other Master of Weapons sets. Add PCB IC locations to the Tetris Master of Weapons conversion set. - NW 2013-07-05 15:06:30 +00:00
Michaël Banaan Ananas
1a35f362ab fromfromfromfrom 2013-07-05 14:41:39 +00:00
David Haywood
ada9617e4d also untangle the skeleton 68340. where the code ends up is TBD.
the actual core type of the 68340 is CPU32, so it is now derived from that.
2013-07-05 14:32:16 +00:00
David Haywood
1300de18e0 now that we're modern treat the 68307 like other modern CPUs by using a derived type with the peripherals in emu/machine instead of being glued into the CPU core. 2013-07-05 13:17:11 +00:00
Michaël Banaan Ananas
889060c2eb it's not a bad dump, we just didn't have the Japan version yet back then :p
tetrista: added 0.86u4
masterwj: added 0.129u4
2013-07-05 12:42:26 +00:00
Robbbert
b07f26a7d4 (MESS) mbee : forgot to remove 2 lines (nw) 2013-07-05 11:28:13 +00:00
smf-
5e81d147df Fixes for building MESS with Visual Studio 2013 preview [smf] 2013-07-05 11:25:00 +00:00
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