Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r7058 Monday 18th January, 2010 at 10:47:46 UTC by Robbbert
Added new xerox clones to game list. Aligned games.
[src/mess]messdriv.c

r7057 Monday 18th January, 2010 at 09:14:12 UTC by Curt Coder
Added skeleton for Commodore 8050/8250/SFD-1001 disk drives.
[src/mess]mess.mak

r7056 Monday 18th January, 2010 at 09:13:32 UTC by Curt Coder
Added skeleton for Commodore 8050/8250/SFD-1001 disk drives.
[src/mess/machine]c8050.c* c8050.h*

r7055 Monday 18th January, 2010 at 05:35:07 UTC by Fabio Priuli
fixed compilation
[src/mess/software]32x_cart.c crvision_cart.c

r7054 Sunday 17th January, 2010 at 20:49:44 UTC by Fabio Priuli
- various list cleanups
- fixed pokemini year
[src/mess/drivers]pokemini.c
[src/mess/software]32x_cart.c bbcbc_cart.c crvision_cart.c jaguar_cart.c lynx_cart.c ngp_cart.c pico_cart.c pokemini_cart.c sms_cart.c svision_cart.c vboy_cart.c wswan_cart.c

r7053 Sunday 17th January, 2010 at 15:22:01 UTC by Stefano Priore
[ZX SPECTRUM] Cartridge list, part two...
[src/mess/software]spectrum_cart.c

r7052 Sunday 17th January, 2010 at 12:26:12 UTC by Phill Harvey-Smith
Added scsibus implementation, which emulates the raw SCSI1 / SASI bus
Added preliminary hard disk support to the Nimbus driver
[src/mess]mess.mak
[src/mess/drivers]rmnimbus.c
[src/mess/includes]rmnimbus.h
[src/mess/machine]rmnimbus.c scsibus.c* scsibus.h*

r7051 Sunday 17th January, 2010 at 10:29:33 UTC by Curt Coder
[XEROX820] Added Xerox 820-II and 16/8 ROMs.
[docs]messnew.txt
[src/mess/drivers]xerox820.c

r7050 Sunday 17th January, 2010 at 09:23:25 UTC by Fabio Priuli
* Several tweaks to megadriv_list (by gigadeath, haze & myself)
* Fixed svn properties of the lists and run srcclean over them
[src/mess/software]32x_cart.c advision_cart.c bbcbc_cart.c gamepock_cart.c megadriv_cart.c ngp_cart.c pasogo_cart.c pokemini_cart.c sms_cart.c spectrum_cart.c supracan_cart.c

r7049 Saturday 16th January, 2010 at 20:46:40 UTC by Robbbert
Small formatting fix
[src/mess]mess.mak

r7048 Saturday 16th January, 2010 at 13:32:30 UTC by Fabio Priuli
misc list cleanups (thx haze for pointing out gmaster issue)
[src/mess/software]gamecom_cart.c gamegear_cart.c gmaster_cart.c

r7047 Saturday 16th January, 2010 at 12:00:11 UTC by Robbbert
Fixed eol-style on various software lists. Fixed compile error in spectrum_cart.
[src/mess/software]advision_cart.c gmaster_cart.c pasogo_cart.c spectrum_cart.c

r7046 Friday 15th January, 2010 at 19:12:19 UTC by Stefano Priore
[ZX SPECTRUM] Cartridge list, part one
[src/mess]mess.mak messsoft.c
[src/mess/software]spectrum_cart.c*

r7045 Friday 15th January, 2010 at 19:10:32 UTC by Stefano Priore
[P2000] More comments added
[src/mess/machine]p2000t.c

r7044 Friday 15th January, 2010 at 17:13:17 UTC by Fabio Priuli
some minor cleanups (more needed) and some recent dumps added
[src/mess/software]gamegear_cart.c ngp_cart.c sms_cart.c

r7043 Friday 15th January, 2010 at 12:13:41 UTC by Curt Coder
[VIC20] Added missing IEC DATA write. Floppy loading now works occasionally.
[src/mess/drivers]vic20.c
[src/mess/includes]vic20.h
[src/mess/machine]c1541.c

r7042 Friday 15th January, 2010 at 11:50:10 UTC by Curt Coder
[CBMB, PET] Refactored to use the new IEEE-488 bus, and removed the old CBM IEEE implementation.
[src/mess]mess.mak
[src/mess/drivers]cbmb.c pet.c
[src/mess/includes]cbmb.h cbmieeeb.h
[src/mess/machine]cbmb.c cbmieeeb.c pet.c

