Commit Graph

49501 Commits

Author SHA1 Message Date
MetalliC
f7e6797793 new games added as NOT_WORKING
------------------------------
Star Horse Progress (main screens, Rev B) [any, Lord-Nightmare, MetalliC, rtw, ShouTime]
Star Horse Progress (sound & backup, Rev A) [any, Lord-Nightmare, MetalliC, rtw, ShouTime]
Star Horse Progress (live, Rev A) [any, Lord-Nightmare, MetalliC, rtw, ShouTime]
Star Horse Progress (backup data) [any, Lord-Nightmare, MetalliC, rtw, ShouTime]

research&document master/slave ROM boards feature [rtw, MetalliC]
rename Star Horse sets for consistency.
change Dead or Alive 2 Millenium to be parent of DoA2 set, note: DoA2M is not "new" game or some addon, its just newer revision, EPROM update, released ~month later of doa2 set.
2017-01-21 21:10:16 +02:00
smf-
c9f3caf155 fix build (nw) 2017-01-21 18:56:23 +00:00
hap
a0c5f7f97c hh_tms1k: horseran works now, will correct whatsnew manually (nw) 2017-01-21 17:51:19 +01:00
angelosa
397d567e0f These two are Naomi 2 (nw) 2017-01-21 14:55:58 +01:00
angelosa
1d0835f9a2 More cleanups on top (nw) 2017-01-21 14:52:03 +01:00
angelosa
a18d91c43e Moved atomiswave and naomi 2 specifics into own state machines (nw) 2017-01-21 14:49:06 +01:00
Vas Crabb
05b0a89007 m6805: misc changes
* Turn a lot of macros into inline methods so they can be scoped down
* Correct affected flags in comments on opcode handlers (actual code was correct)
* Remove unnecessary flag calculation tables
* Add a table with CMOS instruction timings
2017-01-21 22:20:47 +11:00
angelosa
f2a9a936a2 Merge branch 'master' of https://github.com/mamedev/mame 2017-01-21 12:20:12 +01:00
angelosa
1dca978622 Re-organization on top (nw) 2017-01-21 12:19:36 +01:00
Justin Kerk
31cf1ce1c6 ibm5150.xml, ibm5170.xml: Additions (nw) 2017-01-21 02:07:27 -08:00
angelosa
d9b433540f naomi.cpp: Added inputs for Mars TV [Angelo Salese]
out-of-whatsnew:
* Added cheat for main CPU unscaled clock;
* Moved debug inputs into Machine Configuration;
* Made doa2m, dankuga and dariusgx parents;
2017-01-21 10:49:43 +01:00
smf-
1e46ba66d6 fix for building with visual studio (nw) 2017-01-21 08:37:12 +00:00
hap
f7d53f4b82 hh_ucom4: dummy lcd for mcompgin (nw) 2017-01-21 05:46:26 +01:00
hap
d87c835607 farad fahrrad (nw) 2017-01-21 05:33:25 +01:00
hap
854d1e12be hlcd0515: finished device (nw) 2017-01-21 05:24:41 +01:00
Dirk Best
aea2c5e14a Add A1200 keyboard skeleton device (needs MC68HC05Cx support) 2017-01-21 02:28:00 +01:00
hap
41e4bb5797 added hlcd0515 skeleton device (nw) 2017-01-21 01:46:33 +01:00
Vas Crabb
31ae79c107 need LOG_GENERAL before VERBOSE (nw) 2017-01-21 10:20:34 +11:00
hap
3d60ede46b New NOT_WORKING machine added
-----------
Mattel Thoroughbred Horse Race Analyzer [hap, Sean Riddle]
2017-01-20 23:58:18 +01:00
couriersud
4d15501a30 Netlist: code refactoring
Make streams provide binary access only. Use putf8_reader and
putf8_writer to actually access streams. Replace some char * parameters
with pstring where appropriate. Minor code refactoring and move
functionality were it belongs. (nw)
2017-01-20 22:29:23 +01:00
couriersud
1ae3e29ea3 Assume string literals are UTF8 in netlist code.
At the same time, any char pointer has to be explicitly converted to
pstring by specifying an encoding. Not yet optimal, but certainly better
than what was there before. 
Removed unneeded methods from pstring. (nw)
2017-01-20 22:20:36 +01:00
couriersud
d0b6742563 Default argument on plib::environment now optional. (nw) 2017-01-20 22:20:35 +01:00
couriersud
167d8405ec Converted warnings and fatal log messages to constants.
Also refactored some code to ease the exercise. (nw)
2017-01-20 22:20:35 +01:00
R. Belmont
da169d7fe0 Merge pull request #2002 from wilbertpol/hcd62121
hcd62121/cfx9850: several small cleanups (nw)
2017-01-20 15:29:12 -05:00
R. Belmont
e5151363b0 Merge pull request #1993 from einstein95/master
Add the Sonic 3 proto lock-on chips to the relevant Sonic 3 proto sets (nw)
2017-01-20 15:11:02 -05:00
R. Belmont
2168bda1a9 Merge pull request #2003 from SailorSat/master
polyplay: add a german version of zre-pp base polyplay (with 10 games)
2017-01-20 15:05:13 -05:00
Stiletto
7d557876ed (nw)
(nw)
2017-01-20 15:00:49 -05:00
Stiletto
ddba1931f9 retofinv.cpp: add comment about developer (thanks to TCRF and GDRI)
retofinv.cpp: add comment about developer (thanks to TCRF and GDRI)
2017-01-20 14:33:26 -05:00
smf-
dffac52f34 Fixed building with clang on windows, built with clang 3.91, gcc 6.3.0 & msvc 2015 (nw) 2017-01-20 13:17:54 +00:00
einstein95
04b7187ba8 Add the Sonic 3 proto lock-on chips to the relevant Sonic 3 proto sets 2017-01-21 01:14:08 +13:00
Vas Crabb
59ed49f709 Help me template compiler! You are my only hope!
6805 cleanup:
* Reduce massive amounts of redundancy by templating opcode handlers
* Replace the epic switch statement with a dispatch table
* Fix timings for a few instructions
2017-01-20 22:13:25 +11:00
Vas Crabb
19a9122748 add logmacro.h inspired by Edstrom's log macros
* should be #included after other headers and after optionally #defining VERBOSE
* usage samples in z80scc.cpp and m68705.cpp

