Robbbert
d8cfb78488
(nw) fixed mess build: jaguar
2020-05-16 11:53:56 +10:00
R. Belmont
6bf9de3ff7
Merge pull request #6702 from FakeShemp/compis-patch
...
compis.xml: add seven more dumps
2020-05-15 16:45:02 -04:00
R. Belmont
97871a1fb0
Merge pull request #6700 from davide125/sgi10
...
sgi_mips: new software list additions
2020-05-15 16:44:49 -04:00
David Haywood
35cde25ed2
csilver: identified 3 bad bits in MCU dump, hooked up MCU [dink]
2020-05-15 16:44:23 -04:00
Angelo Salese
5ad522f0c1
jaguar.cpp updates [Angelo Salese]
...
* move i/o handlers to specific maps, untangle register array usage, to be completed
* Nuke duplicate I/O accesses, rename to iobus_r/w, make go_w to be an actual line
* Fix addqmod & subqmod modulo mask for DSP
* Refactor TOM to host CPU function, and fix GPU irq lv 3 when a GPU object is encountered. Fixes mutntpng and atarikrt booting
* Fix Jaguar irq line to 2, trusted
* Start reworking the blitter
* Relicensed to BSD
2020-05-15 16:16:46 -04:00
Frank Palazzolo
12ec6362bb
netlist: Added devices CD4013, CD4069, CD4070
2020-05-15 16:14:05 -04:00
R. Belmont
0c094f8ede
Merge pull request #6703 from clawgrip/patch-46
...
pc2000.cpp: Move 'pc2000s' to use a SED1278-0B instead of an HD44780 …
2020-05-15 16:12:59 -04:00
ClawGrip
8a085158a1
pc2000.cpp: Move 'pc2000s' to use a SED1278-0B instead of an HD44780 (nw)
2020-05-15 22:01:38 +02:00
Ivan Vangelista
2b085c4380
a last small bunch of macro removals before the week-end (nw)
2020-05-15 20:49:58 +02:00
AJR
c682104f5f
mm74c922: Fix typo in device name (nw)
...
eurit30: Yet one more key (nw)
2020-05-15 14:25:15 -04:00
Robbbert
2a7b5e677c
(nw) tec1: added pwm device, added 74c923 device instead of custom code. Corrected scan rate in 74c922 device to fix random F characters.
2020-05-16 03:34:22 +10:00
Ivan Vangelista
7fd817a1d6
various drivers: READ/WRITE macros removal (nw)
2020-05-15 18:15:39 +02:00
Rebecca Wallander
27bcc7ae1e
compis.xml: add seven more dumps
2020-05-15 18:04:43 +02:00
couriersud
761d726697
netlist: fix breakout SLOW_BUT_ACCURATE. (nw)
2020-05-15 18:01:57 +02:00
hap
502bf866ba
renaissa: add lcd screen (nw)
2020-05-15 17:55:54 +02:00
Robbbert
9b839978af
(nw) tk80, zapcomp: minor cleanup
2020-05-16 00:41:45 +10:00
AJR
62f1a3169d
hd44780: Add Epson SED1278-0B variant with European character generator ROM
2020-05-15 10:30:46 -04:00
Aaron Giles
4dd350a000
netlist: Fix typo in netlist macros. (nw)
2020-05-15 13:19:44 +02:00
Aaron Giles
333329e54c
netlist: Re-do the 74377/8/9 as macros. [Aaron Giles]
2020-05-15 13:11:03 +02:00
Aaron Giles
5739043ced
netlist: Add 74377/74378/74379 devices to netlist. [Aaron Giles]
2020-05-15 13:10:15 +02:00
Aaron Giles
cfc3a76d04
netlist: Add support for empty #defines to preprocessor. [Aaron Giles]
...
Also add detection and reporting of re-definitions.
2020-05-15 13:10:12 +02:00
couriersud
88edd7c665
netlist: code cleanup and development stage tristate [Couriersud]
...
Code cleanup to better separate the following stages:
- parsing
- setup
- run
In addition preliminary native tristate support was added. Not yet
production ready, please don't use it.
2020-05-15 13:09:22 +02:00
hap
d01c23cdc8
datum,emma2: small fix to matrix() calls (nw)
2020-05-15 11:26:14 +02:00
Robbbert
a0323beb41
(nw) pro80: added pwm device
2020-05-15 17:53:55 +10:00
Robbbert
5133ecb173
(nw) mk14: added pwm device
2020-05-15 17:46:18 +10:00
Robbbert
a8a043cfad
(nw) emma2: added pwm device
2020-05-15 17:25:40 +10:00
smf-
1726cfe706
fix for vs2019, expression does not evaluate to a constant (nw)
2020-05-15 07:51:20 +01:00
Robbbert
c6549e644d
(nw) dauphin: added pwm device
2020-05-15 14:18:29 +10:00
Robbbert
d47530f1e6
(nw) datum: added pwm device
2020-05-15 13:55:35 +10:00
Robbbert
8c7eee4ccc
(nw) babbage: added pwm device
2020-05-15 13:20:42 +10:00
AJR
c7434c5e46
eurit30: Add two more keys (nw)
2020-05-14 23:00:28 -04:00
Robbbert
8bcd33e6a2
(nw) cvicny: added pwm device
2020-05-15 12:53:46 +10:00
AJR
85f39bfeab
am79c30: Correct a few debug logging statements (nw)
...
eurit30: Add two more buttons (nw)
2020-05-14 22:26:25 -04:00
AJR
a4fb8f4376
m37710: Rename some registers to agree with Mitsubishi documentation
2020-05-14 22:04:11 -04:00
Davide Cavalca
bd22bb5f40
sgi_mips: new software list additions
2020-05-14 18:54:22 -07:00
AJR
4b654dc9c0
eurit30: Add preliminary inputs
2020-05-14 18:07:30 -04:00
AJR
5b09aec8b8
hd44780: Allow function set register to be updated again right after changing the data length
...
eurit30: Eliminate busy timing hack (nw)
2020-05-14 15:51:14 -04:00
Ivan Vangelista
bfaafd7bbc
Machines promoted to working
...
----------------------------
Tetris + Cherry Master (Corsica, v8.01, set 2) [Ioannis Bampoulas]
2020-05-14 21:29:19 +02:00
AJR
f3b419b406
eurit30: Underclock to keep accurate time (nw)
2020-05-14 15:10:52 -04:00
ClawGrip
7061c233f7
New working clones ( #6697 )
...
* New working clones
------------------
Hot Blocks - Tetrix II (set 2) [jordigahan, ClawGrip]
Hot Blocks - Tetrix II (set 3) [Victor Fernandez (City Game), ClawGrip]
2020-05-14 21:02:51 +02:00
Ivan Vangelista
d53adb01e3
various drivers: simplified some more handlers (nw)
2020-05-14 21:01:52 +02:00
hap
24b1f64a70
savia84: simplify prev commit (nw)
2020-05-14 20:55:04 +02:00
AJR
45b9a3fcf1
eurit30: Add LCD screen
2020-05-14 14:26:11 -04:00
hap
b686ad854c
ssystem4: add internal layout (nw)
2020-05-14 20:23:59 +02:00
smf-
3a69b09191
New working clone
...
------------------
Vampire Savior: The Lord of Vampire (Brazil 970519) [Renan Eler, Roberto Louzada, Filipe Nascimento, CPS Raptor group, SHVB]
2020-05-14 19:12:15 +01:00
Robbbert
a6f28597af
(nw) minor matters
2020-05-15 04:10:56 +10:00
AJR
0ad6cbc9a1
dvp1: Add some logging (nw)
2020-05-14 13:45:37 -04:00
Robbbert
06ee4cb8d1
(nw) instruct: kbd correction
2020-05-15 03:11:50 +10:00
Robbbert
e2a789555c
(nw) savia84: added pwm device
2020-05-15 03:08:30 +10:00
Ivan Vangelista
91baf82605
lots of files: simplified handlers (nw)
2020-05-14 18:30:59 +02:00