Commit Graph

59257 Commits

Author SHA1 Message Date
Vas Crabb
c3bb16e636 dammit (nw) 2018-05-15 05:50:58 +10:00
Vas Crabb
2332572800 More cleanup/streamlining of machine configuration and macros:
* Get rid of implicit prefix for GFX decode names and prefix them all
* Get rid of special macro for adding GFXDECODE in favour of constructor
* Make empty GFX decode a static member of interface
* Allow palette to be specified to GFXDECODE as a device finder
* Removed diserial.h from emu.h as it's used relatively infrequently

Also fix darkseal and vaportra propely.  The palette device
automatically attaches itself to a share with matching tag.  The correct
solution here is to rename one or the other out of the way, since it was
never attached to a share before.
2018-05-15 05:43:28 +10:00
ajrhacker
d1f8569f4d
Merge pull request #3570 from DavidHaywood/140518_2
new WORKING clones
2018-05-14 14:50:47 -04:00
hap
29e4a16849 New working machine added
-----------
Wayne's World (Tiger handheld) [hap, Sean Riddle]
X-Men (Tiger handheld) [hap, Sean Riddle]

New working clones
------------------
The Rocketeer (Tiger handheld) [hap, Sean Riddle]
2018-05-14 20:10:42 +02:00
DavidHaywood
95ebfcf04b new WORKING clones
V-Liner (v0.7e) [Razoola]
V-Liner (v0.53) [Razoola]
2018-05-14 18:19:15 +01:00
AJR
7df74b4ed9 vic4567: Use device_palette_interface (nw) 2018-05-14 13:05:44 -04:00
AJR
6e0979308e dms5000: More attempts at getting this somewhere (nw) 2018-05-14 12:43:10 -04:00
AJR
af7ad4eaba dms5000: Add a few things to this skeleton (nw) 2018-05-14 11:40:49 -04:00
DavidHaywood
3abb049877 new machines marked as NOT WORKING
War Mission (WM 4/6/87) [Jordi  Beltrán Casany, Recreativas.org, The Dumping Union]