68705: add lots of logging to help trace issues
2017-01-20 16:53:12 +11:00
Joakim Larsson Edström
d125a1c0a8 Merge pull request #2004 from JoakimLarsson/fccpu20
New working board: Fccpu20
2017-01-20 01:37:11 +01:00
Ariane Fugmann
d5edbe9fa3 polyplay: add a german version of zre-pp base polyplay (with 10 games)
- added new polyplay2 romset; german version with 10 games (6 new ones)
- renamed czech version to polyplay2c and made a clone of polyplay2
2017-01-20 01:35:16 +01:00
Joakim Larsson Edstrom
e0b8d253dc completed Rx and serial interface handshake support 2017-01-20 01:32:00 +01:00
Joakim Larsson Edstrom
316ae121c7 Added PCB layout and hooked up the Rx part, terminal is working now 2017-01-20 01:29:56 +01:00
Vas Crabb
43ece2178b Merge pull request #1999 from ajrhacker/midres_mcu
Add MCU (disabled) to midresb config; Bagman bootleg note (nw)
2017-01-20 09:59:42 +11:00
AJR
03e0c22b0a P2 controls aren't here (nw) 2017-01-19 17:33:28 -05:00
Wilbert Pol
fc16e06975 hcd62121: several small cleanups (nw) 2017-01-19 22:50:30 +01:00
R. Belmont
51081d26e4 Merge pull request #2001 from intealls/pa-cc
Some PortAudio-related changes and fixes
2017-01-19 15:50:13 -05:00
smf-
463df706e6 fixed building with visual studio (nw) 2017-01-19 20:17:50 +00:00
AJR
1694f95fd0 Add MCU (disabled) to midresb config; Bagman bootleg note (nw) 2017-01-19 11:18:18 -05:00
Vas Crabb
48073dbf03 completely eliminate the concrete 68705-without-peripherals class
m6805evs: add proper memory map in comment and note that it needs CPU core support for the 68HC705 family
2017-01-20 01:42:28 +11:00
Robbbert
a6afc556b4 Zorba keyboard: fixed F4 2017-01-19 23:41:45 +11:00
Vas Crabb
b6d0ccd09b zorba keyboard improvement (nw) 2017-01-19 23:23:45 +11:00
Vas Crabb
df75e7463e zorba: use perfect time quantum for keybaord MCU, map right shift (nw)
There's some kind of sync issue between the keyboard MCU which generates
serial signals off its internal timer/counter and the 8251 USART in the
computer that causes characters to be dropped.  Some characters are more
likely to be dropped than others.  There's an issue somewhere in the
chain, and this is a good test case for whatever it is.
2017-01-19 22:05:39 +11:00
Vas Crabb
98b85af4a7 pitnrun: use new MC68705P5 device
m68705: expose more more internal registers through the state interface
* shows contents of registers that can't be read by program code

i8251: make receive more reliable clean up a little

zorba: meat on the bones
* create emulated keyboard device
  - 88 of 96 matrix keys identified, 6 of 8 DIP switches identified, 3 of 6 outputs identified
* connect IEEE-488, RS232 and Centronics ports
* hook up all IRQ sources and connect PIT to UARTs
* more notes

osborne1, gladiatr: use input changed member (nw)
2017-01-19 20:51:30 +11:00
Ivan Vangelista
64659f8bca Merge pull request #1998 from ajrhacker/bagmanf_inputs
bagmanf: Fix inputs and shuffle PROMs for better colors (game still t…
2017-01-19 06:45:00 +01:00
briantro
beab5e24c7 vicdual.cpp: Minor spelling fix - NW 2017-01-18 21:36:16 -06:00
AJR
ce9e5c8f34 bagmanf: Fix inputs and shuffle PROMs for better colors (game still tends to crash) 2017-01-18 22:25:52 -05:00