smf-
56fb60aa22
vgmplay: Support ym2608, ym2610, ym2612 & y8950 samples [smf]
2018-09-19 10:52:54 +01:00
Robbbert
01435b68b4
(nw) fixed validation error.
2018-09-19 19:32:21 +10:00
Patrick Mackinlay
e991826b52
sun3: more likely (nw)
2018-09-19 15:43:40 +07:00
arbee
d267335ec7
sun3: start adding SCSI and Ethernet chips (nw)
2018-09-18 23:42:12 -04:00
braintro
75481df57e
namcos2.cpp: fix spacing (nw)
2018-09-18 22:20:20 -05:00
braintro
613213e5b1
namcos2.cpp: Minor ROM name correction and use correct FX CHR-2 for the Japan set of Four Trax [ShouTime, The Dumping Union]
2018-09-18 22:16:57 -05:00
hap
8418798202
opwolf: added speaker volume control(global fade in/out at intermissions), added adpcm sample volume control (nw)
2018-09-18 21:47:43 +02:00
Dirk Best
dbbfbe731c
model1: minor docs update (nw)
2018-09-18 16:03:48 +02:00
Vas Crabb
96c1be1325
Generate layouts for dual-screen machines rather than loading
...
dualhsxs.lay - this ensures aspect ratio is correct for non-4:3 screens.
(nw) Also restore internal layouts for multi-screen Game & Watch
systems.
2018-09-18 23:36:00 +10:00
smf-
4de961c8b1
fix visual studio build (nw)
2018-09-18 11:09:05 +01:00
S.Z
b12d4aa324
Change nforcepc_h to mame_machine_nforcepc_h
2018-09-18 11:27:45 +02:00
Vas Crabb
9f73340dbc
(nw) fix stuff up:
...
* sunmouse: helps to invert that... also improve notes
* sunkbd: remove an assert that triggers if you type fast, improve notes
2018-09-18 18:02:13 +10:00
Patrick Mackinlay
ef5fe3c95e
nscsi_hd: minor logging improvement (nw)
2018-09-18 11:42:41 +08:00
Patrick Mackinlay
e541a8acbb
interpro: use the manufacturer convention (nw)
2018-09-18 11:33:22 +08:00
Patrick Mackinlay
c6efdb988b
interpro: softlist addition (nw)
2018-09-18 11:29:26 +08:00
ImJezze
e5095e131c
- fix not set default uniforms for vector pass ( #4008 )
2018-09-17 21:07:20 +02:00
Nigel Barnes
cbd8cf4440
acorn_fdc/atom_discpack: Set READY on HEAD_LOAD.
2018-09-17 20:02:41 +01:00
Nigel Barnes
282ebf014d
bbc: Added Acorn Bitstik and Bitstik 2 analogue controllers.
2018-09-17 19:42:45 +01:00
Nigel Barnes
cfde421f87
bbc_flop_6502.xml, bbcb_cass.xml: Corrections and info (nw)
2018-09-17 19:25:34 +01:00
Nigel Barnes
bcad4e9c09
bbcb: Added floppy disc controller options:-
...
- AMS 3" Microdrive Disc System
- Microware DDFS FDC (not working)
2018-09-17 19:18:38 +01:00
Nigel Barnes
f08d30e3ff
bbc: Removed machine().device from bbc_fdc_slot_device and bbc_1mhzbus_slot_device, replaced with read/write handlers (nw)
...
- Removed MCFG and added devcb3 in 1mhzbus, analogue, fdc, joyport, tube, userport devices.
2018-09-17 17:20:44 +01:00
AJR
c648fb91b1
Supply missing break (nw)
2018-09-17 11:03:17 -04:00
Vas Crabb
b566662a05
Add Sun mouse port and hook it up to sun3, sun3x, sun4, and sun4c.
...
Also add notes to Sun keyboard emulation.
There's a hack to make the 1200 Baud mouse actually run at 9600 Baud.
This is necessary because the SCC is incorrectly expecting 9600 Baud
rather than 1200 Baud. I don't have time to fix the SCC, so I'd
appreciate it if someone else would.
There's no way it should be expecting 9600 Baud on the mouse port.
Solaris 2.3 and later support 1200 Baud and 4800 Baud, and earlier
versions support 1200 Baud only. No version of Solaris works with a
9600 Baud mouse.
The workaround allows the mouse to be used in SunView on sun4_60 - I
haven't tested any other drivers.
2018-09-17 20:03:25 +10:00
AJR
c33edfd060
ampex210p: Add XTAL values, video RAM, etc. (nw)
2018-09-17 04:06:17 -04:00
yz70s
383eb1b7aa
pcipc.cpp: unmapped memory areas should read as all 1s (nw)
2018-09-17 08:25:31 +02:00
yz70s
6594ecd489
nforcepc.cpp: first steps (nw)
...
- new include file
- simple pci host
- all names are temporary
2018-09-17 08:17:00 +02:00
AJR
fec4507cb9
pcx: Make display work again in new resolution
...
This includes a workaround for a regression that likely occurred with e39e873875
.
2018-09-16 23:56:22 -04:00
AJR
e15011b974
i8251: Provide standard read/write handlers; eliminate memory space as argument (nw)
...
swa, wingwar, netmerc: Fix crashes due to reading from nonexistent memory region
tandy2k: Correct 8251 register mapping (nw)
2018-09-16 20:48:43 -04:00
Vas Crabb
383c4c530c
(nw) minor corrections, mostly GmbH
2018-09-17 09:28:51 +10:00
AJR
03830b1222
psx.cpp: Fix null pointer dereference in configuration (nw)
2018-09-16 18:31:09 -04:00
smf-
17793b47c7
converted psx sio to devcb3 & added a note about beastorizer bootleg protection (nw)
2018-09-16 21:14:48 +01:00
mooglyguy
88dce5bbb3
-sbus: Fixed a minor typo in the description of the Artecon serial/parallel board, nw
...
-sparc: Added stubbed-out IFLUSH instruction to fix illegal instruction exceptions in SunOS 4.1.4 installer. [Ryan Holtz]
-nscsi: Added optional verbose logging of data transfers. [Ryan Holtz]
-timekpr: Switched to use the new logmacro system. [Ryan Holtz]
-sun4c: Can now successfully install SunOS 4.1.4. [Ryan Holtz]
* Hooked up auxiliary I/O port.
* Hooked up bus timeout on unmapped RAM ranges, per documentation.
* Changed FDC type to i82072, per documentation.
* Silenced a ton of logging.
* Reworked IRQ handling and added support for software interrupts.
2018-09-16 20:40:41 +02:00
AJR
dfcf8538f7
facit4440: Silly mistake (nw)
2018-09-16 12:26:37 -04:00
AJR
7cc9c68d6d
er1400: Default clock in other drivers (nw)
2018-09-16 12:18:59 -04:00
AJR
463c447b4a
Fix minor error in mame.lst (nw)
2018-09-16 12:01:17 -04:00
AJR
0581346b2c
facit4440: Create new skeleton driver; burn-in tests all seem to pass now (nw)
2018-09-16 11:59:08 -04:00
yz70s
d42e34bb1b
New not working machine: Nvidia nForce PC (nw)
2018-09-16 17:43:13 +02:00
Robbbert
0116ffbc71
(nw) jtc : all 4 machines are pretty much working now
2018-09-17 01:02:53 +10:00
Robbbert
e63b75da08
(nw) z8: fixed numerous bugs
2018-09-17 00:58:36 +10:00
AJR
5b4654319e
video21: Add NVRAM; remove MCFG_ macros; more clock guesses (nw)
2018-09-16 09:51:58 -04:00
AJR
8be6a48629
z80dart: Miscellaneous bug fixes
...
- Default RXD to 1 to eliminate spurious break condition
- Correct CTS level in RR0 after "Reset External/Status Interrupt" command
- Allow immediate inactivation of RTS output when nothing is being transmitted
2018-09-16 09:48:59 -04:00
hap
77fd560d0f
bagman: botanic2 isnt a bootleg conversion (nw)
2018-09-16 13:54:01 +02:00
Vas Crabb
127949063b
(nw) tie up some loose ends - in particular, allow watchdog timer to
...
take any tag-like for the screen tag rather than only C strings
2018-09-16 20:33:06 +10:00
hap
ce3deb056d
video21: realized we have a I8080A device, though in mame it's identical to I8080 (nw)
2018-09-16 12:31:07 +02:00
hap
3120bf123f
video21: 2.6mhz is too fast for 8080A (nw)
2018-09-16 12:20:37 +02:00
hap
c403a51761
exidy audio: get rid of double tms5220 device read (nw)
2018-09-16 12:16:27 +02:00
mooglyguy
69e58bfbfe
Missed a file, nw.
2018-09-16 10:08:17 +02:00
mooglyguy
4e74f8c28f
-sun4: Fixed timekeeper type and fixed timekeeper behavior that could cause it to miss updates. [Ryan Holtz]
2018-09-16 10:08:17 +02:00
mooglyguy
4d5526d30a
-sbus: Added an alternate FCode PROM for the bwtwo video board. [Ryan Holtz]
2018-09-16 10:08:17 +02:00
Robert
580aa4c5ee
Merge pull request #4004 from tlindner/coco3_second_shift_level
...
CoCo 3 Second Level shift
2018-09-16 17:03:08 +10:00