Commit graph

59145 commits

Author SHA1 Message Date
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
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
AJR
f565f3bdbb konppc.cpp: Use device finders and eliminate machine().device(tag) (nw) 2018-05-13 12:07:08 -04:00
AJR
a3c4142402 konppc.cpp: Who Do? Part II: Electric Boogaloo (nw)
Ugh, does this device ever need a thorough rewrite...
2018-05-13 10:20:10 -04:00
Robbbert
4f0431e85a (nw) Fixed spelling mistakes 2018-05-14 00:15:07 +10:00
MooglyGuy
5cc2319a2e Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS explicit. (#3565)
* -Removed DRIVER_INIT macros in favor of explicitly-named member functions, nw

* -Removed DRIVER_INIT_related macros. Made init_ prefix on driver initializers explicit. Renamed init_0 to empty_init. Fixed up GAME/COMP/CONS macro spacing. [Ryan Holtz]

* Missed some files, nw

* Fix compile, (nw)
2018-05-13 22:22:22 +09:00
Olivier Galibert
49803e7418 cube quest: Fix cache endianness [O. Galibert] 2018-05-13 15:05:03 +02:00
AJR
3dda481107 Eliminate some explicit device tag lookups (nw) 2018-05-13 08:59:08 -04:00
angelosa
48c4db053c Forgot one (nw) 2018-05-13 12:20:26 +02:00
angelosa
1b21dcbcbc Renamed seicop.* -> seicopbl.*, fixes some bogus references (nw) 2018-05-13 12:20:24 +02:00
angelosa
ab44abe2cc seicopbl.cpp: 0905 (jump around!) (nw) 2018-05-13 12:20:22 +02:00
Patrick Mackinlay
d2b60e2e1b mcs48: minor dasm fix (nw) 2018-05-13 19:04:06 +10:00
yz70s
2801e5d400 correct error (nw) 2018-05-13 08:34:24 +02:00
yz70s
74f88c3740 pcipc.cpp: add superio, isa bus, et4000 vga and update for features in northbridge and southbridge (nw) 2018-05-13 07:56:02 +02:00