Commit Graph

72880 Commits

Author SHA1 Message Date
Jürgen Buchmüller
2a45da5e22 hash/cgenie_cass.xml: add Pole Position (polepo) 2020-05-02 16:31:01 +02:00
hiromasa
ce4a3a8051
Added a preliminary support for Arduino UNO booting by avr8 (#6624)
-avr8.cpp: Added ATMega328 support. [hiromasa]
* Fixed m_pc to be initialized correctly when in the boot loader section.
* Fixed bootloader size based on BOOTSZ specification.
2020-05-02 16:29:37 +02:00
Ivan Vangelista
843080adb9 New machines marked as NOT_WORKING
----------------------------------
Dardamania (v2.1) [Juan Romero, ClawGrip]
2020-05-02 15:37:03 +02:00
Ryan Holtz
e9ea36bf28 -am2901b: Added a skeleton device for the AMD Am2901B 4-bit Bipolar Microprocessor Slice. [Ryan Holtz] 2020-05-02 11:29:45 +02:00
couriersud
0336a4c86b netlist: Fix unknown parameter on ne566 and VS 2019 build. (nw) 2020-05-02 11:04:25 +02:00
cracyc
379dde0219 mc6845: use disable enable signal with machines that blank part of the screen 2020-05-01 23:17:41 -05:00
cracyc
916dce9296 mc1502: try to work around issues (nw) 2020-05-01 22:35:20 -05:00
AJR
194e9f2cb5 primo: Cleanups (nw)
- Make better use of object finders
- Simplify handler signatures
- Eliminate get_read_ptr
2020-05-01 23:27:59 -04:00
AJR
d563a7a2d6 redalert, demoneye: Audio updates
- More accurate emulation of 555-based IRQ timing
- Use 6821 PIA device to generate sound IRQ in Demoneye
- Simplify handler signatures (nw)
2020-05-01 21:35:09 -04:00
AJR
8a4aca5899 pc1512.cpp: Simplify handler signatures (nw) 2020-05-01 20:34:40 -04:00
couriersud
465bceddb9 netlist: Small improvement to visibility in four terms. (nw) 2020-05-01 22:49:14 +02:00
couriersud
72566426a7 netlist: Unknown parameters really should be fatal. [Couriersud]
Unknown parameters like Solver.ABCD now will cause a fatal error to
be generated.
2020-05-01 22:49:13 +02:00
couriersud
9351e7ac87 netlist: Faster LM3900 model. [Colin Howell] 2020-05-01 22:49:12 +02:00
R. Belmont
4d589c6a4b
Merge pull request #6622 from clawgrip/patch-36
Add missing discs to IRIX 6.5 [ClawGrip, Rampa]
2020-05-01 16:25:10 -04:00
hap
3686abcd31 novag sexpertc1 is version 3.0 (nw) 2020-05-01 22:12:56 +02:00
ClawGrip
f9b83da739
Add missing discs to IRIX 6.5 [ClawGrip, Rampa]
* Merged CDs that came on the same bundle and add features with metadata on all entries (nw)
* Replaced some images with cleaner ones (Plextor, without C2 errors) (nw)
2020-05-01 21:46:02 +02:00
Ryan Holtz
0a95ff11dc -dpb7000: Code cleanup, removed disused individual card devices, hooked up MFM disk image support. [Ryan Holtz, ZrX] 2020-05-01 21:02:13 +02:00
Jürgen Buchmüller
98e78c91f6 hash/cgenie_cass.xml: fix author/copyright (nw) 2020-05-01 19:53:26 +02:00
Jürgen Buchmüller
14775a0efa hash/cgenie_cass.xml: Add Mega Pede (mega84) 2020-05-01 19:43:36 +02:00
David Haywood
a17d577403
Plug and Play work (#6609)
* new WORKING machines
Millennium M505 Arcade Neo Portable Spielkonsole (Family Sport 100-in-1) [TeamEurope]

* new NOT WORKING software list entries
tvgogo.xml : Baseball (US) [Sean Riddle, David Haywood]
tvgogo.xml : What-A-Mole (US) [Sean Riddle, David Haywood]

* added internal NAND dump to didj [Sean Riddle, Clawgrip]
2020-05-01 13:39:42 -04:00
R. Belmont
b676b1c8ba
Merge pull request #6617 from davide125/sgi5
sgi_mips: new software list additions
2020-05-01 13:38:01 -04:00
R. Belmont
649b702b60
Merge pull request #6619 from davide125/include
indy_indigo2: fix include ordering
2020-05-01 13:37:43 -04:00
Olivier Galibert
8720db13ca simpsons, k053260: Fix the pan, fix the interrupts, fix the general volume [O. Galibert, P. Bennett] 2020-05-01 19:27:49 +02:00
couriersud
a97d097b3b netlist: Fixed polarity issue in CCCS device [Colin Howell, Couriersud]
Note: This affects all use cases of CCCS. I have changed all uses in
MAME.
2020-05-01 18:09:36 +02:00
MetalliC
d3f054974e small note (nw) 2020-05-01 18:30:51 +03:00
hap
f79adbeef4 decide against using sensorboard interface for keypad chesscomputers (nw) 2020-05-01 16:44:55 +02:00
couriersud
f74ad44550 netlist: more magic number removal. (nw) 2020-05-01 16:13:34 +02:00
couriersud
40f8f99f9a netlist: Removed more magic numbers from the code. (nw) 2020-05-01 15:21:01 +02:00
couriersud
644e330b71 netlist: Readding accidentially delete nld_ne555.h. (nw) 2020-05-01 15:16:02 +02:00
couriersud
bfa908aa32 netlist: Fix a bug introduced by latest nld_log change. (nw) 2020-05-01 15:13:37 +02:00
hap
516f80e31d New working machines
--------------------
Mini Chess [hap, Sean Riddle]
2020-05-01 14:39:41 +02:00
couriersud
e30ab9be9a netlist: Fix inclusion of examples in documentation. (nw) 2020-05-01 10:49:28 +02:00
couriersud
0120d1d8ff netlist: nld_log now writes out last value at end of run. (nw) 2020-05-01 10:24:20 +02:00
couriersud
9dd0b48b3e netlist: add 393 to netlist.lua (nw) 2020-05-01 10:23:08 +02:00
Aaron Giles
40a8b9df95 Remove explicit logging since it can be done on the command line via nltool. 2020-05-01 10:09:06 +02:00
Aaron Giles
2b0aaee3ed Add 74393 device and unit test. 2020-05-01 10:08:40 +02:00
couriersud
13f6e92cec netlist: Add the NE566 as a macro device. [Couriersud]
The device can be found in nlm_other.cpp.
Removed nld_ne566.*
Added SYS_SW, SYS_SW2 and SYS_COMP. These are single switch,
alternating switch and a analog comparator with digital outputs.
Renamed RES_SWITCH to SYS_SW.
Added example ne566.cpp in netlist/examples.
2020-05-01 10:04:22 +02:00
braintro
cb3210d0ad (nw) taito_f3.cpp: Explain the recent Cleopatra Fortune bootleg 2020-04-30 21:58:40 -05:00
Robbbert
553d399de5 (nw) gimix.xml: added usage 2020-05-01 12:56:10 +10:00
ajrhacker
849c4d46c7
Merge pull request #6620 from tlindner/fix-coco-rom-load
Fix CoCo cartridge loading for less than 16k carts.
2020-04-30 20:55:15 -04:00
ajrhacker
fe3daaec0a
Merge pull request #6621 from tlindner/becker_default_off
Changed default for Becker Port to be off
2020-04-30 20:54:15 -04:00
tim lindner
6e90aa90fd Fixed ROM fill routine 2020-04-30 17:34:45 -07:00
tim lindner
483503d954 Changed default of Becker Port to be off 2020-04-30 15:48:33 -07:00
Scott Stone
8cc41c96e5 vgmplay.xml: 24 new entries from most recent release [vgmrips.net, Tafoid] 2020-04-30 18:13:19 -04:00
cracyc
9ff0c5d083 mc6845: max visible lines might not be what really is displayed, see 8088mph (nw) 2020-04-30 16:22:29 -05:00
AJR
58e1af7123 mdt60: Minor notes (nw) 2020-04-30 14:57:28 -04:00
Ivan Vangelista
8bb063526c New clones marked as NOT_WORKING
--------------------------------
Twilight Zone (L-5) [PinMAME]
2020-04-30 19:24:34 +02:00
Ivan Vangelista
b21427b254 New clones marked as NOT_WORKING
--------------------------------
Magic Bomb (Ver. L3.5S) [Cristiano MDQ]
Magic Bomb (Ver. AB4.5A, 07/10/02)  [Cristiano MDQ]
Magic Bomb (Ver. AB4.2, 11/10/01) [Cristiano MDQ]
Magic Bomb (Ver. A3.1A) [Cristiano MDQ]
Magic Bomb (Ver. AA.72D, 14/11/05) [Cristiano MDQ]
2020-04-30 18:47:59 +02:00
AJR
3e3c1b07e2 Add corrected MCU dump and emulation of Heath HE 191-3425 keyboard for Z-29 and MDT 60 [AJR, Al Kossow, Bitsavers] 2020-04-30 10:55:23 -04:00
Davide Cavalca
5a506a2b7b indy_indigo2: fix include ordering 2020-04-30 07:40:00 -07:00