Vas Crabb
15e71127fb
formats: Removed some inappropriate uses of emu_fatalerror and stderr.
2020-08-23 10:55:03 +10:00
Scott Stone
489cd2a278
vgmplay.xml updates
...
- Added proper dates to nearly all ?? YEAR fields.
- Fixed dozens of short names to better match MAME's softlist metadata.
- Enhanced some descriptions for many Sega titles - properly denoting the actual console when possible.
2020-08-22 20:40:17 -04:00
Vas Crabb
a8c6add452
chdman.cpp: GCC 9.3 is actually the cutoff point for legacy MSVC-style long long format flags.
2020-08-23 10:22:24 +10:00
couriersud
a594ee4933
netlist: use macro dips for 74175, 74192, 74193, 74194, 74365.
2020-08-22 22:57:37 +02:00
couriersud
4b7eaf67e3
netlist: remove duplicate device definitions.
2020-08-22 21:31:06 +02:00
Brian Troha
ba8c8e79cf
karnov.cpp: Use OCS to derive clock speeds.
2020-08-22 13:26:32 -05:00
hap
af4a5ff1af
odyssey2: different video xtal for jopac
2020-08-22 20:24:09 +02:00
Nigel Barnes
1287663196
electron_romboxp: Empty ROM sockets contain RAM by default.
2020-08-22 18:40:38 +01:00
Nigel Barnes
e62a00e15d
electron_sndexp3: ROM is mapped to bank 13.
2020-08-22 18:40:38 +01:00
AJR
6d633630da
gnat10: Add lots of stubs and notes for later
2020-08-22 13:25:04 -04:00
hap
b7f12265ab
i8244: reduce partial screen update calls
2020-08-22 19:03:43 +02:00
Brian Troha
784d6ceb8f
karnov.cpp: Correct ROM labels for the Karnov sets.
2020-08-22 11:55:34 -05:00
couriersud
f6049d73b2
netlist: fix clang build.
2020-08-22 16:55:37 +02:00
couriersud
b0e0ac2b24
netlist: Add NETLIB_DELEGATE_NOOP()
...
* This should be used for inputs which do not need a handler.
* Examples are data inputs which are only accessed on a clock change.
2020-08-22 16:31:22 +02:00
couriersud
9e401f0b3e
netlist: Fix some documentation issues.
2020-08-22 16:30:16 +02:00
couriersud
1d723a69db
netlist: Fix some pedantic clang warnings.
2020-08-22 16:30:15 +02:00
Ivan Vangelista
d92513678b
splash.cpp: decrypted ringball. Currently stuck at initialization / test mode.
2020-08-22 15:37:03 +02:00
Curt Coder
6de642fc2e
abc1600: Implemented Luxor 4105 SASI card according to schematics. [Curt Coder, Dataindustrier AB DIAB Intressegrupp]
2020-08-22 15:59:18 +03:00
Curt Coder
1a1af6a3bb
nscsi_s1410: Fixed format unit command and data input. [Curt Coder]
2020-08-22 15:53:32 +03:00
Curt Coder
a485a2ee71
nscsi: Implemented REZERO command. [Curt Coder]
2020-08-22 15:51:36 +03:00
Curt Coder
f85348e977
z80dma: Added IEO callback. [Curt Coder]
2020-08-22 15:48:53 +03:00
Curt Coder
bb1670b623
abc80: Added a note regarding the slow floppy controller copy protection feature. [Curt Coder]
2020-08-22 15:46:15 +03:00
Scott Stone
7174110a3d
hp9k3xx_cdrom.xml: XML format fix (nw)
2020-08-22 07:37:15 -04:00
Vas Crabb
f5fb44a9db
Cleaned up save/load state menu code.
...
* Fixed display names for states saved with keyboard keys
* Wait for at least one frame with no keys pressed before
saving/loading.
2020-08-22 21:12:38 +10:00
David Haywood
90beaec1c6
push pcp8718 / pcp8728 foward, fix some unsp20 bit opcode bugs [David Haywood] ( #7109 )
2020-08-22 11:46:36 +02:00
Aaron Giles
40265058d9
sp0250: Further verification from real hardware.
2020-08-21 23:22:43 -07:00
Brian Troha
1776fe3135
m92.cpp: Correct ROM labels for the Undercover Cops World & US sets.
2020-08-22 00:44:10 -05:00
Julian Sikorski
a264090e78
Enable ppc64le for travis ( #7113 )
...
* Added akkaarrh to the ci target.
* Switched Travis CI to Ubuntu Focal.
* Allow ppc64le CI build to fail.
* Report CI status as soon as a job has failed or remaining jobs are allowed to fail.
2020-08-22 13:23:11 +10:00
hap
fad6c07331
i8244: simplify pos strobe hold
2020-08-21 23:33:20 +02:00
MetalliC
d87a23d9b6
midxunit.cpp small cleanup
2020-08-21 23:58:41 +03:00
MetalliC
89818f6456
midxunit.cpp bad PIC16 dump was manually restored, hooked to driver
2020-08-21 23:34:25 +03:00
Firehawke
fcb4c2eece
Merge pull request #7112 from Firehawke/master
...
Apple II update for August 2020 w/ metadata cleanups
2020-08-21 11:50:47 -07:00
Aaron Giles
ac28659b50
sp0250: count one more for pitch; update comments.
2020-08-21 11:33:06 -07:00
Brian Troha
69de4f30f6
m72.cpp: Correct Cut-n-paste statements to reflect corresponding ROM
2020-08-21 13:25:37 -05:00
arbee
983d3cdc77
apple3: Allow use of the CMS SCSI II Card, which works with SOSHDBoot. [R. Belmont]
2020-08-21 12:36:34 -04:00
hap
4223b14296
New working clones
...
------------------
Mephisto Polgar (v1.10) [Berger]
2020-08-21 18:12:46 +02:00
arbee
25b0ae64c7
apple3: add SOSHDBoot as the default BIOS; system can now boot from CFFA2 in addition to floppies. [R. Belmont, Rob Justice]
2020-08-21 11:56:45 -04:00
AJR
6a894e158d
metalmx.h: Add file mistakenly omitted in baa872748d
2020-08-21 09:45:03 -04:00
Vas Crabb
ecab55f700
emu/video: check macros are defined before doing comparisons, also fix a typo in docs
2020-08-21 23:21:05 +10:00
Robbbert
3c5f9eb0ce
*Fixed typo noticed by MASH.
2020-08-21 23:04:42 +10:00
Vas Crabb
6a1e1bff1a
docs: update for changes in MSYS2 packages, fix a typo, add note about using LLVM linker with GCC
2020-08-21 22:43:47 +10:00
smf-
87368717b9
fix compile (nw)
2020-08-21 12:28:26 +01:00
smf-
f6e846e3dc
fixed copy/paste (nw)
2020-08-21 11:31:35 +01:00
smf-
083206798e
* New working software list additions
...
kaypro484: CP/M 2.2F (81-292-A) [Scott G Taylor]
kaypro484: CP/M 2.2G (81-292-A) [Don Maslin]
2020-08-21 11:05:25 +01:00
Brian Troha
a8e0723f3f
m72.cpp: Add, fix and standardize comments about sets
2020-08-20 22:16:10 -05:00
Vas Crabb
f27abac28a
Clean up the preprocessor glue for selecting RGB utility implementation a little
2020-08-21 12:52:17 +10:00
AJR
baa872748d
metalmx: Probably fix regression
2020-08-20 22:45:13 -04:00
Lord-Nightmare
1bbb327667
Switch Midway MCR-68k hardware to use the s11c_bg implementation of the Williams System 11 BG sound board instead of the older implementation. [Lord Nightmare]
2020-08-20 21:15:32 -04:00
Aaron Giles
dff8581414
Merge branch 'master' of https://github.com/mamedev/mame
2020-08-20 18:06:42 -07:00
Aaron Giles
e9a0dc19d8
pit8253: Fix cycles computation error due to using floating-point.
2020-08-20 18:06:29 -07:00