Commit Graph

29527 Commits

Author SHA1 Message Date
Dirk Best
548fcd938e Remove cd32.h, no longer needed 2014-05-29 17:02:55 +00:00
Couriersud
d193987f4e Further work on vectorization. Works, but not yet finished. 2014-05-29 16:45:20 +00:00
Couriersud
f27ccb3303 Further work on vectorization. Works but not yet finished. 2014-05-29 14:03:07 +00:00
Robbbert
d17e376dc6 In the File Manager, if the path is invalid, show the list of drives instead of an empty menu. 2014-05-29 11:15:11 +00:00
Alex W. Jackson
78696f9ca5 Remove more KONAMI_ROM_DEINTERLEAVEs; SHUFFLE8 and DEINTERLEAVE_4 are entirely gone now (nw) 2014-05-29 09:03:42 +00:00
Miodrag Milanovic
057b4d4222 Added sc-3000 bit format to castool (nw) 2014-05-29 06:24:44 +00:00
Brian Troha
a74a44751e peplus.c: Document how the Treasure Chest bonus round works for the PP0816 set. - NW 2014-05-29 02:55:03 +00:00
Couriersud
92f75bdc28 More cleanups and one bug: resize should never have been public in plists.h 2014-05-29 00:17:27 +00:00
Andreas Naive
b259368880 Fix to FD1094 317-0059's key (nw) 2014-05-28 22:02:13 +00:00
Couriersud
0abb43b5b6 Dead code removal 2014-05-28 18:03:05 +00:00
Couriersud
61b14da7c5 Netlist updates and bugfixes
- improved convergence code (max(epsilon) instead of sum(epsilon))
- identified needless updates
- changed NE555 discharge current to a value in the order of the datasheet
- improved dynamic time-stepping. 

