Commit Graph

50395 Commits

Author SHA1 Message Date
Miodrag Milanovic
aa83c19e77 fix windows compile (nw) 2017-02-11 19:27:17 +01:00
Olivier Galibert
a2557f1b02 Remove emu.h from headers (nw)
Per Vas' request.  If the compile fails for you (i'm thinking osx and
windows native debuggers here in particular), add '#include "emu.h"'
as first include of the cpp files that fail.

Due to our use of precompilation and forced inclusion, emu.h must be
included as the very first non-comment thing we do if we want to be
sure msvc compiles are identical to gcc/clang ones.  Doing it directly
instead of through an include increases the correctness probability by
a magnitude.
2017-02-11 18:31:20 +01:00
Vas Crabb
c49b631153 sitcom: softlist a few more demos, reverse order of year/publisher 2017-02-12 02:55:21 +11:00
hap
36e84ff339 improve funjacks.lay a bit (nw) 2017-02-11 16:24:02 +01:00
hap
04bf42797a hh*: remove potential problem with artwork where leds initial state is undefined (nw) 2017-02-11 15:40:16 +01:00
Vas Crabb
32e28a68d6 sitcom: hook up LEDs to PIA outputs to show state visually, softlist a
buch of tutorial programs (mostly displaying patterns on the LEDs)
2017-02-11 23:04:57 +11:00
trap15
a421976911 PGM2 driver work 2017-02-11 01:08:56 -08:00
Justin Kerk
f86b81cf8e ibm5150.xml, ibm5170.xml: additions (nw) 2017-02-11 01:06:19 -08:00
trap15
2672fb6f8e Further fixes for ARM 2017-02-11 01:04:33 -08:00
Ivan Vangelista
03e7fc0a8b New not working clone
__________________
Gamshara (World, 10021 Ver.A) [Bill D., The Dumping Union]
2017-02-11 09:27:58 +01:00
briantro
6d4d1b1695 freekick.cpp: Gets Omega working - NW 2017-02-11 01:54:33 -06:00
briantro
ba7a157864 freekick.cpp: Fix port_start & verified bonus - NW 2017-02-11 01:30:59 -06:00
briantro
ac3895497c freekick.cpp: Spelling fix - NW 2017-02-11 01:04:05 -06:00
briantro
fab705d29b freekick.cpp: Minor doc update 2017-02-11 00:57:57 -06:00
briantro
f7d18d38af Merge branch 'master' of https://github.com/mamedev/mame 2017-02-11 00:55:17 -06:00
briantro
63ebe1b684 freekick.cpp: Fills in dipswitchs for Omega - NW
NOTE: Does NOT change the working state of game at all!
2017-02-11 00:54:49 -06:00
trap15
976647a292 ARMv5 additions to ARM7 2017-02-10 22:19:23 -08:00
Vas Crabb
b90b684cd4 dl1416: clean up, support signal-level interface better, support
variants better

sitcom: implement Boot and Reset buttons, implement remapping of low
32kB, hook up PIA, implement I/O space mirrors, hook up RS232 interface
for downloading programs, add a software list with two example programs.

