Commit Graph

45206 Commits

Author SHA1 Message Date
Nathan Woods
8d399d6206 Removing create_option_guide() call that returns the default 2016-07-17 14:29:00 -04:00
Scott Stone
3cfa08fd6f Merge branch 'master' of https://github.com/mamedev/mame 2016-07-17 13:10:18 -04:00
Sergey Svishchev
810dd0af8c poisk1: B623 sound card (skeleton) and basic softlist 2016-07-17 20:08:31 +03:00
Sergey Svishchev
46ed756db7 poisk1: unbreak after "Memory fun" 2016-07-17 20:08:31 +03:00
AJR
57b43aa2ff More Seibu video hookup prep (nw) 2016-07-17 12:07:04 -04:00
Vas Crabb
8604b5fbd7 DIP switch fix (nw) 2016-07-18 01:31:49 +10:00
Vas Crabb
63477dd345 HLE serial keybord compatible with Sun Type 4/5/6 connected to sun4/sun4c [Vas Crabb]
The keyboard should communicate at 1,200 Baud, but due to bugs in the SCC
it's set to 9,600 Baud.  The sun4c machines program the Baud rate
generator dividers for the serial ports with 00:0e and the dividers for
the keyboard/mouse ports with 00:7e.  Therefore the ratio of Baud rates
should be (0x7e + 2) / (0x0e + 2) = 128 / 16 = 8.  However both the RS232
ports and the keyboard/mouse ports run at 9,600 Baud, when the
keyboard/mouse ports should run at 1,200 Baud (which is 1/8 of 9,600 which
matches the ratio of the divider values).

I've artificially limited the rate the keyboard can transmit at to be no
faster than it could at 1,200 Baud using a timer.  I can remove this hack
once we get correct SCC divider behaviour.

I attempted to hook up the SCC interrupts to level 12 as specified in the
SPARCstation-1 Programmer's Model in the table on Page 19.  No interrupts
seem to be generated, so either I've screwed this up somehow, the Sun
isn't enabling interrupts, or there's another bug in the SCC emulation.
Sorry if I've screwed it up - I won't be offended if someone replaces it
wholesale.

The keyboard receives the reset commands from the Sun and sends back the
self test pass response, but the SCC seems to get a buffer overrun error.
So it appears that the received data isn't being read out.  I haven't been
able to work out why.
2016-07-18 01:13:19 +10:00
AJR
9947240024 Hook up Seibu CRTC to SPI System
- Shuffle decryption code around a bit in preparation for SEI252 deviceification (nw)
- Various notes regarding Seibu video customs (nw)
2016-07-17 11:00:06 -04:00
Luca Elia
94c6feb56e Dips for Dynax's "Untouchable" (nw) 2016-07-17 16:20:20 +02:00
yz70s
fa86ed338d chihiro.cpp: jvs is working (nw) 2016-07-17 13:29:16 +02:00
Robbbert
72b8d4536e MD2: Added some code. Still not working. (nw) 2016-07-17 18:22:24 +10:00
Scott Stone
4e38e8601d Merge branch 'master' of https://github.com/mamedev/mame 2016-07-17 03:16:36 -04:00
Ivan Vangelista
b6e10f16b7 Merge pull request #1111 from 0-wiz-0/master
Fix XML errors in gba_ereader.xml.
2016-07-17 09:13:37 +02:00
Ivan Vangelista
7c0df8e6c2 epos.cpp: added clone relationship as per M.A.S.H. comment (nw) 2016-07-17 09:12:04 +02:00
Thomas Klausner
108f42fbba Fix XML errors in gba_ereader.xml. 2016-07-17 09:06:26 +02:00
MetalliC
e37a2b9362 promoted to WORKING
Kot-Rybolov [MetalliC, shiru8bit]
2016-07-17 08:54:17 +03:00
Scott Stone
0da4130e10 Merge branch 'master' of https://github.com/mamedev/mame 2016-07-16 20:47:34 -04:00
Scott Stone
0045324527 paging doctor comma (nw) 2016-07-16 20:46:01 -04:00
Vas Crabb
e82e32d172 Merge pull request #1110 from ajrhacker/elk_fix
Even non-working drivers should remain compilable (nw)
2016-07-17 10:45:55 +10:00
AJR
9b92134b3e Even non-working drivers should remain compilable (nw) 2016-07-16 20:43:51 -04:00
Nigel Barnes
201dcedd2d fix mistake (nw) 2016-07-16 21:54:00 +01:00
Nigel Barnes
256ae707e6 archimedes: softlist additions (nw) 2016-07-16 21:49:17 +01:00
Nigel Barnes
9933a6788b e01: irq cleanup (nw) 2016-07-16 21:49:17 +01:00
Nigel Barnes
e7b79b1b52 New NOT WORKING machine
=======================
BT Merlin M2105  [Nigel Barnes]
2016-07-16 21:49:17 +01:00
briantro
4345b83f37 seibuspi.cpp: I love cut-n-paste ;-p - Fix error in rom name - NW 2016-07-16 15:30:29 -05:00
briantro
90211b7e90 new Raiden Fighters 2 clone
New Clone Added
---------------------------------------------
Raiden Fighters 2 - Operation Hell Dive (Japan set 3) [IronGiant]
2016-07-16 15:25:18 -05:00
MetalliC
305118f6b8 tiamc1 wip (nw) 2016-07-16 22:57:29 +03:00
ImJezze
89af2864ed Fixed MT #6291
* fixed copy of texture data to bitmap in BGFX
* changed AVI dimension to a lowest integral multiple of 4
  (2 was still to low for most video players, e.g. VLC)