Dynamic time-stepping is not used by any current implementation right now since any fast discharge will be resolved to mV levels imposing nano-second timesteps. Great and exact but deadly for performance.
2014-05-28 17:54:56 +00:00
Robbbert
18de9562f9 Generic keyboard / terminal: added function keys. Clean build needed.
Values are 0x81 to 0x8c (F1 to F12)
If CTRL pressed, add 0x10
If SHIFT pressed, add 0x20
This gives 48 new keys for special terminal functions, etc.
2014-05-28 12:20:03 +00:00
David Haywood
9192ed1d74 some improvements to the mastninj bootleg emulation (nw) 2014-05-28 11:54:15 +00:00
Robbbert
3c7740806f (MESS) applix : set dips default to allow booting 2014-05-28 10:11:54 +00:00
Robbbert
611a5f1cf7 (MESS) uts20 : some work 2014-05-28 08:48:28 +00:00
Alex W. Jackson
c63a12d249 k053245: remove deinterleave crap, clean up (nw) 2014-05-28 08:42:56 +00:00
Dirk Best
d30bb762dc Amiga: Rendering update, always render the full height to allow mixed
mode screens. LACE and LOF bits should now work closer to the real
system.
2014-05-28 08:12:56 +00:00
Fabio Priuli
4413706a97 k053244/k053245: converted to use inline configs, delegates and device_gfx_interface. nw.
6bpp graphics (i.e. lethalen sprites) is currently broken, because it needs further refactoring
(currently in progress)
2014-05-28 04:57:45 +00:00
Alex W. Jackson
7bf7acf043 mystwarr.c: fix mask ROM tests, broken since video was devicefied (nw) 2014-05-28 02:31:16 +00:00
mahlemiut
47b8a49ebf vga_ati: added some selectable VLB and PCI BIOSes so they can be documented (no whatsnew) 2014-05-28 02:27:06 +00:00
Alex W. Jackson
0e881d0a55 neogeo: use real palette_device (nw) 2014-05-28 01:52:31 +00:00
Alex W. Jackson
b81f168c7a xexex.c: small cleanup to audiocpu banking; start removal of KONAMI_ROM_DEINTERLEAVE crap (nw) 2014-05-28 00:14:36 +00:00
Michaël Banaan Ananas
5832c316ca nw 2014-05-27 17:33:02 +00:00
mahlemiut
e6c0e41d89 vga_ati: added ATI mach64 ISA card. 2014-05-27 06:49:38 +00:00
Scott Stone
0293e70fa5 Assorted setname/description updates for MESS from MASH (nw) 2014-05-27 03:52:55 +00:00
R. Belmont
33d2ede2aa (MESS) sun3: Work in progress on Sun 3/80. It now POSTs. [R. Belmont] 2014-05-27 03:02:46 +00:00
R. Belmont
265feab6fd ncr539x: fix FIFO read/writing to work as expected. (nw) 2014-05-27 02:45:11 +00:00
R. Belmont
223633eca3 naomi/chihiro/triforce: Updated set documentation [f205v] 2014-05-27 02:27:14 +00:00
Mike Naberezny
fdb28dd282 (MESS) pet_rom.xml: Added InfoPro. [Paul Rickards, Mike Naberezny] 2014-05-26 22:17:23 +00:00
Andreas Naive
c19b12af57 Tagged the new reconstructed key as BAD_DUMP for my peace of mind (nw) 2014-05-26 21:10:10 +00:00
Andreas Naive
bbcdc7eead Work on the Sega System16b version of Ace Attacker [Chris Hardy, Andreas Naive]
* Reconstructed SEGA FD1094 key (317-0059). Some errors could remain.
* Found the differences, in some sprite ROMs, with the System16a version to be due to a BAD_DUMP with stuck bits. Both sets use the same sprite ROMs now.
2014-05-26 21:03:33 +00:00
Wilbert Pol
27f2c334d5 (MESS) msx1_cart.xml: Removed nms1205v11, it was just a hacked up version of nms1205 to skip the internal software when booting. (nw) 2014-05-26 18:36:05 +00:00
cracyc
a8e9dccfb3 microtch: remove non-serial device (nw) 2014-05-26 17:21:39 +00:00
cracyc
0fc310f675 dwarfd: get colors from prom (nw) 2014-05-26 15:52:46 +00:00
Dirk Best
e22014283c Amiga: Add proper RS-232 port emulation. 2014-05-26 15:51:55 +00:00
cracyc
2cc2537cd3 dwarfd: fill gaps in tiles (nw) 2014-05-26 14:27:21 +00:00
Miodrag Milanovic
42415fc2ac New clones added :
- Bone Busters Inc. (French) [PinMAME]
- Pool Sharks (LA-5) [PinMAME]
- Flash (L-2) [PinMAME]
- HyperBall (L-2) [PinMAME]
- Joust (L-1) [PinMAME]
- Jungle Lord (L-1) [PinMAME]
- Thunderball (P-2) [PinMAME]
- Thunderball (P-3) [PinMAME]
- Popeye Saves The Earth (LA-4) [PinMAME]
- Indianapolis 500 (1.0R) [PinMAME]
- World Cup Soccer (La-2) [PinMAME]
2014-05-26 13:48:58 +00:00
Curt Coder
6bdfde47b6 (MESS) ql: Floppy WIP. (nw) 2014-05-26 10:43:08 +00:00
Curt Coder
9a59cd5172 (MESS) ql: Floppy WIP. (nw) 2014-05-26 06:38:15 +00:00
Scott Stone
759fc95fc4 More parsing help (nw) 2014-05-26 03:51:21 +00:00
cracyc
5436fa19ba dwarfd: adjust colors with playing cards as reference (nw) 2014-05-26 03:29:47 +00:00
cracyc
64353e1e7f i8275: swap buffers before drawing the last row (nw) 2014-05-26 02:05:49 +00:00
Brian Troha
775eb88b4a peplus.c: Correct PP0816 game name after seeing pic of actual machine. - NW 2014-05-25 23:27:44 +00:00
cracyc
a3e6d0deeb dwarfd: convert to use 8275 device (nw)
----
dwarfd displays the wrong tiles until the dips are changed.  Wasn't able to find a combination that worked consistently for both.
2014-05-25 22:50:21 +00:00
Curt Coder
9faffd2067 (MESS) ql: Expansion port/floppy WIP. (nw) 2014-05-25 22:00:17 +00:00
Couriersud
c37566ab08 Further simplification and clean up around the linear system solvers. 2014-05-25 21:45:51 +00:00
Scott Stone
4febea390f one more (nt) 2014-05-25 21:39:44 +00:00
Scott Stone
b91bd05df9 More parsing help (nw) 2014-05-25 18:46:34 +00:00
Scott Stone
71dea0c699 Some parsing friendly spacing corrections (nw) 2014-05-25 17:46:32 +00:00
Wilbert Pol
64e68ec429 (MESS) msx.c: Fixed support for FS-CA1 MSX Audio firmware and added some notes (nw) 2014-05-25 13:55:03 +00:00