Commit Graph

1340 Commits

Author SHA1 Message Date
Curt Coder
4338702116 (MESS) Added minimal cassette software lists for the Commodore computers. [Curt Coder] 2013-02-03 21:23:05 +00:00
Fabio Priuli
6d7b97aca4 (MESS) megadriv.c: many updates to cart handling [Fabio Priuli]
- updated carts to be slot devices
  - simplified loading and bankswitch mechanism
  - added support for real Sonic & Knuckles lock-on emulation (you can combine it freely 
    with other carts, through the -cart2 slot which gets added automatically)
  - remove need for "pcb_type" feature from xml softlist, since the new "slot" feature is enough
  - moved SVP emulation to src/mess/ in view of conversion to a slot device as well
2013-02-03 13:13:52 +00:00
Curt Coder
daea35e7d5 (MESS) pet2001: Rewrote the PET 2001 series. [Curt Coder] 2013-01-31 15:17:11 +00:00
Curt Coder
30b6014d2d (MESS) Softlist additions. (nw) 2013-01-30 16:36:43 +00:00
Curt Coder
1e7e398238 (MESS) pet: Added add-on ROM software list. [Curt Coder] 2013-01-29 15:11:28 +00:00
R. Belmont
c3a7aa3e32 (MESS) apple2: Support generic 6850 MIDI card (Yamaha, Passport, etc). [R. Belmont] 2013-01-29 04:44:45 +00:00
Curt Coder
b76debcb8b (MESS) c64: Renamed legacy file. (nw) 2013-01-28 20:31:49 +00:00
Curt Coder
518642d39e (MESS) tek4052: Added cartridge software list. [Curt Coder] 2013-01-28 14:48:12 +00:00
Oliver Stöneberg
cd384cbe54 added "copy" support to chdtest.py / added some v4 to v5 copy tests 2013-01-26 18:54:09 +00:00
Fabio Priuli
c3f0419324 msx1: added a cass list, containing expansion tapes for Albatross. no whatsnew.
I don't plan to add more tapes any time soon (I simply did not want to lose these two), so anyone willing to
add more elements to the list would be welcome....
2013-01-25 16:15:19 +00:00
Sandro Ronco
8e40dc87e0 (MESS) Cleanup the HD44780 device. (nw) 2013-01-22 23:22:41 +00:00
Roberto Fresca
d0a91d5e6b Improvements to sanremo.c driver... [Roberto Fresca]
- Graphics decode.
  - Proper ROM load.
  - Accurate memory map.
  - Hooked CPU & interrupts.
  - Added CRTC support.
  - Added AY-3-8910 sound and ports support.
  - Added input ports.
  - Added output-lamps port.
  - Added button-lamps layout.
  - NVRAM support.
2013-01-21 16:48:11 +00:00
Ryan Holtz
d157249cb7 d3dhlsl.c: Add preliminary vector post-processing. [MooglyGuy] 2013-01-21 02:40:48 +00:00
Fabio Priuli
57ad367d43 (MESS) softlists: Added software lists to MZ800, Osborne 1 and Sorcerer [LoganB]
(MESS) softlists: Added software list to M20 [Fabio Priuli]
2013-01-20 10:07:33 +00:00
Roberto Fresca
991ab56747 New preliminary driver for 8bit San Remo Games. [Roberto Fresca]
New games marked as GAME_NOT_WORKING
------------------------------------
Unknown San Remo poker game [Roberto Fresca, Any, The Dumping Union]
2013-01-20 06:28:32 +00:00
David Haywood
aa00f6971d sync with XingXing (nw) 2013-01-19 18:44:43 +00:00
Wilbert Pol
c40207b0f1 (MESS) Added microvision software list (nw) 2013-01-18 18:41:26 +00:00
cracyc
c6e8508bcc [mess] Slotify playstation controller ports [Carl]
[mess] Fix memory card and standard controller with v3 pad lib psx software [Carl]
[mess] Add Dualshock emulation [Carl]
2013-01-17 16:47:09 +00:00
Curt Coder
ffe3325258 (MESS) d64/g64 floppy modernization WIP. (nw) 2013-01-17 15:32:52 +00:00
R. Belmont
520a27efd5 First pass on MIDI out support [R. Belmont] 2013-01-14 03:10:52 +00:00
Fabio Priuli
015f6484c3 softlist: Added preliminary lists to MO-5, TO-7 and TO-770 [K1W1]
softlist: Added preliminary lists to Enterprise 64/128, Odyssey 2 and G-7400, Interact and Kaypro II [LoganB]
2013-01-13 17:23:39 +00:00
Robbbert
b8c7ba68aa (MESS) New WORKING system. BINBUG. [Robbbert] 2013-01-13 15:41:59 +00:00
R. Belmont
098c5a9064 (MESS) esq5505: add MIDI In capability to all of these drivers. [R. Belmont] 2013-01-13 03:50:33 +00:00
R. Belmont
f6c44c6e9b MIDI core updates: [R. Belmont]
- Add MIDI in and out ports as image device types
- Add OSD calls to check for and read MIDI input
- Add MIDI in image device which reads input and converts it to a serial bitstream