(nw) sitcom software list isn't hooked up right, the file won't be fed
to the -bitb input if you run with the set name; you have to run like
mame sitcom -bitb roms/sitcom/san.zip/san.hex
2017-02-11 16:56:25 +11:00
hap
bc695d75da pic16: added pic1655 (nw) 2017-02-11 05:01:03 +01:00
hap
56a8b5a73b pic16: small update, correct savestates (nw) 2017-02-11 04:12:44 +01:00
AJR
b4acf336b6 gcpinbal: Update machine flags to better reflect current emulation status 2017-02-10 21:10:56 -05:00
MetalliC
f41c4eee4e new NOT_WORKING clone
---------------------
Virtual On 2: Oratorio Tangram (Revision A) [twistedsymphony]
2017-02-11 02:02:57 +02:00
Vas Crabb
6364cb5a74 Revert "freekick.cpp: Switched omega to use gigas' machine/gfx/etc and temporarily using gigas' color proms (some sprites have wrong colors), game is "playable" except some technical issue makes it so the player cannot die. Marked as not working for now. [Lord Nightmare]"
This reverts commit 977b3b4138.
2017-02-11 10:19:25 +11:00
Lord-Nightmare
977b3b4138 freekick.cpp: Switched omega to use gigas' machine/gfx/etc and temporarily using gigas' color proms (some sprites have wrong colors), game is "playable" except some technical issue makes it so the player cannot die. Marked as not working for now. [Lord Nightmare] 2017-02-10 17:20:19 -05:00
couriersud
572ca8100f Reorder include order to comply with best practices. (nw) 2017-02-10 21:53:02 +01:00
couriersud
9a71daa2e0 Make windows builds of nltool and nlwav understand unicode.
nltool and nlwav now use wmain, i.e. UNICODE main on windows. (nw)
2017-02-10 21:53:01 +01:00
couriersud
ab17457707 Make sure netlist includes are not found directly on include path.
Instead, they have to be prefixed by "netlist/". Removed unneeded link
librariers for nltool and nlwav along the way. (nw)
2017-02-10 21:52:09 +01:00
Joakim Larsson Edström
041f7bb549 Merge pull request #2056 from JoakimLarsson/vme
VME cleanup
2017-02-10 14:49:46 +01:00
Joakim Larsson Edstrom
cf83a2de29 fccpu30: updated to new LOG system 2017-02-10 14:41:36 +01:00
Joakim Larsson Edstrom
c2d117b559 BIM 68153: fixed release irq line bug and updated LOGs 2017-02-10 14:22:14 +01:00
Joakim Larsson Edstrom
140d8c7558 fccpu20: updated LOGs 2017-02-10 14:20:54 +01:00
Joakim Larsson Edstrom
6254643729 68561: improved interrupt support and LOGs messages 2017-02-10 14:16:07 +01:00
Vas Crabb
a7bd0f45df Decrypt Omega program 2017-02-10 20:40:23 +11:00
Vas Crabb
17a597434a a bit more readable (nw) 2017-02-10 18:02:51 +11:00
AJR
dddf09d26c Remove device_config_complete from numerous devices that don't really need it (nw) 2017-02-09 22:49:40 -05:00
superctr
852e15e9a6 use word swap macro instead of byteswapped roms
(but i really think the dumps should be checked again)
2017-02-10 04:03:55 +01:00
Dirk Best
30fcbaae7a Remove debug printf (nw) 2017-02-10 02:44:56 +01:00
Dirk Best
a126b26264 Amiga: Make Akiko independent from driver state 2017-02-10 02:40:35 +01:00
Vas Crabb
b06c8c8d15 Zorba keyboard works a lot better now 2017-02-10 12:38:49 +11:00
AJR
001175e111 upd7810: For future use (nw) 2017-02-09 20:13:28 -05:00
Vas Crabb
9ae0bf812b Fix [MT06499](http://mametesters.org/view.php?id=6499) - probelm with edge case in 68705 timer overflow interrupt 2017-02-10 12:08:23 +11:00
Vas Crabb
678bed7007 m6805: clean up bih/bil handling 2017-02-10 11:18:04 +11:00
superctr
c17cb8332f byteswap samples for adillor and primglex 2017-02-10 01:13:43 +01:00
AJR
a4b3eafc7a upd7810: Replace fake I/O space with callbacks 2017-02-09 19:11:19 -05:00
superctr
bbce1673c0 C352: implement volume ramping, rewrite mulaw algorithm
- implement volume ramping behavior and confirmed with recording of
  real hardware (Tekken 3)
- rewrote mulaw algorithm. This is not quite perfect yet but is closer
  to recordings and sounds a bit clearer (example: Time Crisis)
2017-02-10 00:52:25 +01:00
Dirk Best
e365c63476 New not working game: Omega (Nihon System) [ShouTime, Darksoft, Anonymous Donator, Smitdogg, The Dumping Union] 2017-02-10 00:37:59 +01:00
R. Belmont
1184004e2c Merge pull request #2054 from fulivi/hp9845_dev10
hp9845: implemented correct aspect of alpha & graphic video modes
2017-02-09 12:15:02 -05:00
R. Belmont
3713cd3090 Merge pull request #2050 from shattered/_a044f00
T11: HALT opcode jumps to fixed restart address with PSW=0340 (nw)
2017-02-09 12:13:46 -05:00
fulivi
4bbc19ac6d hp9845: implemented correct aspect of alpha & graphic video modes by
using a layout file
2017-02-09 17:31:29 +01:00
MetalliC
43e588ed8d naomi.cpp: redumped "Crackin' DJ Part 2" [billy16jr, Cereth, cpsystem3, MetalliC, rtw] 2017-02-09 18:09:02 +02:00