Commit Graph

25454 Commits

Author SHA1 Message Date
cracyc
7909bef768 (mess) clean up the refresh bit, it's always the same as the 5170 (nw) 2013-11-09 04:26:19 +00:00
Couriersud
d0ad17590e Netlist: remove hardcoded maximum net size. Separated and documented a couple more devices out of net_lib.c 2013-11-08 20:24:47 +00:00
David Haywood
753667d2ac part 4 (nw) 2013-11-08 16:15:22 +00:00
David Haywood
fa74638458 part 3 (nw) 2013-11-08 16:04:45 +00:00
David Haywood
ec40506c6a part 2 (nw) 2013-11-08 15:56:09 +00:00
David Haywood
666532e476 pgm cleanups part 1 (nw) 2013-11-08 15:45:33 +00:00
Miodrag Milanovic
ff14529dd3 Update some changed roms according to PinMAME (nw) 2013-11-08 14:40:26 +00:00
Miodrag Milanovic
be5cb2cfa1 according to pinmame atari_s1 use same rom as s2 for sound (nw) 2013-11-08 13:02:54 +00:00
Miodrag Milanovic
fb6979b9ed rename future world roms according to pinmame (nw) 2013-11-08 12:21:25 +00:00
smf-
25b6c8dd72 fixed compilation (nw) 2013-11-08 09:52:07 +00:00
R. Belmont
3d1eced3bc Added a simple DC blocker filter to the speaker toggle device [R. Belmont] 2013-11-08 03:03:18 +00:00
smf-
4427021076 fixed mametesters 05357 [smf] 2013-11-07 20:54:04 +00:00
Ivan Vangelista
1c0ffa52af Device-ified asic65.c. (nw) 2013-11-07 17:50:23 +00:00
Ivan Vangelista
3c24c33a86 Moved gorf and wow sound handlers into the driver state. Updated some commented code (nw) 2013-11-07 17:38:50 +00:00
Justin Kerk
2031bd8f5a Remove GAME_NO_SOUND flag from ibmpc.c, these drivers have working PC speaker sound (nw) 2013-11-07 15:27:06 +00:00
Curt Coder
cfeac6b11f Remove unused file. (nw) 2013-11-07 14:43:20 +00:00
Curt Coder
456e81abeb (MESS) SASI WIP. (nw) 2013-11-07 14:42:21 +00:00
Curt Coder
f3b07e86bd (MESS) v1050_hdd.xml: Added hard disk software list with preformatted 5MB and 10MB CP/M images. [Curt Coder] 2013-11-07 14:30:10 +00:00
Curt Coder
6df57e4b5a scsi: Fixed hard disk images with 256-byte sectors. [Curt Coder] 2013-11-07 14:25:28 +00:00
R. Belmont
a82ac7cf00 (MESS) Apple II: Support for Applied Engineering Super Music Synthesizer [R. Belmont] 2013-11-07 03:59:42 +00:00
Phil Bennett
3b7fff857d 05356: offroadc: Off Road Challenge and clones have wrong color in some textures [Phil Bennett]
04947: offroadc: Missing selection indicator within service mode [Phil Bennett]

midvunit.c - Fixed polygon pixel color selection [Phil Bennett]
2013-11-06 23:55:34 +00:00
Angelo Salese
b744d61a2b Empty cycle, commented out 2013-11-06 22:49:49 +00:00
Angelo Salese
eee082606e Fix for MVSC by Peter Ferrie 2013-11-06 22:20:30 +00:00
Angelo Salese
3211293584 Read-back for paletteram 2013-11-06 19:26:08 +00:00
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