Commit Graph

69028 Commits

Author SHA1 Message Date
Ivan Vangelista
5553e30989 suna8.cpp: made hardhea2b have correct data / opcodes split. Code flows, but no visible changes for now (nw) 2019-09-27 15:16:28 +02:00
AJR
12cc55a5e8 sstingry: Fix MCU communications and coinage DIP setting (nw) 2019-09-27 08:50:12 -04:00
Vas Crabb
58c512b761 (nw) Misc cleanup:
* bagman.cpp: use CONFblah for sense lines that don't warrant a different machine
* comx35.cpp: fix a "bool in integer context" thing
* supstarf.cpp: update commented code to devcb3 syntax
2019-09-27 22:33:47 +10:00
Ivan Vangelista
79ed29c078 new working clone
----------------------------------
Hard Head (bootleg, set 3) [jordigahan, The Heckler, ClawGrip]
2019-09-27 14:03:17 +02:00
Ivan Vangelista
f635b3ddd9 gsword.cpp: measured MCUs clocks for gsword [Guru] 2019-09-27 11:08:03 +02:00
cam900
379243808b ay8910.cpp : Device-fied sunsoft 5B sound hardware
- it has Yamaha volume parameter, single sound output and internal divider.
- Developed by Yamaha
2019-09-27 13:56:55 +09:00
Patrick Mackinlay
a0a1148938
stop breaking msvc (nw)
This isn't the right solution, the ASIO stuff should move to the build system according to @cuavas, but this gets msvc working again.
2019-09-27 10:35:51 +07:00
AJR
1d8c814c50 Add HD6805U1 type for future use (nw) 2019-09-26 19:45:30 -04:00
ClawGrip
548dfff0fb New machines marked as NOT_WORKING (#5688)
* New machines marked as NOT_WORKING
----------------------------------
Kursaal Darts [jordigahan, ClawGrip]

* Typo (nw)

* Typo (nw)
2019-09-26 18:28:54 -04:00
AJR
3f37b045a0 namcos21_de.cpp: Use same sound FIRQ source as other System 21 games (nw) 2019-09-26 18:16:18 -04:00
Joakim Larsson Edstrom
3245b9d3ba Review comments fixed 2019-09-26 22:57:33 +02:00
AJR
a8d1c9c7e0 sstingry: Replace protection simulation with MCU emulation 2019-09-26 16:26:31 -04:00
cracyc
afe6d421ae x68k: guess at special priority mode behavior (nw) 2019-09-26 15:08:21 -05:00
Ivan Vangelista
dd73b17c2a lucky37.cpp: decapped MCUs for lucky21, lucky21d, lucky37 [Team Caps0ff, TeamEurope] 2019-09-26 20:43:22 +02:00
Ivan Vangelista
9ec1e4898f rbmk.cpp: decapped at89c51 for rbspm [Team Caps0ff, EdHunter] 2019-09-26 20:20:56 +02:00
AJR
39e33cc407 ui/menu: Move one variable down into subclasses; fix some confusing variable naming (nw) 2019-09-26 12:26:10 -04:00
AJR
defc0ce5cf taitojc.cpp: Add XTAL notes; correct spelling of "Ensoniq" (nw) 2019-09-26 11:41:53 -04:00
Vas Crabb
edb1ebfd53 mips3drc: log a message if a "fast" register is set via the debugger. If there's a way to load a UML register from outside recompiled code, this will help someone fix GitHub issue #4904. Cached registers aren't reassigned dynamically, so it's pretty simple. (nw) 2019-09-27 00:18:49 +10:00
MetalliC
6ecd32ca41 wd_fdc: change Interrupt command logic based on WD1772 and VG93(1793 clone) decaps.
INTRQ logic in general is -
Reset conditions: status register read, command register write.
Setting conditions: command-specific (completion etc), command 0xDX is in command register and one of I0-3 conditions met.
Various WD FDC doc's statements 'command D0 is the only command which may clear interrupt after D8' is not correct, any other than Dx command write to command register will do this aw well.
2019-09-26 16:13:02 +03:00
Joakim Larsson Edstrom
a4b3c33dc3 mda: Added Ericsson Monochrome HR Graphics Board 1070 (might be splitted out later) and introduced logmacro.h 2019-09-26 14:14:17 +02:00
Joakim Larsson Edstrom
5f8e64d325 ega.cpp: converted to logmacro.h 2019-09-26 14:07:13 +02:00
Joakim Larsson Edstrom
dda15d1b6d eispc.cpp: Split out of the Ericsson PC (epc) from pc.cpp and added a serial keyboard 2019-09-26 14:06:08 +02:00
Joakim Larsson Edstrom
dd737543f0 pit8253.cpp: introduced logmacro.h based logging 2019-09-26 13:58:25 +02:00
Joakim Larsson Edstrom
d7125bedbc mc6845.cpp: more logging and reduced (not eliminated) warning spam significantly at startup when register values doesn't make sense 2019-09-26 13:57:21 +02:00
Joakim Larsson Edstrom
7c6ca794ae m6801.cpp: more logging and reduced unneeded updates of Tx line 2019-09-26 13:54:41 +02:00
Joakim Larsson Edstrom
b5ae4a8876 i8251.cpp: modernized debug printouts 2019-09-26 13:51:13 +02:00
Robbbert
f9c32a5ae6 vz200 : added a software list for snapshots. The software comes from years of collecting; original sources are unknown. 2019-09-26 21:36:32 +10:00
Vas Crabb
9a12ab37af Make osd_printf_* use util/strformat semantics.
(nw) This has been a long time coming but it's here at last.  It should
be easier now that logerror, popmessage and osd_printf_* behave like
string_format and stream_format.  Remember the differences from printf:
* Any object with a stream out operator works with %s
* %d, %i, %o, %x, %X, etc. work out the size by magic
* No sign extending promotion to int for short/char
* No widening/narrowing conversions for characters/strings
* Same rules on all platforms, insulated from C runtime library
* No format warnings from compiler
* Assert in debug builds if number of arguments doesn't match format

(nw) Also removed a pile of redundant c_str and string_format, and some
workarounds for not being able to portably format 64-bit integers or
long long.
2019-09-26 20:53:06 +10:00
Patrick Mackinlay
9d4b7b02ac
another try (nw) 2019-09-26 13:58:19 +07:00
Patrick Mackinlay
7476957f69
try another way (nw) 2019-09-26 13:38:59 +07:00
Patrick Mackinlay
75ef4119f8
doh (nw) 2019-09-26 13:12:29 +07:00
Patrick Mackinlay
b3e3fd9b97
appveyor: and again (nw) 2019-09-26 13:08:11 +07:00
Patrick Mackinlay
d79b2fcf30
try again (nw) 2019-09-26 12:39:28 +07:00
Patrick Mackinlay
88dd01b95d
appveyor: try this (nw) 2019-09-26 12:17:36 +07:00
AJR
081f592c54 bfmsys85.cpp: Correct 6809 type and clock (nw) 2019-09-26 01:13:44 -04:00
AJR
4284c5538a bfm_sc1.cpp: Correct 6809 type and clock (nw)
sd132: Fix validation (nw)
2019-09-26 00:56:42 -04:00
Patrick Mackinlay
6f0e4362e6
appveyor: let's try vs2019 16.3.0 (nw) 2019-09-26 10:44:36 +07:00
angelosa
2961878efe Split up alpha68k I and N games into own files (nw) 2019-09-26 01:01:54 +02:00
ClawGrip
b861927034 New clones marked as NOT_WORKING (#5682)
* New clones marked as NOT_WORKING

--------------------------------
Vs. Super Mario Bros. (bootleg with Z80, set 3) [jordigahan, ClawGrip]

* Add "suprmriobl3" (nw)
2019-09-25 17:02:01 -04:00
R. Belmont
133cbc344e
Merge pull request #5683 from vadosnaprimer/sound_callback
Lua callback after sound update has generated new samples
2019-09-25 17:01:44 -04:00
R. Belmont
21ad25e4c4
Merge pull request #5684 from AmatCoder/AmatCoder-snes-3
[snes] Run HTOTAL double only if needed
2019-09-25 17:00:50 -04:00
AJR
c119b62a52 xtal.cpp: Slight correction to one value (nw) 2019-09-25 16:17:36 -04:00
AJR
25ed9f53f6 wgp: Read inputs through ADC device (nw) 2019-09-25 14:33:12 -04:00
cracyc
90e360901c x68k_crtc: fix regression (nw) 2019-09-25 13:01:34 -05:00
AmatCoder
55bda8eb98 [snes] Run HTOTAL double only if needed
Also run HDMA when vpos=0

Fix Vortex & Judge Dreed graphics
2019-09-25 19:12:38 +02:00
angelosa
bc7372a32b Clones promoted to working
----------------------------
Gold Medalist (set 2, Alpha68k III PCB) [Angelo Salese]
Gold Medalist (bootleg, Alpha68k III PCB) [Angelo Salese]

alpha68k.cpp: fixed Gold Medalist missing status bar and "player 1 start/hurry up" GFXs for player 1 [Angelo Salese]
2019-09-25 18:51:40 +02:00
AJR
a24caaede8 rii: Many updates
- Identify CPU type used by vreadere as ePG3231
- Add preliminary port I/O handlers and callbacks
- Add stub handlers and state variables for interrupt controller, timers, synthesizer, UART and SPI
- Fix TBRD addressing of external data memory
- Fix calculation of carry flag for normal additive operations
- Implement multi-byte carry/borrow for applicable registers
- Implement signed multiplication option
- Add internal stack buffer for saving PCH during calls/interrupts
2019-09-25 11:57:56 -04:00
Dirk Best
a73d55f52e firetrap: Add MCU dump and hook it up
[Dirk Best, TeamEurope, Brian Troha]

The US version MCU has been created from the dumped japanese MCU
by patching the init byte.

Removed the MCU simulation.
2019-09-25 16:39:42 +02:00
Vas Crabb
95ed7c5b5a Merge tag 'mame0214'
MAME 0.214
2019-09-25 20:26:50 +10:00
Philip Bennett
7facfa5ae4 No longer need to hack around broken PPC fast RAM (nw) 2019-09-24 23:24:49 -07:00