Commit Graph

25280 Commits

Author SHA1 Message Date
Couriersud
4031bf5ed7 Netlist: Moved 7420 into its own header file, optimzed some memory ops 2013-11-06 18:50:36 +00:00
Couriersud
27ff33feff Fixed compile error (GCC 4.6) in nes_defs.h 2013-11-06 18:43:49 +00:00
Angelo Salese
f19a1d4a72 Extra space for i/o in VCU 2013-11-06 18:33:02 +00:00
Ivan Vangelista
6c20fc5843 harddriv: moved common_inits in the driver state. (nw) 2013-11-06 17:12:07 +00:00
Ivan Vangelista
71d5693f24 Fix compiling problems. (nw) 2013-11-06 15:44:00 +00:00
Justin Kerk
6ad3abb55c Fix another emscripten compile error (nw) 2013-11-06 15:43:03 +00:00
Miodrag Milanovic
588172ab74 Moved pc_keyboard into emu/bus (nw) 2013-11-06 12:41:13 +00:00
Robbbert
809851f151 (MESS) ravens : added round leds 2013-11-06 10:00:23 +00:00
Jonathan Gevaryahu
25155371ba vsnes.c: Verified second half roms for vs baseball usa e-1 set, fix one mislabeled rom [Dead_Body] 2013-11-06 04:11:26 +00:00
Ivan Vangelista
5fb1e82c45 Fix for MT05355 . (nw) 2013-11-05 20:53:13 +00:00
Couriersud
ee4a29f6f8 Netlist: moved 7402 and 7410 into separate files 2013-11-05 20:49:25 +00:00
Ivan Vangelista
8abb340ad3 Modernize nes_apu device. (nw)
Needs merging with N2A03 cpu core.
2013-11-05 20:38:57 +00:00
cracyc
a96d323817 (mess) southbridge: make at586 fdc word [Carl] 2013-11-05 18:38:21 +00:00
Ivan Vangelista
63d6539b61 harddriv: moved handlers in the driver state. (nw) 2013-11-05 18:08:17 +00:00
Ivan Vangelista
59b0629932 Some legacy macros cleanups. (nw) 2013-11-05 17:58:50 +00:00
smf-
e6fb92cca4 added machine().describe_context() to debugging code (nw) 2013-11-05 17:25:30 +00:00
Curt Coder
200321ecfb (MESS) adam_flop.xml: Fixed region size. (nw) 2013-11-05 15:05:14 +00:00
Miodrag Milanovic
4b27c110af renamed vector to vector_device due to a name conflict with game named vector (nw) 2013-11-05 12:41:51 +00:00
Robbbert
1f0bc4dc46 (MESS) mbee128 : added 5 more bioses (nw) 2013-11-05 12:10:10 +00:00
Miodrag Milanovic
44d5c1b8ab Cleanups and version bump 2013-11-05 06:59:51 +00:00
Alex W. Jackson
50cdc0f4ae neogeo.c: endian fix for softlist ROM loading [Alex Jackson] 2013-11-05 06:45:44 +00:00
Alex W. Jackson
e0f1c2478f NeoGeo improvements: [Alex Jackson]
* Cleaned up large amounts of duplicated code between the MAME and MESS (AES/NeoCD) drivers
 * Removed MVS-only ROMs and devices (SM1 ROM, SFIX ROM, upd4990a RTC, etc.) from AES/NeoCD
 * Replaced legacy NVRAM in MVS and NeoCD with NVRAM devices
 * Correctly hooked up SM1 ROM bankswitching; the BIOS sound test works now
 * Corrected VRAM size
 * Sorted the Universe BIOS versions and unified them between MAME and MESS
 * Fixed kf10thep ROM loading and decryption which was a horrible hack (and not endian safe)
 * Replaced svcplus protection hack ROM patch with a less invasive one, based on FBA
 * Started marking code and data that should be moved out into devices
 * Various other code and comment cleanups