* added audio to AVI record in HLSL
* HLSL AVI record now uses window dimension instead of snap dimension
2016-07-16 20:54:37 +02:00
Nigel Barnes
9104c9d523 renamed bbc_dsk to acorn_dsk
- split ssd/dsd formats
- added opus ddos format
- split adfs into oldmap and newmap formats for archimedes
- logging
2016-07-16 19:48:44 +01:00
Nigel Barnes
de7c161add bbc: cassette softlist info/corrections (nw) 2016-07-16 19:48:44 +01:00
Nigel Barnes
97c122ca4f fsd_dsk: more logging (nw) 2016-07-16 19:48:44 +01:00
Dirk Best
0291423b06 Astrocade: Fix MT #6281
Initialize interrupt line register with 0xff (prevents initial bogus
interrupts) and clear active interrupts when an interrupt related
register is written (tests would be good to confirm how this works on
real hardware).  [Dirk Best]
2016-07-16 20:00:49 +02:00
MetalliC
df60b8d95a New WORKING machines added
--------------------------
Gorodki [shiru8bit, IgorR76, '15kop' arcade museum]

New machines added as MACHINE_NOT_WORKING
-----------------------------------------
Kot Rybolov [shiru8bit, IgorR76, '15kop' arcade museum]
2016-07-16 18:04:14 +03:00
ImJezze
502e02642e Fixed dimension of high-res snapshots (Alt + 12) and AVI records (Alt + Shift + F12) when screen dimension is swapped 2016-07-16 14:42:42 +02:00
ImJezze
6a592feca9 Added generic fix for #6286
- this does not fix #6291
2016-07-16 14:42:41 +02:00
R. Belmont
ae0761f646 Merge pull request #1104 from Shideravan/patch-22
Starting work doing the GBA e-reader software-list
2016-07-16 06:11:05 -04:00
R. Belmont
13c8e76cf7 Merge pull request #1093 from stevenc99/kfreebsd
GNU/kFreeBSD support
2016-07-16 06:09:32 -04:00
R. Belmont
2c4b160486 Merge pull request #1090 from Shideravan/patch-21
Filling some missing years in the software-list
2016-07-16 06:08:39 -04:00
R. Belmont
9e3c799022 Merge pull request #1084 from system11b/S11mjfixes4
Corrected dips for mjflove and ojousan [system11]
2016-07-16 06:07:28 -04:00
R. Belmont
bc33ee65c4 Merge pull request #1073 from ajrhacker/render_crosshair
Crosshair refactoring (nw)
2016-07-16 06:07:11 -04:00
R. Belmont
72b19e0c25 Merge pull request #1072 from oxc/pkg_config_from_env
Take pkg-config path from env if defined
2016-07-16 06:04:52 -04:00
Ivan Vangelista
e3a81674d2 epos.cpp: notes + found out the flip screen bit. flip screen still need work though (nw) 2016-07-16 11:38:49 +02:00
Ivan Vangelista
01ced8725f airbustr.cpp, ajax.cpp, asuka.cpp: simplified rom loading (nw) 2016-07-16 09:58:17 +02:00
Robbbert
778fb6b20a MBC200: added keyboard and sound. Fixed buffer overflow when scrolling. Marked as working. 2016-07-16 14:26:17 +10:00
arbee
a92cd6a8e3 sun4: pass 4/75 tests until MMU fault trap (nw) 2016-07-15 23:24:50 -04:00
Scott Stone
97b08fe184 Added missing keys in mz80a and fixes MT#6298 (nw) 2016-07-15 20:42:24 -04:00
Peter Ferrie
fffc0764df apple2: don't allow debugger to trigger slot switching [Peter Ferrie] 2016-07-15 16:47:32 -07:00
Scott Stone
670748c6e4 Assorted typos fixed (MT #6295, 6296) (nw) 2016-07-15 12:38:06 -04:00
Robbbert
ef6152c401 KONIN: Replaced unused screen with terminal. Added uart and notes. (nw) 2016-07-16 00:02:54 +10:00
Vas Crabb
528880efc1 Merge pull request #1106 from MooglyGuy/master
Hook up bwtwo video for sun4_40
2016-07-15 23:11:46 +10:00