Commit Graph

22132 Commits

Author SHA1 Message Date
Michaël Banaan Ananas
0e4e2a0a5e (bootlegger name) 2013-05-10 18:48:31 +00:00
smf-
1cff2752cf overides device_post_load instead of post_load (nw) 2013-05-10 18:22:30 +00:00
smf-
981f921fe1 removed extra f (nw) 2013-05-10 18:21:50 +00:00
smf-
9dbf2320c1 modernised the YM2610 interface [smf] 2013-05-10 18:21:22 +00:00
Fabio Priuli
81014c8b47 (MESS) ec1841: fixed checksums, by LoganB. nw. 2013-05-10 16:12:00 +00:00
Fabio Priuli
78b2889737 (MESS) gameboy/gbcolor: simplified video code by reducing the number of memory pointers used,
and added support for save state registration. [Fabio Priuli]

I haven't added the support_save flag yet because I'd like to receive some feedback from users (I have 
only tested 2 dozen of games, without issues, but there are thousands...)
2013-05-10 15:23:51 +00:00
Fabio Priuli
342b2024f2 (MESS) megadriv.c: added save registration of a bunch of scanline-related and input-related variables. nw. 2013-05-10 15:17:52 +00:00
Fabio Priuli
0a6233dc57 (MESS) snes.c: added save registration of a bunch of scanline-related variables. nw. 2013-05-10 15:16:57 +00:00
Fabio Priuli
cc9519dbdf (MESS) nes.c: greatly improved save state stability, by adding registration of on-cart VRAM/WRAM. [Fabio Priuli] 2013-05-10 15:15:27 +00:00
Fabio Priuli
ec52f75def snes.c: minor cleanup in the code used by nss and other snes-based arcade drivers. nw. 2013-05-10 15:13:53 +00:00
Fabio Priuli
151d278c45 (MESS) added a bunch of slot-related save registrations. nw. 2013-05-10 15:12:14 +00:00
smf-
83fb87b569 modernised YMF271 [smf] 2013-05-10 15:06:32 +00:00
Fabio Priuli
2138059b16 mbc55x.xml: added a few more disks. [pete_j]
m20.xml: added newly dumped CP/M 8000 disk [Christian Groessler]
2013-05-10 15:04:20 +00:00
Fabio Priuli
2c51901aac msx2_cart: documented a couple of dumps from VC releases, from LoganB. nw.
gbcolor: resized a couple of dumps, from Taizou. nw.
2013-05-10 15:02:27 +00:00
Robbbert
bdbbfd9987 Indianbtbr: Fixed cocktail controls. Connected sound to be like indianbt. There's no music in this version. 2013-05-10 14:38:22 +00:00
smf-
27c8cc66a4 modernised YMZ280B [smf] 2013-05-10 14:02:35 +00:00
Fabio Priuli
605a9d3728 fixed ec1841.xml. nw. 2013-05-10 13:26:54 +00:00
Miodrag Milanovic
8a8755ccf9 (MESS)new driver: 15IE-00-013 serial terminal [shattered]
Note: this is without bitbanger abuse part
2013-05-10 13:22:21 +00:00
Miodrag Milanovic
192fc4f915 -pc: remove unused ibm5150_ppi8255_interface [shattered]
-mc1502: FDC xtal freq is 16 MHz
-pc, ec1841: unbreak DBG_LOG macro
-asst128: another PC XT clone
-ec1841: add softlist, set 'v2' as default BIOS to avoid resets
2013-05-10 13:15:44 +00:00
Scott Stone
9d59d51aaf Added and verified DIP locations for all sets in rallyx.c [Tafoid]
New clones added
----------------
Crazy Climber (Model Racing bootleg)  [any]
Rally X (Model Racing bootleg  [any]
2013-05-10 12:23:46 +00:00
smf-
6fb2859b04 finished modernizing at28c16 [smf] 2013-05-10 10:37:05 +00:00
Miodrag Milanovic
cca73a4ec0 added additional flags for compiling on linux and osx, but enabled just posix, so it should cover most of distributions and variations (nw) 2013-05-10 10:34:43 +00:00
smf-
47a7cb2fcc converted I/O to 16 bit (nw) 2013-05-10 10:28:09 +00:00
David Haywood
c77779c816 new clones
Galaxian (Recreativos Franco S.A. Spanish bootleg) [Roselson (from AUMAP)]
2013-05-09 20:43:47 +00:00
Andrew Gardner
7964d924b3 Adds memory tracking to debugger. This includes two new commands: trackmem and
pcatmem(p|d|i).  [Andrew Gardner]

Fixes left-click selection bug in the memory window. [Andrew Gardner]


Explanation:
------------
Call trackmem to start tracking which PC writes to which address in memory and 
pcatmem(p|d|i) to query a memory region for which PC wrote to it.  Users of 
the QT debugger can also right click on a memory address in the memory window 
to make a popup message appear with the results - right-clicking also 
automatically copies the resultant PC onto the clipboard.  (I'll attach an 
image of this behavior in a follow-up mail).
2013-05-09 19:20:05 +00:00
smf-
f57d8d2d7b modernised adc083x, ds2401, upd4701 [smf] 2013-05-09 16:28:56 +00:00
Miodrag Milanovic
0c393edfdf added emu.keypost function to lua, and made autoboot_command execute that one instead of direct execution, note that you need to add \n for new line at the end now (nw) 2013-05-09 14:32:21 +00:00
Scott Stone
1827647369 Further cleaning of an unneeded file and invalid .mak file entries (nw) 2013-05-09 14:14:47 +00:00
Miodrag Milanovic
4a09e17523 LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine [Miodrag Milanovic]
added -script (or -autoboot_script) command to execute LUA script after driver startup
2013-05-09 13:57:44 +00:00
smf-
5871e48352 finished modernizing timekeeper [smf] 2013-05-09 12:41:18 +00:00
smf-
5fcb3cd11f Changed handlers to 16 bit as that is the size of the external bus and created memory maps instead of installing handlers in init (nw) 2013-05-09 10:17:47 +00:00
Scott Stone
6a2c3f0df9 (MESS) a7800.c - Red and Blue miscalculated proportions fixed. [Robert Tuccitto] 2013-05-09 10:09:19 +00:00
Miodrag Milanovic
1205dc1d61 -8042kbdc: fix uninitialized variable [Peter Ferrie] 2013-05-09 09:45:55 +00:00
Fabio Priuli
3a78dea789 (MESS) nes.c: slightly more refined open bus emulation (still not 100% accurate, but it suffices
to make happy the two games which had issues with previous implementation). nw
2013-05-09 08:15:16 +00:00
Scott Stone
e794ee5bc4 Delete unneeded file and .mak file entry (nw) 2013-05-09 01:27:38 +00:00
Robbbert
5120eb2957 (MESS) D6800: Added support for machine-language games (all 2 of them). 2013-05-08 23:33:53 +00:00
David Haywood
4457de5f35 improve logging details (nw) 2013-05-08 17:45:07 +00:00
Miodrag Milanovic
4ef8573f58 small cleanup (nw) 2013-05-08 14:59:55 +00:00
Miodrag Milanovic
59ff18b1d4 made save_items to be global in cases where needed (nw) 2013-05-08 14:55:55 +00:00
Miodrag Milanovic
6a52173033 save state cleanup, converted state_save_register_global* into save_item/save_pointer (nw) 2013-05-08 14:34:11 +00:00
Robbbert
19a36083f9 (MESS) D6800: Cassette connected up, system marked as WORKING [Robbbert] 2013-05-08 14:04:25 +00:00
Michaël Banaan Ananas
9247f1bd34 (switch around companyname) 2013-05-08 13:44:02 +00:00
Michaël Banaan Ananas
e1ef6a0b96 (switch around companyname) 2013-05-08 13:34:24 +00:00
Michaël Banaan Ananas
7824b80fe4 (Unknown-><unknown>) 2013-05-08 13:05:13 +00:00
Michaël Banaan Ananas
e63c277f09 (Bootleg->bootleg) 2013-05-08 13:01:15 +00:00
Miodrag Milanovic
73c4f5f86e midtunit modernization and some cleanup (nw) 2013-05-08 12:56:31 +00:00
Robbbert
78adfc7d42 (MESS) D6800: bit more work 2013-05-08 12:51:58 +00:00
David Haywood
9fd7956e70 c+p error (nw) 2013-05-08 12:00:46 +00:00
Fabio Priuli
3085a63e16 (MESS) gbcolor.xml: added a new dump by taizou. nw. 2013-05-08 11:57:03 +00:00
Fabio Priuli
58fefba79b (MESS) bbca_cass.xml/bbcb_cass.xml: moved a few files in the proper list and added some info. [Nigel Barnes] 2013-05-08 11:56:11 +00:00