New clones added
----------------
Kizuna Encounter - Super Tag Battle 4 Way Battle Version / Fu'un Super Tag Battle Special Version [Alex Jackson]
2013-11-05 04:48:30 +00:00
cracyc
75eaf393e6 (mess) southbridge: greatly increase refresh line delay (nw)
--
Passes floppy controller test, still crashes
2013-11-05 04:00:32 +00:00
Brian Troha
46d050ba47 usgames.c: fix rom load - nw 2013-11-05 03:39:15 +00:00
smf-
a53724ce63 Fixed mametesters 05353 [smf] 2013-11-05 01:42:25 +00:00
smf-
7641349eb1 removed unnecessary #includes (nw) 2013-11-05 01:32:06 +00:00
Jonathan Gevaryahu
bc9cc4601a extremely minor comment update (n/w) 2013-11-05 01:09:30 +00:00
Michael Zapf
ff97022b21 jubilee.c: Switched to new TMS9980 implementation and tried to bring the
driver in better shape. [Michael Zapf]
2013-11-04 22:06:14 +00:00
Scott Stone
86fecdf47f Fix for inputs wrongly changed from IPT_START1 to IPT_START. This system has cabinet networking and no games allow two players with one machine. (nw) 2013-11-04 21:51:36 +00:00
Scott Stone
e34c82077e tia.c - Per "Television Interface Adapter [TIA]" tech doc and "Atari VCS POP Field Service Manual" in harmony with original hardware results, updated NTSC palette to better simulate colors on a CRT display.
Documented phase shifts 24.7 thru 27.7 degrees in 0.5 increments.  Enabled 26.2 degrees as default being a logical choice as the system should be initially calibrated for Hue 1x and 15x (F$) to visual match (~25.7 degrees) displaying 'gold'/'goldenrod' via system's manual pot adjustment, while moderate system runtime automatically creates a higher phase shift. 
 
Results collaborate with additional tech docs (I.E. "Stella Programmer's Guide") placing 1x as 'gold', 2x as 'orange' and 15x (F$) as 'light orange' (hue between 1x and 2x).  Colors measured from midpoint of brightness scale. [Robert Tuccitto]
2013-11-04 21:37:59 +00:00
Scott Stone
e0c3d69e6e IPT_START changed to IPT_START1 or IPT_START2 where multiple start buttons exist. [M*A*S*H] 2013-11-04 21:22:44 +00:00
Couriersud
bf19099323 Split the netlist code up into functional pieces like parser, setup and execution. This looks a lot more structured now and highlighted some issue already. 2013-11-04 20:47:32 +00:00
Curt Coder
39dc549a5f (MESS) c128_rom.xml: Added KeyDOS support disk. [Curt Coder] 2013-11-04 19:50:16 +00:00
Michael Zapf
b9f3cc4eb3 (MESS) tutor: Switched to new (fixed) TMS9995 implementation. [Michael Zapf] 2013-11-04 19:08:38 +00:00
Michael Zapf
c762324fc2 tms9995: Fixed a missing address alignment for word operations. (nw) 2013-11-04 18:40:55 +00:00
Scott Stone
c2bbf79e10 - wboy4 documentation updates. [Irongiant]
- Small fix for -listxml dumps regarding output of DIP switches.  [Andreas Singer]

- Atari 7800 palette value fix (nw)
2013-11-04 18:35:03 +00:00
Ivan Vangelista
b7627dda18 Modernized mc6854 device.(nw)
Superficial testing shows no breakage, but in-depth testing from someone familiar with the machines would be appreciated.
2013-11-04 18:06:29 +00:00
Angelo Salese
aae15c6fe6 Note 2013-11-04 14:38:07 +00:00
Angelo Salese
36f451e068 Fixed wrap-around 2013-11-04 14:34:20 +00:00
Robbbert
0ba98bf2c2 uppercase 2013-11-04 11:37:16 +00:00
Robbbert
485aa69205 (MESS) mbee256 : added 2 more bios versions (nw) 2013-11-04 10:55:10 +00:00
Robbbert
0a629c96b4 (MESS) pockstat : fixed regression, added a note (nw) 2013-11-04 10:19:07 +00:00
Miodrag Milanovic
44caf08662 fix for cpc_flop from remax (nw) 2013-11-04 09:38:48 +00:00
Fabio Priuli
a5278a4f71 (MESS) on behalf of ReadOnly: small documentation progress and a few new public dumps added (no whatsnew) 2013-11-04 07:54:21 +00:00
Jonathan Gevaryahu
e015c4176e nss.c: add another BIOS set (single cart, v3) [Porchy] 2013-11-04 07:44:22 +00:00
cracyc
110e6c38a0 (mess) southbridge: fix dma (nw) 2013-11-04 01:47:36 +00:00
Brian Troha
89a6e30592 mcr3.c: Minor doc update / rom label correction. - NW 2013-11-04 00:00:59 +00:00
Justin Kerk
7a9c6bf116 Emscripten makefile stuff (nw) 2013-11-03 22:52:48 +00:00
Angelo Salese
e05327df99 Added video banking, fixes Great Guns ranking screen 2013-11-03 22:43:42 +00:00
Justin Kerk
fe5ac3c0fd Split up the construct_core_types() monster, other JSMESS tweaks (nw) 2013-11-03 22:07:20 +00:00