Commit Graph

29544 Commits

Author SHA1 Message Date
Angelo Salese
8eeb461935 Fixed XTALs in Tecmo 16, corrected OKI clock, nw 2014-05-30 17:52:58 +00:00
Michaël Banaan Ananas
8cb4748c50 fix aceattac analog inputs 2014-05-30 17:19:34 +00:00
David Haywood
d434d2b28d fix regression caused by 68k change (nw) 2014-05-30 16:32:56 +00:00
Couriersud
f4f871ada4 Netlist changes:
- Reworked the analog storage model to better support the compiler. 
  This will most likely only pay off on larger matrices than currently used.
  Investment for future platforms with larger vectors
- Added parameter "GS_THRESHOLD" to select the minimum matrix size for Gauss-Seidel solver
- pstate: pointer will be resolved late, i.e. after all initialization is finished.
  State is registered during start, but some pointers are only set during post_load in the solver.
2014-05-30 16:04:08 +00:00
Scott Stone
ac79d15878 Device description fixes from MASH (nw) 2014-05-30 14:04:12 +00:00
Scott Stone
9e9d50d798 Compile fix for some GCCs - patch sent to author - from Micko. (nw) 2014-05-30 13:48:47 +00:00
Curt Coder
0e87a7b58c clang compile fix, please submit to mongoose baseline. (nw) 2014-05-30 12:16:03 +00:00
Curt Coder
81b4c86e26 clang compile fix. (nw) 2014-05-30 12:13:31 +00:00
David Haywood
16fd7b383b wc90 sprites refactor (nw) 2014-05-30 11:17:41 +00:00
Alex W. Jackson
7b0cbe61d7 bladestl.c: add RC filters to YM2203 SSG channels (based on schematic, identical to ddribble) [Alex Jackson] 2014-05-30 10:24:29 +00:00
Miodrag Milanovic
ff99c901e9 Updated to latest mongoose code in agreement with author (nw) 2014-05-30 10:18:47 +00:00
David Haywood
7dc5e8b533 guess 30715 broke this logic (nw) 2014-05-30 10:11:08 +00:00
Alex W. Jackson
b025f698a1 m68000: Do what the real M68K does on byte writes. Fix the debugger so watchpoints continue to work as expected [Alex Jackson] 2014-05-30 04:05:49 +00:00
David Haywood
9e224031ab new NOT WORKING
Kensei Mogura (1994.04.18, Ver 1.00) [Alan Meades, Porchy]

(I'll be looking at this more over the coming days)
2014-05-30 00:53:50 +00:00
Alex W. Jackson
639b40f8e3 fix build (nw) 2014-05-29 23:40:00 +00:00
Andreas Naive
e1e6ad0dcc FD1094's documentation updates & cleanups [Andreas Naive] 2014-05-29 23:08:08 +00:00
David Haywood
7e1b772a1f move some tecmo sprite code around for later refactoring (nw) 2014-05-29 21:46:29 +00:00
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