Curt Coder
415447b3fe
Fixed dataarea size. (nw)
2013-06-06 14:02:23 +00:00
Curt Coder
d8571d9f57
(MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder]
2013-06-06 14:00:58 +00:00
Fabio Priuli
95b95feb5e
(MESS) megadriv.xml: added info and verified some more dumps. [sunbeam]
...
+ added newly dumped 16 Tiles Mahjong II & the recently released (by the developers themselves) Oh Mummy
2013-06-06 07:01:37 +00:00
Curt Coder
a07d222d26
(MESS) ep64_flop.xml: Added floppy images. [Curt Coder]
2013-06-05 14:38:29 +00:00
Curt Coder
80eba5bc86
(MESS) ep64_cass.xml: Added preliminary cassette software list. [Guru, Curt Coder]
2013-06-05 14:29:58 +00:00
Curt Coder
6621051bb7
(MESS) ep64_flop.xml: Added floppy images. [Curt Coder]
2013-06-04 14:50:00 +00:00
Fabio Priuli
38e965c78c
fixed xml. nw.
2013-06-03 20:37:25 +00:00
Curt Coder
67b05b5f15
(MESS) pet_flop.xml: Added some unsorted floppies. (nw)
2013-06-03 13:51:49 +00:00
Curt Coder
48736e0700
(MESS) horizon.xml: Added floppies. [Andrew Lynch]
2013-05-31 13:43:43 +00:00
Fabio Priuli
1d6300d7d0
megadriv.xml: minor formatting cleanup from sunbeam. nw.
2013-05-31 06:19:32 +00:00
Curt Coder
737ea59851
(MESS) qx10: Added floppy software list. [Curt Coder]
2013-05-30 13:56:03 +00:00
Curt Coder
a93fdfab23
(MESS) pet: Implemented SoftBox IEEE-488 peripheral mode, where a PET computer is used as terminal. [Curt Coder, Mike Naberezny]
2013-05-29 20:06:42 +00:00
Fabio Priuli
527c153e99
(MESS) scv.c: simplified input reading and added save state support [Fabio Priuli]
...
I've also fixed Star Speeder rom loading, but the game is not working yet.
2013-05-29 05:27:58 +00:00
Fabio Priuli
620187abe1
(MESS) pce.c: converted carts to use slot devices [Fabio Priuli]
2013-05-27 15:27:03 +00:00
Curt Coder
f79944e6c6
(MESS) softbox: Added floppy software list. [Mike Naberezny]
2013-05-27 13:25:44 +00:00
Fabio Priuli
f576f68883
(MESS) snes.xml: new dump from Le GROS Pixel. nw.
2013-05-27 12:08:10 +00:00
Fabio Priuli
af6d6ee63e
(MESS) sg1000: fixed RAM in a few games and added support for the Othello PCB (ROM + 2K RAM). nw.
2013-05-27 05:27:08 +00:00
Fabio Priuli
eab6a13f1c
(MESS) vsmile.xml: added new German dumps. [TeamEurope]
...
also, I've hacked up the rom region and cart loading for vsmile so that some dumps start to show stuff,
and TeamEurope can use MESS too for basic testing of the dumps...
devs who know more about this cpu are welcome to work on it, because I can't do much more than this :-)
2013-05-26 12:14:45 +00:00
Fabio Priuli
3476c84442
(MESS) softlist: added list for Otrona Attache disks. [Kaylee]
2013-05-26 09:35:47 +00:00
Fabio Priuli
a7a7aa2011
(MESS) gba: updated the driver to use slot devices for carts and removed
...
on-cart flash ram devices from main gba now that they can be properly
implemented on carts which have them [Fabio Priuli]
The main difference for end users is that games using flash ram for saves won't save
anymore progresses in a nvram/game_name.nv file but in a file inside nvram/game_name/
folder. Many thanks to Micko for his recent changes to nvram devices which allowed to
still save these data per-game!
2013-05-25 11:40:20 +00:00
Fabio Priuli
184a98131b
fixed validation. nw.
2013-05-25 08:13:48 +00:00
Fabio Priuli
4e80d70007
(MESS) cpc_flop.xml: added the available SPS release. [Kaylee]
2013-05-25 08:13:13 +00:00
Fabio Priuli
c9024eef8e
(MESS) sg1000: added emulation of the Card Catcher passthrough cart. [Fabio Priuli]
...
eventually, softlist will better document which dumps come from cards and which from carts.
for the moment you can load any sg dump <= 32K as a card
2013-05-24 12:34:50 +00:00
Fabio Priuli
8da97d5847
(MESS) sg1000: converted the driver to use the new sega 8bit cart slot. [Fabio Priuli]
...
this allowed to simplify the sg1000 code and to remove duplicate Terebi Oekaki implementation...
2013-05-24 11:04:16 +00:00
Fabio Priuli
05efa2f096
added ram to a bunch of gamegear games which needed it.
2013-05-23 17:55:39 +00:00
Fabio Priuli
089bf986c3
(MESS) sms: restricted card slot to accept only files which were available as carts, and updated sms.xml to contain
...
card dumps with the correct interface. nw.
this in particular means that the dozen of Jpn games which were only released in MyCard format
can now be loaded only with the -card switch (from softlist)
2013-05-23 14:49:40 +00:00
Curt Coder
96b018efeb
(MESS) horizon.xml: Added remaining floppy images. [Dave Dunfield]
2013-05-23 14:07:42 +00:00
Fabio Priuli
5477d4ded3
(MESS) sms/gamegear: updated the systems to rely on xml only for RAM/NVRAM
...
when loading from softlist. [Fabio Priuli]
from fullpath it still allocates 32k for every game, and if the game enables RAM the content is saved at exit.
2013-05-23 12:54:27 +00:00
Fabio Priuli
238d365b0c
(MESS) sms/gamegear: fixed a few regressions in the new code (mostly due to missing bits in the softlist),
...
improved handling of proto dumps with weird sizes, added cart internal header logging. nw.
2013-05-22 13:49:41 +00:00
Curt Coder
dcb442f9fc
(MESS) hx20: Added floppy software list. [Curt Coder]
2013-05-21 21:00:39 +00:00
Fabio Priuli
d5dd4ee116
(MESS) sms/gamegear: Various improvements [Fabio Priuli]
...
- Converted cart handling and mappers to use slot devices
- Simplified bios and cart bankswitch mechanism
- Added save state support to both systems
- Removed on-cart EEPROM from main gamegear now that
it can be properly implemented on carts which have it
- Made LCD persistence hack optional (ON by default, it can
be turned OFF from Driver Configuration submenu)
- Reduced tagmap lookups all across the driver
2013-05-21 19:53:31 +00:00
Miodrag Milanovic
1c05ccc93b
Cleanups and version bump
2013-05-20 06:51:25 +00:00
Fabio Priuli
222d25a9ac
(MESS) ibm5170.xml: added some more coverdisks [Kaylee]
2013-05-19 14:25:09 +00:00
Fabio Priuli
66f6470566
fixed validation for horizon.xml. nw.
2013-05-19 14:18:44 +00:00
Fabio Priuli
c0ec2c5218
and this (omg). nw.
2013-05-19 14:18:03 +00:00
Fabio Priuli
649956dcea
(MESS) softlist: misc consistency fixes. nw.
2013-05-19 13:27:45 +00:00
Curt Coder
206d3f4adf
(MESS) Added software lists for NorthStar Horizon/Advantage floppies. [Dave Dunfield]
2013-05-19 13:13:47 +00:00
Fabio Priuli
3e97968771
(MESS) nes.c: added dump for another interesting fds conversion found in the same chinese pack as the other.
...
emulation for this work, except for SRAM. nw.
2013-05-18 15:03:35 +00:00
Fabio Priuli
d1d81eabb8
(MESS) megadriv.xml: added more pcb documentation. [sunbeam, gigadeath, nights]
2013-05-18 07:54:54 +00:00
Fabio Priuli
eaa25e92a8
(MESS) amigaocs_flop.xml: somehow, I managed to introduce these few bits of errors in the original submission. Thanks to Kaylee for spotting and fixing these. nw.
2013-05-17 17:12:15 +00:00
Curt Coder
eac0827686
(MESS) c64: Added Super Snapshot family cartridge ROMs to the software list. [Curt Coder]
2013-05-15 20:40:50 +00:00
Fabio Priuli
e7368bcefc
(MESS) cpc_flop.xml: further back-up for some sorting wip... nw.
2013-05-15 18:33:05 +00:00
Miodrag Milanovic
a57961c299
(MESS) softlist for mc1502 [shattered]
2013-05-14 06:52:38 +00:00
Fabio Priuli
b3bae5a204
(MESS) softlist: misc fixes to descriptions (to match title screens), to publishers, and to
...
shortnames (to be consistent across lists, where possible). nw.
2013-05-13 17:42:03 +00:00
Fabio Priuli
bddf7a9a1f
(MESS) cpc_flop.xml: backing up some sorting wip for games starting with #b. nw.
2013-05-13 17:39:49 +00:00
Fabio Priuli
79c671e879
(MESS) x68k_flop.xml: added missing sets from TOSEC, plus a lot of new disks dumped in the past
...
seven years, plus lots of info [Ashura, mek1, wushu, Starscream the 2nd, cpt. Misumaru Tenchi,
SuperDeadite, Anna Wu, Fabio Priuli]
Disks do not work in current MESS (and DIM format has not been converted yet to modern), but I was tired to
sit on these with risk to lose backup...
Huge thanks go to the Tokugawa Boards guys who helped tracking some disks which were very hard to find
2013-05-13 17:22:59 +00:00
Fabio Priuli
cb9b6677a0
(MESS) gbcolor.xml: added a couple of dumps from taizou. nw.
2013-05-13 15:12:52 +00:00
Fabio Priuli
8c510ba369
(MESS) nes.c: added a new fds conversion dump found in a big chinese pack. emulation
...
is only partial, unfortunately. nw.
2013-05-13 14:29:50 +00:00
Curt Coder
82e8274aca
(MESS) v1050: Added CP/M Plus BIOS 2.0 to floppy software list. [Bill Degnan]
2013-05-11 10:07:08 +00:00
Fabio Priuli
81014c8b47
(MESS) ec1841: fixed checksums, by LoganB. nw.
2013-05-10 16:12:00 +00:00