therealmogminer@gmail.com
1410c438b7
-hazeltin: Added netlist-based video board emulation. [Ryan Holtz]
2016-12-21 20:32:50 +01:00
therealmogminer@gmail.com
2987115966
-netlist: Various fixes: [Ryan Holtz]
...
* 7473: Made device only transition on a falling clock.
* 74161: Inverted Clear and Clock inputs to match datasheet.
* 74260: Fixed number of inputs.
* Am2847: Fixed shift register size (was 160 bits, should have been 80 bits)
* DM9334: Inverted C and E inputs to match datasheet.
2016-12-21 20:32:50 +01:00
therealmogminer@gmail.com
66abfa8e6d
-netlist: Added shared RAM pointer, for use by netlist RAM devices which need updating by non-netlist driver code. [Ryan Holtz]
...
-netlist: Added new devices: [Ryan Holtz]
* Intel 2102A 1Kbit (1024 x 1) Static RAM
* 74365 Hex Bus Driver with 3-State Outputs
* Generic 2- and 3-terminal Tristate device
* Note: Tristate device and 74365 do not actually tristate, they are simply a way of combining multiple outputs + chip enables.
2016-12-21 20:32:49 +01:00
therealmogminer@gmail.com
ac56130251
-netlist: Added 74260 Dual 5-Input NOR Gate device. [Ryan Holtz]
2016-12-21 20:32:49 +01:00
therealmogminer@gmail.com
8dfbe8e538
Minor netlist syntax changes, (nw)
2016-12-21 20:32:48 +01:00
therealmogminer@gmail.com
4a71e6bdcf
-netlist: Added 74166 Parallel-Load 8-Bit Shift Register device. [Ryan Holtz]
2016-12-21 20:32:48 +01:00
therealmogminer@gmail.com
e3e38025c3
-netlist: Added 2716 16 Kbit (2 Kbit x 8) UV EPROM. [Ryan Holtz]
2016-12-21 20:32:47 +01:00
therealmogminer@gmail.com
32d0f10418
-netlist: Added 74174 Hex D-Type Flip-Flop with Clear [Ryan Holtz]
2016-12-21 20:32:47 +01:00
therealmogminer@gmail.com
19165cfbfd
netlist: Added 82S126 1K-bit bipolar PROM device. [Ryan Holtz]
2016-12-21 20:32:47 +01:00
therealmogminer@gmail.com
b64073e795
More compile fixes (nw)'
2016-12-21 20:32:46 +01:00
therealmogminer@gmail.com
72f4f2a20e
netlist: Device additions: [Ryan Holtz]
...
* 74161 Synchronous 4-Bit Binary Counter with Clock
* 7473 Dual Master-Slave J-K Flip-Flops with Clear and Complementary Outputs
* Am2847 Quad 80-bit Static Shift Register
* DM9334 8-bit Addressable Latch
2016-12-21 20:32:46 +01:00
therealmogminer@gmail.com
3dba2b07a3
Netlist compile fixes, (nw)
2016-12-21 20:32:45 +01:00
therealmogminer@gmail.com
3fcf6e6a3c
-netlist: Add simple ROM hookup capability. [Ryan Holtz]
2016-12-21 20:32:45 +01:00
hap
343dd7f8aa
Machines promoted to working
...
----------
Mattel Funtronics Jacks [hap, Sean Riddle]
Mattel Funtronics Red Light Green Light [hap, Sean Riddle]
2016-12-21 18:26:22 +01:00
hap
866f537c6d
cop400: added L pins tri-state callback (nw)
...
I'll summarize the cop400 changes manually in whatsnew next week
2016-12-21 17:51:01 +01:00
Vas Crabb
cdc30dbeee
ppc: fix DSI flag bits [Vas Crabb, maximumspatium]
...
alignment exceptions will need more complex mask/shit depending on the instruction's addressing mode, but that's a job for another time; at any rate it uses the LSBs of the DSISR register (nw)
2016-12-22 02:43:11 +11:00
angelosa
b6f2538bfb
tail2nos.cpp: some improvements [Angelo Salese]
...
* Added sound semaphore hookup, fixes random BGM lockups;
* Added alternative input method, selectable thru control panel dip-switch;
* Added dip locations;
2016-12-21 10:43:22 +01:00
arbee
795eaa2f63
ppc: set DSISR to the DSI flags rather than the address on data access faults. [R. Belmont, maximumspatium]
2016-12-20 22:58:01 -05:00
Dirk Best
234b4665ce
zwackery: Remove Artificial Artist PAL, now included in the csd device
2016-12-21 04:04:27 +01:00
Dirk Best
fe3f74a3e9
csd: Update interface to better reflect real hardware, add address
...
deocoding PAL and verify memory map
2016-12-21 03:59:34 +01:00
Dirk Best
0295ac745d
Move the Cheap Squeak Deluxe sound board to its own file and give it
...
its's correct name.
2016-12-21 03:59:30 +01:00
Dirk Best
ff06acd560
zwackery: ROM labels and locations
2016-12-21 03:59:26 +01:00
Ville Linde
667c8ea68e
mb86235: some more progress (nw)
2016-12-21 01:32:07 +02:00
hap
e6155387a0
cop400: correct internal RAM memorymap for COP410 [Sean Riddle]
2016-12-20 18:34:16 +01:00
Dirk Best
746b030b0e
apricot: Fix keyboard error 31, now displays 'System OK'
2016-12-20 12:04:56 +01:00
Ivan Vangelista
6a5811233c
Merge pull request #1854 from ajrhacker/system16_datsu_ls157
...
system16.cpp: Sound improvements for some bootlegs
2016-12-20 07:12:45 +01:00
Justin Kerk
3e65b752d4
First stab at cleaning up the DOS boot and installation disk mess on the PC & AT softlists:
...
* Remove 100% duplicate sets
* Move sets from ibm5170 to ibm5150 if they work on PC-class hardware (later DOS versions are needed for some games)
* Remove the ibm5160 softlist, it only contained one duplicate set
* Add clone relationships
* More consistency in set naming and metadata
No new dumps in this commit.
2016-12-19 21:47:56 -08:00
AJR
0a5c1bb218
system16.cpp: Sound improvements for some bootlegs
...
- Hook up MSM5205 and 74LS157 on the 2xYM2203 bootlegs, all of which now have some imperfect samples playback
- Correct goldnaxeb2 configuration to use the aforementioned sound system
2016-12-20 00:28:38 -05:00
briantro
377e9906be
model3.cpp: Cut-n-paste fix - NW
2016-12-19 22:58:47 -06:00
briantro
faa46496d2
model3.cpp: One more doc update - NW
2016-12-19 22:52:24 -06:00
briantro
5bab088539
model3.cpp: Minor doc update based on eBay pics - NW
2016-12-19 22:30:46 -06:00
Scott Stone
e75f2c5e1d
Commented "sirlance" entry in pcw.xml as it matches 100% to 'sirperce' as well as a title screen denoting "Sir Perceval" only (nw)
2016-12-19 19:36:43 -05:00
hap
b9e0808b3e
hh_cop400: get rid of L(segment) pins workaround for most games (nw)
2016-12-19 21:47:33 +01:00
R. Belmont
8de4593ef6
Merge pull request #1852 from mamehaze/161216
...
add fresh dump of the magnet system exzisus disk, one sector came out…
2016-12-19 15:34:41 -05:00
hap
1aa1f2b314
cop400 LEI opcode: reset L pins when EN2=0 (nw)
2016-12-19 21:24:27 +01:00
David Haywood
2407fadc9b
I'm informed these were being sold back in the day, so not protos despite the bugs (nw)
2016-12-19 18:14:06 +00:00
smf-
ae83d37675
Added multiplexed inputs for Beastie Feastie and Dealer [smf]
2016-12-19 17:30:48 +00:00
Dirk Best
f0faed6fc6
pit8253: Reading back the count while in the middle of a 16-bit write returns a xor'ed version of the value written. Fixes apricot error 29.
2016-12-19 18:18:25 +01:00
hap
9d7031d8b5
hh_cop400: promoted qkracer to working (nw)
2016-12-19 17:40:52 +01:00
mahlemiut
abd7e4234a
Revert "ui: sort File Manager menu items (nw)"
...
This reverts commit 9521751325
.
2016-12-19 23:16:02 +13:00
Ariane Fugmann
d3a3bc1fc6
Model1: make wingwar360 playable ( #1851 )
2016-12-19 08:04:16 +01:00
mahlemiut
9521751325
ui: sort File Manager menu items (nw)
2016-12-19 18:36:43 +13:00
David Haywood
66a72e50b8
add fresh dump of the magnet system exzisus disk, one sector came out different, no more graphical glitches in the first level
2016-12-19 00:43:30 +00:00
R. Belmont
a949d966b4
Merge pull request #1850 from shattered/_d4c292b
...
New skeleton: Toshiba T1000 laptop (1987)
2016-12-18 17:47:05 -05:00
R. Belmont
8538d9e6ca
Merge pull request #1848 from Bavarese/patch-23
...
DEC Rainbow 100: serial port now functional
2016-12-18 17:46:16 -05:00
R. Belmont
3fe8e017f7
Merge pull request #1849 from shattered/_cd77002
...
New softlist: HP Integral PC
2016-12-18 17:44:53 -05:00
Sergey Svishchev
34a717becf
New softlist: HP Integral PC
2016-12-19 01:24:35 +03:00
Sergey Svishchev
056b963e27
New skeleton: Toshiba T1000 laptop (1987)
2016-12-19 01:24:18 +03:00
Justin Kerk
3e09b2e5af
ibm5150.xml: Additions (nw)
2016-12-18 13:40:09 -08:00
Ville Linde
4dceca5389
mb86235: fix PR updates (nw)
2016-12-18 22:55:09 +02:00