r7041 Friday 15th January, 2010 at 09:04:50 UTC by Curt Coder
Removed old VIC-20 implementation.
[src/mess/drivers]vc20.c
[src/mess/includes]vc20.h
[src/mess/machine]vc20.c

r7040 Friday 15th January, 2010 at 08:53:56 UTC by Curt Coder
[C2031] Added missing DAV write, fixed ATN polarity.
[VIC1112] Added missing REN ground pull.
[src/mess/machine]c1541.c vic1112.c

r7039 Thursday 14th January, 2010 at 18:51:20 UTC by Wilbert Pol
[GAMECOM] Added cases for the sound registers.
[src/mess/machine]gamecom.c

r7038 Thursday 14th January, 2010 at 13:55:03 UTC by Curt Coder
[VIC1112] Removed extraneous EOI write.
[src/mess/machine]vic1112.c

r7037 Thursday 14th January, 2010 at 13:18:02 UTC by Curt Coder
[VIC20] Fixed quickload crash.
[src/mess/machine]cbm.c

r7036 Thursday 14th January, 2010 at 12:43:01 UTC by Curt Coder
[C2031] Added attention acknowledge and device number selection.
[IEEE488] Fixed data line handling.
[VIC1112] Fixed memory mapping, VIA interrupts, and added missing EOI signal.
[src/mess/machine]c1541.c ieee488.c ieee488.h vic1112.c vic1112.h

r7035 Thursday 14th January, 2010 at 08:13:41 UTC by Curt Coder
[VIC20] Connected VIC-1112 and C2031 to IEEE-488 bus.
[src/mess/machine]c1541.c c1541.h vic1112.c vic1112.h

r7034 Thursday 14th January, 2010 at 07:04:14 UTC by Curt Coder
Added preliminary IEEE-488 bus emulation.
[src/mess]mess.mak
[src/mess/machine]ieee488.c* ieee488.h*

r7033 Wednesday 13th January, 2010 at 23:23:53 UTC by Harmony
[UNSP] Considerable code cleanup in the u'nSP CPU core. [Harmony]
[src/emu/cpu/unsp]unsp.c

r7032 Wednesday 13th January, 2010 at 12:52:54 UTC by Curt Coder
[VIC20] Added skeleton for VIC-1112 IEEE-488 cartridge.
[src/mess]mess.mak
[src/mess/machine]vic1112.c* vic1112.h*

r7031 Wednesday 13th January, 2010 at 12:39:17 UTC by Dirk Best
i386: Enable trap on invalid opcodes
[src/emu/cpu/i386]i386ops.c

r7030 Wednesday 13th January, 2010 at 12:38:27 UTC by Dirk Best
[AT486] Use a more realistic speed of 25 MHz
[src/mess/drivers]at.c

r7029 Wednesday 13th January, 2010 at 11:49:44 UTC by Curt Coder
[MIKROMIK] Fixed memory banking regression.
[docs]messnew.txt
[src/mess/drivers]mikromik.c

r7028 Wednesday 13th January, 2010 at 11:30:31 UTC by Curt Coder
[ETI660] Added PIA read, and STEP/RESET keys.
[src/mess/drivers]eti660.c
[src/mess/includes]eti660.h

r7027 Wednesday 13th January, 2010 at 10:56:34 UTC by Fabio Priuli
last batch of (small) preliminary lists
[src/mess]mess.mak messsoft.c
[src/mess/software]crvision_cart.c* gamegear_cart.c jaguar_cart.c* ngp_cart.c* pico_cart.c* pokemini_cart.c* sg1000_cart.c* vboy_cart.c*

r7026 Wednesday 13th January, 2010 at 10:22:48 UTC by Curt Coder
[STUDIO2] Fixed Victory MPT-02 and clones.
[docs]messnew.txt
[src/mess]messdriv.c
[src/mess/drivers]studio2.c

r7025 Wednesday 13th January, 2010 at 08:51:11 UTC by Curt Coder
[VIC20] Fixed quickload crash.
[src/mess/machine]cbm.c

r7024 Tuesday 12th January, 2010 at 21:25:59 UTC by incog
Added newline
[src/mess/software]advision_cart.c

r7023 Tuesday 12th January, 2010 at 17:43:39 UTC by Stefano Priore
[ADVISION] Clean up of the fixed list
[src/mess]mess.mak messsoft.c
[src/mess/software]advision_cart.c

