Commit Graph

22740 Commits

Author SHA1 Message Date
Fabio Priuli
38c0ecb8c4 (MESS) gameboy: converted the various LCD types (DMG, MGB, CGB...) to be devices. [Fabio Priuli] 2013-06-23 14:44:29 +00:00
Fabio Priuli
299b67a1ce (MESS) sns_sa1: fixed sdf1gp lazyness. nw. 2013-06-23 14:35:47 +00:00
Luca Elia
66ad9563ab New clones added
----------------
Super Poker (v100xD03) / Formosa (not working) [any, Luca Elia]
2013-06-23 13:14:38 +00:00
R. Belmont
a0de95826b fix srobotg status copy/paste (nw) 2013-06-23 12:51:48 +00:00
R. Belmont
49a2995eac (MESS) SNES SA-1: fixed initial SA-1 status and added preliminary SA-1 to S-CPU IRQ. [R. Belmont] 2013-06-23 12:44:54 +00:00
Robbbert
946fb90c92 (MESS) H8: added fdc ram 2013-06-23 12:32:33 +00:00
Robbbert
166485ec87 (MESS) H8: Added alternate bioses 2013-06-23 12:03:43 +00:00
Luca Elia
b6108e9451 Correct common typo on Seta PCB numbers (nw) 2013-06-23 11:05:59 +00:00
Fabio Priuli
c9ae85650b (MESS) megaduck: fixed loading of some carts from command line. nw. 2013-06-23 10:31:14 +00:00
Robbbert
87a5630556 (MESS) H8 : added code for cassette, paste. Added the official test program code for pasting. 2013-06-23 10:11:17 +00:00
Fabio Priuli
4b821554f5 (MESS) sns_sa1: fixing a bunch of out-of-bound rom accesses helps t&e soft games + srobotg + jl96drem to get almost ingame... 2013-06-23 10:01:06 +00:00
smf-
6f5982304d added IDE_CONTROLLER_32 for systems that have 32 bit prefetch (nw) 2013-06-23 07:02:14 +00:00
Michaël Banaan Ananas
d32472c065 some misc fixes/cleanups
I didn't touch DSP or video stuff
2013-06-22 22:47:55 +00:00
Curt Coder
1d104e2e73 (MESS) ibm5160: Keyboard WIP. (nw) 2013-06-22 21:34:51 +00:00
Olivier Galibert
a8255e1d0b placeholder test for Curt 2013-06-22 21:12:59 +00:00
Curt Coder
ca9c423153 (MESS) ibm5160: Keyboard WIP. (nw) 2013-06-22 20:06:02 +00:00
Curt Coder
1ebcf699e3 (MESS) softbox: Changed Z80 clock to use XTAL constant. [Mike Naberezny] (nw) 2013-06-22 20:01:02 +00:00
R. Belmont
0291f5a7ff (MESS) SNES SA-1 improvements [R. Belmont]
- S-CPU can properly write to SA-1 registers
- SA-1 CPU boots properly from its own vectors
- Interrupt controller implemented
- Message-passing registers and status flags hooked up
2013-06-22 19:53:04 +00:00
smf-
0d6dbffee9 make sure identify buffer is initialised. (nw) 2013-06-22 18:18:29 +00:00
smf-
573828ec29 fixed jdreddb region name (nw) 2013-06-22 17:50:24 +00:00
Curt Coder
bdb92899c1 (MESS) softbox: Changed DIP switches to PORT_DIPUNUSED. [Mike Naberezny] (nw) 2013-06-22 10:51:49 +00:00
Olivier Galibert
e6d6173a0d sec: Fix obvious typo [dgame] 2013-06-22 10:11:11 +00:00
Curt Coder
ed4759152d (MESS) ibm5150: Keyboard WIP. (nw) 2013-06-22 09:25:17 +00:00
mahlemiut
01a1a57c40 de_2: Get rid of some tag lookups. (no whatsnew) 2013-06-22 07:09:39 +00:00
David Haywood
5c06d8dc9d new clones
Guardian Storm (Germany) [system11]
2013-06-22 04:10:59 +00:00
mahlemiut
3ecbd71c7c de_2, de_3: Moved Back to the Future and The Simpsons to de_2.c, they will now run. (no whatsnew) 2013-06-22 02:29:08 +00:00
Michaël Banaan Ananas
c34c87ea32 small description update 2013-06-21 22:28:37 +00:00
Michaël Banaan Ananas
4caaa4b43b new clone added
-----------------
Tetris (Japan, H-System) [Alex Meijer]
2013-06-21 22:16:51 +00:00
Curt Coder
59f29172c6 (MESS) ibm5150: Keyboard WIP. (nw) 2013-06-21 21:33:10 +00:00
Michael Zapf
3563690821 (MESS) ti99: Proper initialization of 32K mem (nw) 2013-06-21 20:15:56 +00:00
Miodrag Milanovic
41f2a14f3e validation fix (nw) 2013-06-21 19:47:42 +00:00
Miodrag Milanovic
c49330dfb2 fix (nw) 2013-06-21 19:39:56 +00:00
Miodrag Milanovic
df6263652b did modern cpu cores as well (nw) 2013-06-21 19:22:25 +00:00
Wilbert Pol
6564ff9582 apexc.c: Modernized cpu core. (nw) 2013-06-21 19:20:52 +00:00
Miodrag Milanovic
e8521322b2 Fix device duplicated name/descriptions (nw) 2013-06-21 17:58:03 +00:00
Alex W. Jackson
a1814a25e5 neocrypt.c: remove debug code [nw] 2013-06-21 17:49:36 +00:00
Oliver Stöneberg
ac76a12974 chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying to read an .avi with unsupported color depth) / improved error reporting a bit (nw) 2013-06-21 17:24:41 +00:00
Curt Coder
158bd9f20e (MESS) Added skeleton driver for Ithaca InterSystems DPS-1. [Al Kossow, Curt Coder] 2013-06-21 17:22:43 +00:00
Miodrag Milanovic
b868158bb1 expand listxml output with all devices having shortname (so all except cpus are in) and references to them (nw) 2013-06-21 17:22:28 +00:00
Oliver Stöneberg
54e9da3266 chdman: fixed deletion of output file in case of an error (nw) 2013-06-21 17:21:43 +00:00
Fabio Priuli
5363a89597 (MESS) bml3: added software list for floppy disks. [Anna Wu] 2013-06-21 17:19:47 +00:00
Curt Coder
276df52c7c (MESS) c64: Updated SwiftLink/Turbo232 settings. [Mike Naberezny] 2013-06-21 16:52:10 +00:00
Curt Coder
0787f1e2a0 (MESS) ibm5150: Added skeleton for the IBM PC/XT 83-key keyboard. [John Elliot, Curt Coder] 2013-06-21 16:44:45 +00:00
Oliver Stöneberg
3a7c6bac73 added workaround to FLAC__lpc_compute_autocorrelation() for 32-bit GCC (aka non-SSE floating point) issues (nw) 2013-06-21 16:40:09 +00:00
Miodrag Milanovic
b2ca247d3f another one, and that would be last except devcpu.h (nw) 2013-06-21 14:52:55 +00:00
Miodrag Milanovic
1dd7883e87 found few that have fixed values (nw) 2013-06-21 14:47:18 +00:00
Miodrag Milanovic
e533a04f2e changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
Miodrag Milanovic
d49ea91e69 small fix (nw) 2013-06-21 11:29:19 +00:00
Miodrag Milanovic
53ba0f61db extended large amount of devices with shortname and source file data (nw) 2013-06-21 10:26:41 +00:00
Alex W. Jackson
6b059c8117 neocrypt.c cleanup part 1: simplify kf2k3pcb bios decryption, fix some endian issues (Alex Jackson) 2013-06-21 10:04:30 +00:00