Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r2300 Sunday 6th April, 2008 at 12:35:54 UTC by Firewave
More Machine -> machine cleanups
[src/mess/drivers]studio2.c tmc1800.c tmc2000e.c
[src/mess/video]cdp1864.c cdp1864.h

r2299 Sunday 6th April, 2008 at 12:26:18 UTC by Robbbert
[MBEE] Added auto-resize and fixed cursor modes.
[src/mess/drivers]mbee.c
[src/mess/video]mbee.c

r2298 Sunday 6th April, 2008 at 10:28:18 UTC by Robbbert
[SUPER80] super80v - Auto-resize option is now always on. Cleaned up code.
[src/mess/drivers]super80.c

r2297 Sunday 6th April, 2008 at 05:47:56 UTC by R. Belmont
[Genesis] Removed debug crap
[src/mess/drivers]genesis.c

r2296 Sunday 6th April, 2008 at 05:40:51 UTC by R. Belmont
[Genesis] Cleaned up mapper handling.
[src/mess/drivers]genesis.c

r2295 Sunday 6th April, 2008 at 05:18:56 UTC by Nathan Woods
More device refactoring
[src/mess]device.c device.h image.c image.h

r2294 Sunday 6th April, 2008 at 05:17:16 UTC by R. Belmont
[Apple IIgs] Preliminary save state work, not working yet.
[src/mess/machine]apple2gs.c
[src/mess/video]apple2gs.c

r2293 Sunday 6th April, 2008 at 03:52:09 UTC by Cowering
[Genesis] Add handler for 'Pokemon Stadium' (needs more work.. and make static functions)
[src/mess/drivers]genesis.c

r2292 Sunday 6th April, 2008 at 03:14:47 UTC by Firewave
Yet more Machine -> machine and deprecat.h cleanups
[src/mess]inputx.c messopts.c
[src/mess/machine]at.c bebox.c pc.c
[src/mess/video]cirrus.c pc_vga.c pc_vga.h pc_video.c pc_video.h

r2291 Sunday 6th April, 2008 at 02:55:07 UTC by Nathan Woods
Yet more device refactoring
[src/mess]messopts.c

r2290 Sunday 6th April, 2008 at 02:54:42 UTC by Firewave
More Machine -> machine cleanups
[src/mess/machine]mc10.c
[src/mess/video]apf.c atom.c coco.c coco3.c m6847.c m6847.h vtech1.c

r2289 Sunday 6th April, 2008 at 02:45:33 UTC by Firewave
Machine -> machine cleanups
[src/mess/drivers]ti990_10.c ti990_4.c
[src/mess/machine]mz700.c sms.c ti990.c ti990.h vc20.c
[src/mess/video]amstrad.c

r2288 Sunday 6th April, 2008 at 01:02:02 UTC by Nathan Woods
More device cleanups
[src/mess]device.c image.c image.h
[src/mess/drivers]dgn_beta.c
[src/mess/osd/winui]softwarepicker.c
[src/mess/tools/messtest]testmess.c

r2287 Sunday 6th April, 2008 at 00:28:06 UTC by Nathan Woods
More IODevice cleanups
[src/mess]mess.c messopts.c messopts.h

r2286 Saturday 5th April, 2008 at 23:56:54 UTC by Cowering
[Genesis] Add handler for 'Super Bubble Bobble MD' (pretty nice version too)
[src/mess/drivers]genesis.c

r2285 Saturday 5th April, 2008 at 23:22:46 UTC by Cowering
[Genesis] Add handler for 'A Bugs Life'
[src/mess/drivers]genesis.c

r2284 Saturday 5th April, 2008 at 23:11:09 UTC by Cowering
[Genesis] Add handler for 'Lion King 2 and Rockman X3' and title note for 'Elf Wor'
[src/mess/drivers]genesis.c

r2283 Saturday 5th April, 2008 at 22:51:51 UTC by Nathan Woods
More device refactorings
[src/mess]filemngr.c
[src/mess/devices]cassette.c snapquik.c
[src/mess/machine]cbm.c

r2282 Saturday 5th April, 2008 at 22:12:21 UTC by Nathan Woods
More device refactoring
[src/mess]climess.c configms.c infomess.c

r2281 Saturday 5th April, 2008 at 20:49:08 UTC by Cowering
[Genesis] Add handler for 'Elf Wor' (someone please test it past level one!)
[src/mess/drivers]genesis.c

r2280 Saturday 5th April, 2008 at 20:48:01 UTC by Cowering
documenting some Genesis changes
[docs]messnew.txt

r2279 Saturday 5th April, 2008 at 19:16:58 UTC by Nathan Woods
Removed IODevice parameter from getdispositions
[src/mess]device.c device.h
[src/mess/drivers]apexc.c
[src/mess/includes]pdp1.h tx0.h
[src/mess/machine]pdp1.c tx0.c

r2278 Saturday 5th April, 2008 at 18:54:31 UTC by Nathan Woods
[Windows] Device cleanups
[src/mess/osd/windows]menu.c

r2277 Saturday 5th April, 2008 at 18:00:25 UTC by Miodrag Milanović
Added Erik and Orion
[docs]messnew.txt

r2276 Saturday 5th April, 2008 at 17:57:17 UTC by Miodrag Milanović
[ORION] New driver, supports only main model Orion 128
[src/mess]mess.mak messdriv.c
[src/mess/drivers]orion.c*
[src/mess/includes]orion.h*
[src/mess/machine]orion.c*
[src/mess/video]orion.c*

r2275 Saturday 5th April, 2008 at 17:51:45 UTC by Stefano Priore
Oops! Forgot giving credit where is due...
[docs]messnew.txt