r7022 Tuesday 12th January, 2010 at 17:28:32 UTC by Cowering
GoodCPC v3.1415 hash file (pre-release)
[hash]cpc6128.hsi

r7021 Tuesday 12th January, 2010 at 14:40:09 UTC by Dirk Best
i386: Only enable div bug on the Intel CPUs
[src/emu/cpu/i386]i386op16.c i386ops.c

r7020 Tuesday 12th January, 2010 at 14:27:03 UTC by Curt Coder
[VISICOM] Added palette and color RAMs.
[src/mess/drivers]studio2.c
[src/mess/includes]studio2.h

r7019 Tuesday 12th January, 2010 at 14:11:09 UTC by Curt Coder
[ETI660] Added keyboard, color RAM, and PIA write.
[src/mess/drivers]eti660.c
[src/mess/includes]eti660.h

r7018 Tuesday 12th January, 2010 at 14:09:55 UTC by Dirk Best
i386: Fixed emulation of the DIV flag bug, we are now correctly detected as Intel 486DX instead of some Cyrix or TI CPU.
[src/emu/cpu/i386]i386op16.c i386op32.c i386ops.c

r7017 Tuesday 12th January, 2010 at 13:24:39 UTC by Curt Coder
[STUDIO2] Fixed system clock, split ROMs properly, separated ETI-660 to its own driver since it is not a Studio II clone.
[src/emu/drivers]xtal.h
[src/mess]mess.mak messdriv.c
[src/mess/drivers]eti660.c* studio2.c vip.c
[src/mess/includes]eti660.h*

r7016 Tuesday 12th January, 2010 at 10:44:39 UTC by Barry Rodewald
[FMTOWNS] Fixed Kanji port use in Prince of Persia (hopefully).
[src/mess/video]fmtowns.c

r7015 Tuesday 12th January, 2010 at 08:55:42 UTC by Fabio Priuli
fix previous commit which had an outdated version of gamecom_cart.c
[src/mess/software]gamecom_cart.c

r7014 Tuesday 12th January, 2010 at 08:45:11 UTC by Fabio Priuli
lists misc wip:
* added proper md dump for splatt2j
* cleaned up SMS list
* added preliminary lists for svision, lynx, gamecom & wswan/wscolor
* added all lists to messsoft.c so that they get compiled (and validate, later)
[src/mess]mess.mak messsoft.c
[src/mess/software]gamecom_cart.c* lynx_cart.c* megadriv_cart.c sms_cart.c svision_cart.c* wswan_cart.c*

r7013 Tuesday 12th January, 2010 at 08:44:16 UTC by Miodrag Milanović
- Remove use of tagpool.c
- Removed unused call from artworkx.c
- flopimg.c now use pool to store specific format data_read
- Formats updated, so tag name is not provided.
[src/mess]artworkx.c artworkx.h device.c messcore.mak tagpool.c tagpool.h
[src/mess/formats]ap_dsk35.c basicdsk.c coco_dsk.c coupedsk.c cqm_dsk.c d88_dsk.c dsk_dsk.c flopimg.c flopimg.h g64_dsk.c imd_dsk.c oric_dsk.c td0_dsk.c thom_dsk.c z80ne_dsk.c
[src/mess/machine]99_dsk.c
[src/mess/tools/castool]castool.mak
[src/mess/tools/imgtool]imgtool.mak

r7012 Tuesday 12th January, 2010 at 08:39:40 UTC by Harmony
[BATMAN] Made a separate driver entry for JAKKS Pacific's "The Batman", as it is well outside the 3-year-rule and runs on slightly different hardware. [Harmony]
[src/mess]messdriv.c
[src/mess/drivers]supracan.c vii.c

r7011 Tuesday 12th January, 2010 at 08:37:05 UTC by Harmony
[VII] Fixed a number of u'nSP opcodes. The Batman runs, Vii's "Squirrel Bobble" is fixed. [Harmony]
[src/emu/cpu/unsp]unsp.c

r7010 Tuesday 12th January, 2010 at 06:52:14 UTC by Miodrag Milanović
[ZSBC3] fixed crc typo
[src/mess/drivers]zsbc3.c

r7009 Monday 11th January, 2010 at 23:07:27 UTC by incog
Fixed list for Hartung Game Master cartridges, not hooked up to the driver yet
[src/mess/software]gmaster_cart.c*

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team