nw section:
Note that the MIDI In device uses the new image device override to prevent the core from attempting to fopen() the "file" name and instead it handles open/close itself in call_load/call_unload.  This allows greater flexibilty than the hack used for sockets/ptys/named pipes where the OSD file layer has to know about them.
2013-01-13 03:48:10 +00:00
Wilbert Pol
5df1c82e6d (MESS) g7400: Moved the EF9340/1 code into a separate device. Merged all the odyseey2 code into the driver file. (nw) 2013-01-12 21:54:10 +00:00
Curt Coder
c972bc6caf (MESS) prof80: Added floppy software list. [Curt Coder]
(MESS) prof180: Added floppy software list. [Curt Coder]
2013-01-12 21:52:05 +00:00
Wilbert Pol
9bb8016a75 (MESS)Merged src/mess/machine/odyssey2.c and src/mess/drivers/odyssey2.c (nw) 2013-01-12 12:13:59 +00:00
Wilbert Pol
017e26d568 i8244.c: Added a device implementation for the i8244/i8245. [Wilbert Pol]
(MESS)g7400: Changed driver to use the i8244/i8245 device implementation.  [Wilbert Pol]
2013-01-11 20:52:37 +00:00
Miodrag Milanovic
0e19f641d3 Cleanups and version bump 2013-01-11 07:32:46 +00:00
Curt Coder
45319730ae (MESS) mm1: Fixed floppy. [Curt Coder]
Added a new implementation of the Intel 8275 with accurate DMA timing. [Curt Coder]
2013-01-10 15:32:07 +00:00
Oliver Stöneberg
4b09e73c9f added "createhd" support to chdtest.py via in.params input file / added new chdman test 2013-01-10 14:27:42 +00:00
Oliver Stöneberg
e111fe61f3 fixed uninitialized memory in the last hunk on CHD creation (fixes potentially different filesize with each compiler not defaulting memory to 0x00 including Visual Studio) / added another chdman test (nw) 2013-01-09 19:12:21 +00:00
Michaël Banaan Ananas
a7dc1ca0b9 (placeholder) 2013-01-09 19:00:35 +00:00
Fabio Priuli
8cc9070d27 lviv: added support for multipart tapes (lv0, lv1, etc. extensions) [Fabio Priuli]
softlists: added preliminary softlists to Apogee, Bashkiria-2M, BK-0010, Galaksija, Korvet, Lviv, Mikrosha, Ondra ViLi, Orao, 
Orion-128/OrionPro, Partner-01.01, Pecom64, Pyldin-601, Radio-86RK, Specialist/Specialist MX and UT-88. [Fabio Priuli]

After 0.148 I will clean up the file descriptions, but it's good to have these documented at last :-)
Loading instructions are already present at projectMESS and will be in next sysinfo update.
2013-01-09 17:20:18 +00:00
Fabio Priuli
3deb982fa8 softlists: fixing svn properties, no whatsnew. 2013-01-09 17:12:41 +00:00
Oliver Stöneberg
4aa4f3d9ec added another chdman test (nw) 2013-01-09 05:50:36 +00:00
David Haywood
62753a82b6 Amiga lists shuffle around, document Assassins PD collections from TOSEC ( + some other images I found which are missing from TOSEC..) (nw) 2013-01-08 04:37:50 +00:00
R. Belmont
7bc847a37f n68681: preliminary working diserial-based I/O [R. Belmont] 2013-01-07 04:44:44 +00:00
Curt Coder
c0b9575621 (MESS) c64: Cartridge WIP. (nw) 2013-01-06 21:11:25 +00:00
Oliver Stöneberg
035a7fe8e8 fixed filename set in NRG track parsing / added NRG test to chdman unit test (nw) 2013-01-05 19:25:13 +00:00
Oliver Stöneberg
a77655df86 recreated all files for the chdman unittest / added test for TOC input (nw) 2013-01-05 18:29:53 +00:00
Oliver Stöneberg
585ecc7c2e first version of chdman unit test / fixed dependies of tests target (nw) 2013-01-05 16:17:42 +00:00
Oliver Stöneberg
e18a790e69 added a "tests" target to the makefile / added chdman unittest placeholders (nw) 2013-01-05 14:20:15 +00:00
R. Belmont
696135be88 Checkpoint of "n68681" modernized, diserial-ized 68681 device (nw)
This covers the modernization aspect; the diserial-ization comes next.  Do not convert other drivers to use this yet.
2013-01-05 05:03:38 +00:00
Andrew Gardner
a33f00ff55 dsp16: Added 16-bit immediate load opcode. [Andrew Gardner]
Fixed reset behavior.
	   Code reorganization.
2013-01-05 01:40:33 +00:00
smf-
186d0b526a removed psx_state, all code shared between mame and mess is now in src/emu/ [smf] 2013-01-04 16:21:35 +00:00
Curt Coder
1566e7c2b8 (MESS) mm1: Added software list with boot disk. [Kara Trace, Curt Coder] 2013-01-04 15:31:33 +00:00
Olivier Galibert
e8738c6a89 placeholders 2013-01-04 13:17:37 +00:00
Curt Coder
702067b866 (MESS) c64: Cartridge WIP. (nw) 2013-01-03 16:25:31 +00:00
Luca Elia
492567f0c9 metro.c update [Luca Elia]
- I4220 supports 16x16 tiles too
- merged in vmetal.c
2013-01-03 14:13:25 +00:00