Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r7444 Monday 22nd February, 2010 at 10:33:26 UTC by Miodrag Milanović
[AMSTRAD] Fixed GX4000 booting
[src/mess/drivers]amstrad.c
[src/mess/includes]amstrad.h
[src/mess/machine]amstrad.c

r7443 Monday 22nd February, 2010 at 10:01:51 UTC by Miodrag Milanović
[RADIO86] Added 64KB ext rom support, removed fixed rom disk and added cart device
[src/mess/drivers]radio86.c

r7442 Monday 22nd February, 2010 at 08:15:24 UTC by Curt Coder
[TANDY2K] Added correct header file.
[src/mess/includes]tandy2k.h

r7441 Sunday 21st February, 2010 at 08:53:09 UTC by Miodrag Milanović
[BW2] Fixed driver startup
[src/mess/drivers]bw2.c

r7440 Sunday 21st February, 2010 at 07:46:58 UTC by Miodrag Milanović
[PC] Fixed driver startup procedure
[src/mess/machine]pc.c

r7439 Sunday 21st February, 2010 at 07:40:37 UTC by Miodrag Milanović
Uncommented some code, since official toolchain complains on this.
[src/osd/winui]columnedit.c directories.c

r7438 Sunday 21st February, 2010 at 01:43:12 UTC by R. Belmont
Bring over MacPPC compile fix from MAME
[src/emu/sound]sidenvel.c

r7437 Saturday 20th February, 2010 at 15:21:07 UTC by Firewave
[MESSUI] Disabled a few more unused variables and removed some unreachable code
[src/osd/winui]columnedit.c directories.c