The disk needs reading again using the original drive, which produced better results for the other disks, at least one track is bad at the moment.
2018-05-14 16:17:11 +01:00
AJR
5c3d3a9b6d qtsbc: Minor documentation update (nw) 2018-05-14 11:11:40 -04:00
R. Belmont
2ed913b682
Merge pull request #3568 from pmackinlay/mouse
interpro: install slotified mouse (nw)
2018-05-14 09:20:10 -04:00
Patrick Mackinlay
4f9ef3e373 softfloat3: fix msvc build (nw) (#3566)
* softfloat3: fix msvc build (nw)

Is this how we do these things? I assume we don't touch the library code itself, and have to "fix" any problems via this header instead?

* softfloat3: do we like this better? (nw)

* softfloat3: it gets the hose again (nw)

* softfloat3: sonofa (nw)
2018-05-14 09:18:24 -04:00
AJR
fde607a759 dms86: NMI is manually triggered (nw) 2018-05-14 09:05:45 -04:00
AJR
188b60629c dms86: Not particularly important update (nw) 2018-05-14 08:53:51 -04:00
Curt Coder
0298e45fcf abc800: Cleanup. (nw) 2018-05-14 15:23:20 +03:00
AJR
f3d19e977c Make debugger dump command work with unaligned addresses 2018-05-14 08:08:01 -04:00
Patrick Mackinlay
1295fefbce interpro: install slotified mouse (nw)
Also restore the driver init that was accidentally lost.
2018-05-14 18:55:49 +07:00
ajrhacker
6779e6df20
Merge pull request #3567 from pmackinlay/keyboard
interpro: lle keyboard wip checkpoint (nw)
2018-05-14 07:32:41 -04:00
Curt Coder
399ca89c5e abc806: Marked software list items as not working. (nw) 2018-05-14 14:07:27 +03:00
Curt Coder
1190ef396b abc800: Removed outdated todo item. (nw) 2018-05-14 14:05:45 +03:00
Patrick Mackinlay
8fd435093d interpro: lle keyboard wip checkpoint (nw)
Also delete non-functional LED handling in hle; no point output-findering it because it doesn't work and the LLE implementation will likely supercede it soon anyway.
2018-05-14 17:48:47 +07:00
Ivan Vangelista
211001f5b8
vaportra.cpp: fixed regression (nw) 2018-05-14 12:24:59 +02:00
Ivan Vangelista
2b5f3a4035
darkseal.cpp: fixed regression (nw) 2018-05-14 12:24:29 +02:00
Olivier Galibert
1af6bdd952 Fix hyperstone drc (nw) 2018-05-14 07:20:49 +02:00
arbee
b3ae5e6a7f sh4drc: UML implementations of FSTS, FLOAT, FTRC, FNEG, FABS, FSCHG, and FRCHG [R. Belmont] 2018-05-14 00:09:17 -04:00
AJR
cd78e65f26 alpha68k.cpp: Use same clocks for earlier hardware, pending verification (nw) 2018-05-13 23:45:02 -04:00
AJR
734f51809e nes_slot.cpp: Privatize m_maincpu member (nw) 2018-05-13 23:28:04 -04:00
arbee
9fa752a1a6 sh4drc: UML implementations of FLDI0, FLDI1, FCMP_EQ, and FCMP_GT [R. Belmont] 2018-05-13 22:48:15 -04:00
Vas Crabb
fea19bd797 and another thing (nw) 2018-05-14 11:50:06 +10:00
Vas Crabb
db2c8c9555 moar (nw) 2018-05-14 11:36:03 +10:00
Vas Crabb
75f1e7f86d set_tag can now take things other than C strings - please don't write new legacy code (nw) 2018-05-14 11:16:50 +10:00
arbee
62be291842 Initial import of SoftFloat release 3E [R. Belmont]
This is a pre-usage import so everyone can get things in line for various compilers.  GCC/Clang should be OK on most targets as-is;
MSVC may need to edit 3rdparty/softfloat3/build/MAME/build.h to conform.  Please report failure/success with various compilers.
2018-05-13 19:52:33 -04:00
cam900
a65fccc1f5 tatsumi.cpp : Reduce runtime tag lookups, Fix region tags, Move CLUT'… (#3561)
* tatsumi.cpp : Reduce runtime tag lookups, Fix region tags, Move CLUT'ed tile expand functions into video_start, Reduce duplicates

* tatsumi.h : Fix build

* tatsumi.cpp : Fix build(2)
2018-05-13 18:03:48 -04:00
cam900
16f9e92d28 tatsumi.cpp : Add reference of bigfight (#3559) 2018-05-13 17:52:53 -04:00
AJR
45bf7b8f8c tlc34076: m_pens is unnecessary now (nw) 2018-05-13 17:49:22 -04:00
AJR
7db49620b2 tlc34076: Convert implementation to use device_palette_interface (nw) 2018-05-13 17:46:27 -04:00
angelosa
00f85467d9 seicupbl.cpp: some sprite priorities (nw) 2018-05-13 22:50:41 +02:00
angelosa
33c9f1abd6 seicupbl.cpp: layer disable hookup (nw) 2018-05-13 22:50:37 +02:00
angelosa
e56138b1da seicopbl.cpp: more fixes (nw) 2018-05-13 22:50:34 +02:00
Olivier Galibert
b9cc6cc893 Fix NATIVE_MASK, should unbreak all non-zero-address-shift CPUs (nw) 2018-05-13 21:49:40 +02:00
AJR
4f2fddc86e tms32010: Fix endianness (nw) 2018-05-13 14:10:13 -04:00
AJR
66aece0d82 huc6260: Internalize palette (nw) 2018-05-13 13:32:49 -04:00
AJR
1d68137135 huc6261, huc6272: Use required_device instead of explicit lookups (nw) 2018-05-13 13:31:20 -04:00
yz70s
05ca2a543b make method constant (nw) 2018-05-13 19:17:22 +02:00
AJR
83805a56ef pc_vga.cpp: machine().device cleanups (nw) 2018-05-13 13:12:24 -04:00
AJR
a0669cac2c sc4rhxw: Validation fix (nw) 2018-05-13 13:08:57 -04:00
AJR
5b316c6d23 nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) 2018-05-13 12:51:03 -04:00
AJR
48b45768a0 bus/cbus: Interrupt lines are now callbacks (nw) 2018-05-13 12:09:16 -04:00
AJR
f5a1f095fd pic8259: Use device_resolve_objects (nw) 2018-05-13 12:07:37 -04:00
AJR
4eec26e60f ticket: Use output finder (nw) 2018-05-13 12:07:23 -04:00