r2274 Saturday 5th April, 2008 at 17:45:31 UTC by Stefano Priore
Documenting changes
[docs]messnew.txt

r2273 Saturday 5th April, 2008 at 17:37:19 UTC by Stefano Priore
Converted to tagged inputs
[src/mess/drivers]spectrum.c ssystem3.c studio2.c super80.c svision.c ti99_2.c
[src/mess/machine]spectrum.c

r2272 Saturday 5th April, 2008 at 14:54:15 UTC by Nathan Woods
1. Created a core image_device_getinfo() API to allow code (front end or
otherwise) to get information about a device

2. [Windows GUI] Converted some code to use image_device_getinfo()
[src/mess]image.c image.h
[src/mess/osd/winui]devview.c messui.c msuiutil.c optionsms.c optionsms.h propertiesms.c softwarepicker.c

r2271 Saturday 5th April, 2008 at 14:48:00 UTC by Nathan Woods
Fixed validity warning and simplified some code
[src/mess]device.c device.h

r2270 Saturday 5th April, 2008 at 14:28:16 UTC by Nathan Woods
Created an image_device_uses_file_extension() core API
[src/mess]image.c image.h
[src/mess/osd/winui]messui.c softwarepicker.c

r2269 Saturday 5th April, 2008 at 13:22:12 UTC by Nathan Woods
Moved iodevice_t declaration to image.h
[src/mess]device.h image.h
[src/mess/osd/winui]msuiutil.c optionsms.h propertiesms.c

r2268 Saturday 5th April, 2008 at 06:28:59 UTC by Robbbert
[MEKD2] Removed the more obvious bugs. Still a testdriver.
[src/mess/drivers]mekd2.c
[src/mess/machine]mekd2.c
[src/mess/video]mekd2.c

r2267 Saturday 5th April, 2008 at 04:50:41 UTC by Robbbert
[MSX] Fixed regression in msx2 floppy device.
[src/mess/drivers]msx.c
[src/mess/includes]msx.h
[src/mess/machine]msx.c

r2266 Saturday 5th April, 2008 at 03:52:35 UTC by Robbbert
[MSX] Fixed regression in floppy device. MSX2 is still broken.
[src/mess/drivers]msx.c
[src/mess/machine]msx.c

r2265 Saturday 5th April, 2008 at 03:48:12 UTC by Nathan Woods
Removed an unused function
[src/mess/osd/winui]messui.c messui.h

r2264 Saturday 5th April, 2008 at 03:02:51 UTC by Robbbert
[MZ700] mz800 - fixed palette.
[src/mess/drivers]mz700.c

r2263 Saturday 5th April, 2008 at 02:48:11 UTC by Nathan Woods
[Windows GUI] More device changeover
[src/mess/osd/winui]messui.c softwarepicker.c softwarepicker.h

r2262 Saturday 5th April, 2008 at 02:28:14 UTC by Robbbert
[NASCOM1] Nascom2 - fixed regression in floppy device.
[src/mess/drivers]nascom1.c
[src/mess/includes]nascom1.h
[src/mess/machine]nascom1.c

r2261 Saturday 5th April, 2008 at 02:16:54 UTC by Robbbert
[NC] nc100 - Added missing port tags.
[src/mess/drivers]nc.c

r2260 Saturday 5th April, 2008 at 01:50:02 UTC by Nathan Woods
[Windows GUI] Coding standards
[src/mess/osd/winui]softwarepicker.c

r2259 Saturday 5th April, 2008 at 01:16:13 UTC by Nathan Woods
[CBM] Simplified keyboard and interrupt handling code. [Fabio Priuli]
[docs]messnew.txt
[src/mess/drivers]c128.c c64.c c65.c
[src/mess/includes]c128.h c64.h c65.h
[src/mess/machine]c64.c

r2258 Saturday 5th April, 2008 at 01:14:56 UTC by Nathan Woods
[Windows GUI] Device conversion work
[src/mess/osd/winui]devview.c devview.h messui.c

r2257 Saturday 5th April, 2008 at 00:52:22 UTC by Firewave
Removed a "Machine" from src/mess/device.c
[src/mess]device.c device.h messopts.c
[src/mess/devices]appldriv.c sonydriv.c
[src/mess/tools/messtest]testmess.c

r2256 Friday 4th April, 2008 at 22:16:50 UTC by Dirk Best
[COUPE] Renamed and rearranged BIOS ROMs
[src/mess/drivers]coupe.c

r2255 Friday 4th April, 2008 at 20:37:49 UTC by Stefano Priore
Converted to tagged inputs
[src/mess/drivers]jaguar.c lynx.c mephisto.c mk1.c mk2.c mpf1.c nc.c pasogo.c psx.c saturn.c sg1000.c sord.c
[src/mess/machine]lynx.c

r2254 Friday 4th April, 2008 at 16:54:11 UTC by Cowering
[Genesis] Add handler for 'Super Mario Bros' (you have to reset twice until DEVICE is fixed up for custom Genesis mappers)
[src/mess/drivers]genesis.c

r2253 Friday 4th April, 2008 at 16:15:51 UTC by Dirk Best
[COUPE] Added SDF disk image supprt
[src/mess/formats]coupedsk.c

r2252 Friday 4th April, 2008 at 16:14:45 UTC by Dirk Best
[COUPE] Fixed SAD image creation
[src/mess/formats]coupedsk.c

r2251 Friday 4th April, 2008 at 12:38:49 UTC by Robbbert
[OSBORNE1] Fixed regression with floppy device.
[src/mess/drivers]osborne1.c
[src/mess/includes]osborne1.h
[src/mess/machine]osborne1.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team