r7436 Saturday 20th February, 2010 at 08:29:43 UTC by Fabio Priuli
[APPLE1] Fixed cassettes (bug #1919) [Matt Peterson]
[src/mess/drivers]apple1.c

r7435 Saturday 20th February, 2010 at 02:53:15 UTC by Dirk Best
Moved ins8154 emulation to MAME
[src/emu]emu.mak
[src/emu/machine]ins8154.c* ins8154.h*
[src/mess]mess.mak
[src/mess/machine]ins8154.c ins8154.h

r7434 Friday 19th February, 2010 at 21:22:06 UTC by Fabio Priuli
fixed ppc compilation
[src/mess/machine]genesis.c

r7433 Friday 19th February, 2010 at 21:21:26 UTC by Fabio Priuli
[SNES] fixed a couple of shadowed variables
[src/mame/machine]snes7110.c snesdsp4.c

r7432 Friday 19th February, 2010 at 21:02:39 UTC by Miodrag Milanović
Added missing h file (Curt please update with proper one)
[src/mess/includes]tandy2k.h*

r7431 Friday 19th February, 2010 at 14:36:12 UTC by Curt Coder
[TANDY2K] Fixed ROM names.
[src/mess/drivers]tandy2k.c

r7430 Friday 19th February, 2010 at 14:19:43 UTC by Curt Coder
[TANDY2K] Improved system names.
[src/mess/drivers]tandy2k.c

r7429 Friday 19th February, 2010 at 14:15:56 UTC by Curt Coder
[TANDY2K] Hooked up devices and some logic.
[src/mess]mess.mak messdriv.c
[src/mess/drivers]tandy2k.c

r7428 Friday 19th February, 2010 at 13:38:45 UTC by Firewave
[MESSUI] Disabled another unused variable
[src/mess/osd/winui]messui.c

r7427 Friday 19th February, 2010 at 13:07:13 UTC by Firewave
Several cleanups based on cppcheck and VS2008 Code Analysis:
- avoid shadowed variables
- disabled unused variables and code
- removed unreachable code
- moved variables into proper defines
[src/mess]infomess.c
[src/mess/devices]thomflop.c
[src/mess/drivers]cdi.c gba.c mac.c pc6001.c pyl601.c vboy.c x68k.c
[src/mess/formats]hect_tap.c td0_dsk.c thom_cas.c ti99_dsk.c z80ne_dsk.c
[src/mess/machine]llc.c microtan.c rmnimbus.c snescart.c
[src/mess/osd/winui]messui.c
[src/mess/tools/dat2html]dat2html.c
[src/mess/tools/imgtool/modules]amiga.c
[src/mess/video]dgn_beta.c gba.c hd61830.c pc_cga.c super80.c vdc8563.c

r7426 Friday 19th February, 2010 at 11:18:26 UTC by Curt Coder
Implemented 'disk double sided' (TWOSID) floppy drive signal.
[docs]messnew.txt
[src/mess/devices]flopdrv.c flopdrv.h
[src/mess/drivers]trs80m2.c

r7425 Friday 19th February, 2010 at 11:11:39 UTC by Fabio Priuli
[CBM] added driver_data struct to c16.c and cleaned up a few things
[src/mess/audio]ted7360.c
[src/mess/drivers]c16.c
[src/mess/includes]c16.h
[src/mess/machine]c16.c

r7424 Thursday 18th February, 2010 at 20:43:09 UTC by Curt Coder
[Z80DART] Fixed transmit word length mask.
[src/mess/machine]z80dart.c

r7423 Thursday 18th February, 2010 at 19:57:24 UTC by Miodrag Milanović
VS2008 compile fixes for /emu part (same already in MAME svn)
[src/emu]mconfig.c render.c state.c
[src/emu/cpu/mn10200]mn10200.c
[src/emu/debugint]debugint.c

r7422 Thursday 18th February, 2010 at 19:21:40 UTC by Fabio Priuli
[NES] slightly improved mapper 21 & 25 emulation to match docs. this fixes Ganbare Goemon Gaiden 2 graphics
[src/mess/machine]nes_ines.c nes_unif.c

r7421 Thursday 18th February, 2010 at 14:15:02 UTC by Fabio Priuli
Fixed some warning and one serious bug reported by VS2008 code analysis tool. As a result, Mapper 252 is now working.
[src/mess/machine]nes_ines.c nes_mmc.c

r7420 Thursday 18th February, 2010 at 12:15:43 UTC by Dirk Best
[VTECH1] Small cleanup
[src/mess/drivers]vtech1.c

r7419 Thursday 18th February, 2010 at 12:14:07 UTC by Curt Coder
[TRS80M2] Fixed memory banking.
[src/mess/drivers]trs80m2.c
[src/mess/includes]trs80m2.h

r7418 Thursday 18th February, 2010 at 12:09:26 UTC by Curt Coder
[SUPER80] Fixed PIO regression.
[src/emu/machine]z80pio.c
[src/mess/drivers]super80.c
[src/mess/includes]super80.h
[src/mess/machine]super80.c

r7417 Thursday 18th February, 2010 at 11:34:38 UTC by Wilbert Pol
v30mz: Increased max_instruction_bytes.
[src/emu/cpu/v30mz]v30mz.c

r7416 Thursday 18th February, 2010 at 11:00:45 UTC by Miodrag Milanović
Some compiler fixes (can someone check vtect1)
[src/mess/drivers]fmtowns.c vtech1.c
[src/mess/formats]a26_cas.c trs_cas.c
[src/mess/machine]kay_kbd.c

r7415 Thursday 18th February, 2010 at 09:52:11 UTC by Robbbert
[KAYPRO] Fixed regression of kaypro4p88
[src/mess/drivers]kaypro.c

r7414 Thursday 18th February, 2010 at 09:47:46 UTC by Robbbert
[KAYPRO] Fixed regression of omni2
[src/mess/drivers]kaypro.c

r7413 Thursday 18th February, 2010 at 08:43:17 UTC by Fabio Priuli
Imported from MAME: Fixed Z80CTC read handler [Tim Schuerewegen]

This should fix SordM5 cassettes
[src/emu/machine]z80ctc.c

r7412 Thursday 18th February, 2010 at 07:31:19 UTC by Curt Coder
[Z80PIO] Fixed mode 3 interrupts.
[src/emu/machine]z80pio.c

r7411 Wednesday 17th February, 2010 at 23:42:24 UTC by Firewave
[TI99] fixed typo in CRC check
[src/mess/formats]ti99_dsk.c

r7410 Wednesday 17th February, 2010 at 23:36:05 UTC by Firewave
[MESSUI] fixed some VS2008 linker issues
[src/osd/winui]columnedit.c winui.c

r7409 Wednesday 17th February, 2010 at 22:59:59 UTC by Stefano Priore
Compile fix
[src/mess/formats]d64_dsk.c

r7408 Wednesday 17th February, 2010 at 22:56:51 UTC by Stefano Priore
Fined .SNP loading. Added support for FLASH bit in .SP formats
[src/mess/formats]spec_snqk.c

r7407 Wednesday 17th February, 2010 at 22:15:50 UTC by Fabio Priuli
[CBM] Added support for d64 images with sector error codes (preliminary?)
[src/mess/formats]d64_dsk.c

r7406 Wednesday 17th February, 2010 at 21:02:33 UTC by Wilbert Pol
Fix compile error
[src/emu/sound]mos6560.c

r7405 Wednesday 17th February, 2010 at 20:19:36 UTC by Firewave
[M6847] Avoid shadowed variable
[src/mess/video]m6847.c

r7404 Wednesday 17th February, 2010 at 20:18:19 UTC by Firewave
[MESSUI] Fixed array length passed into functions
[src/osd/winui]picker.c properties.c

r7403 Wednesday 17th February, 2010 at 20:17:08 UTC by Firewave
[MESSUI] Avoid shadowed variables
[src/osd/winui]dialogs.c mui_opts.c properties.c winui.c

r7402 Wednesday 17th February, 2010 at 20:14:05 UTC by Firewave
[MESSUI] use proper returnvalue type
[src/mess/osd/winui]messui.c propertiesms.c softwarepicker.c
[src/osd/winui]dialogs.c picker.c tabview.c winui.c

r7401 Wednesday 17th February, 2010 at 20:00:12 UTC by Firewave
[GBA] removed duplicated device lookup
[src/mess/drivers]gba.c

r7400 Wednesday 17th February, 2010 at 18:35:46 UTC by Firewave
Removed __cplusplus code to avoid VS2008 warnings
[src/mess/includes]crtc6845.h

r7399 Wednesday 17th February, 2010 at 18:33:02 UTC by Firewave
Avoid VS2008 warning about potentially uninitialized variable
[src/mess/formats]ti99_dsk.c

r7398 Wednesday 17th February, 2010 at 18:07:57 UTC by Firewave
[MESSUI] More VS2008 compilation fixes
[src/mess/osd/winui]messui.c
[src/osd/winui]mui_opts.c picker.c

r7397 Wednesday 17th February, 2010 at 18:06:04 UTC by Firewave
[MESSUI] Fixed some warnings about empty statements raised by VS2008
[src/osd/winui]winui.c

r7396 Wednesday 17th February, 2010 at 17:43:59 UTC by Firewave
[MESSUI] Several cleanups:
- use proper returnvalue types
- disabled and removed some unused code
[src/osd/winui]columnedit.c dialogs.c directories.c mkhelp.c mui_audit.c picker.c properties.c treeview.c winui.c

r7395 Wednesday 17th February, 2010 at 17:40:48 UTC by Firewave
Fixed VS2008 compilation
[src/osd/winui]mui_util.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team