Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

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

r7394 Wednesday 17th February, 2010 at 17:22:32 UTC by Fabio Priuli
[CBM] wip:
- Moved MOS6560 emulation to MAME (for attckufo, which uses a downgraded version of the same chip)
- Made some cosmetic cleanups
- Updated vic20 to use the new code.
[src/emu/sound]mos6560.c* mos6560.h* sound.mak
[src/mess]mess.mak
[src/mess/audio]vic6560.c vic6560.h
[src/mess/drivers]vic20.c
[src/mess/includes]vic20.h

r7393 Wednesday 17th February, 2010 at 14:27:16 UTC by Curt Coder
[KAYPRO] Fixed floppy regression.
[src/emu/machine]z80pio.c
[src/mess/drivers]kaypro.c
[src/mess/includes]kaypro.h
[src/mess/machine]kaypro.c

r7392 Wednesday 17th February, 2010 at 12:52:17 UTC by Wilbert Pol
Fix compile error.
[src/mess/formats]spec_snqk.c

r7391 Wednesday 17th February, 2010 at 12:25:37 UTC by Curt Coder
[TRS80M2] Fixed Z80 daisy chain order.
[src/mess/drivers]trs80m2.c

r7390 Wednesday 17th February, 2010 at 12:21:29 UTC by Robbbert
[KAYPRO] Added motor emulation just in case it becomes needed.
[src/mess/machine]kaypro.c

r7389 Wednesday 17th February, 2010 at 12:20:53 UTC by Curt Coder
[TRS80M2] Added RAM banking and Centronics ACK.
[src/mess/drivers]trs80m2.c

r7388 Wednesday 17th February, 2010 at 11:29:54 UTC by Curt Coder
[Z80PIO] Fixed save states.
[src/emu/machine]z80pio.c

r7387 Wednesday 17th February, 2010 at 11:11:01 UTC by Curt Coder
[Z80DMA] Imported from MAME.
[src/emu/machine]z80dma.c z80dma.h

r7386 Wednesday 17th February, 2010 at 11:07:55 UTC by Curt Coder
[Z80PIO] Imported from MAME.
[src/emu/machine]z80pio.c

r7385 Wednesday 17th February, 2010 at 10:45:41 UTC by Robbbert
[KAYPRO] Fixed order of pio parameters, gets further but doesn't boot due to a pio issue.
[src/mess/machine]kaypro.c

r7384 Wednesday 17th February, 2010 at 09:01:55 UTC by Miodrag Milanović
Proper solution for kaypro problem.
[src/mess/drivers]kaypro.c
[src/mess/includes]kaypro.h
[src/mess/machine]kaypro.c

r7383 Wednesday 17th February, 2010 at 08:56:54 UTC by Miodrag Milanović
[KAYPRO] Fixed crash
[src/mess/machine]kaypro.c

r7382 Tuesday 16th February, 2010 at 23:50:22 UTC by Fabio Priuli
[CBM] wip:
- converted t6721 to be a device and updated c364 to use the new code (no progresses on the actual speech, though)
- removed fake dips from c16 inputs and converted c16/plus4 to use Categories for Joystick enabling
- moved emulation of the C16 + SID card to separate drivers (c16sid, plus4sid)
[src/mess]messdriv.c
[src/mess/audio]t6721.c t6721.h*
[src/mess/drivers]c16.c
[src/mess/includes]c16.h
[src/mess/machine]c16.c cbmipt.c cbmipt.h

r7381 Tuesday 16th February, 2010 at 23:43:20 UTC by Stefano Priore
Fixed properties
[src/mess/formats]spec_snqk.c spec_snqk.h

r7380 Tuesday 16th February, 2010 at 23:38:43 UTC by Stefano Priore
Updated messnew.txt
[docs]messnew.txt

r7379 Tuesday 16th February, 2010 at 23:37:14 UTC by Stefano Priore
[SPECTRUM] Added support for .ach, .prg, .sem, .sit, .snp, .snx and .zx snapshot formats. Hopefully fixed existing issues with .sna and .sp formats (both VGASpec-style and Spanish Spectrum-style formats are supported now).
[src/mess/devices]snapquik.h
[src/mess/drivers]spectrum.c
[src/mess/formats]spec_snqk.c spec_snqk.h

r7378 Tuesday 16th February, 2010 at 20:37:20 UTC by Miodrag Milanović
Fixed error in wd17xx [Michael Zapf]
[src/mess/machine]wd17xx.c

r7377 Tuesday 16th February, 2010 at 16:58:21 UTC by Fabio Priuli
[CBM] converted ted7360 to be a device and updated c16 to use the new code (+ small cleanups here and there)
[src/mess]mess.mak
[src/mess/audio]ted7360.c ted7360.h*
[src/mess/drivers]c128.c c16.c c64.c c65.c cbmb.c clcd.c pet.c vic20.c
[src/mess/includes]c16.h
[src/mess/machine]c16.c
[src/mess/video]ted7360.c ted7360.h vic4567.c vic6567.c

r7376 Tuesday 16th February, 2010 at 15:18:20 UTC by Miodrag Milanović
Placed print_game_categories into core info.c since it can be used on any driver, not just MESS one.
[src/emu]info.c
[src/mess]infomess.c infomess.h

r7375 Tuesday 16th February, 2010 at 14:45:15 UTC by Curt Coder
[Z80PIO] Rewritten from scratch to be more accurate.
[TRS80M2] Fixed PIO boot error.
[ABC80] Partially fixed keyboard input.

The Z80-PIO rewrite might have broken some of the affected drivers, please verify and report bugs.
[docs]messnew.txt
[src/emu/machine]z80pio.c z80pio.h
[src/mess/drivers]abc80.c ac1.c bbcbc.c c80.c einstein.c huebler.c kaypro.c kc.c kramermc.c lc80.c llc.c mbee.c mc80.c mpf1.c mz700.c nanos.c nascom1.c p8k.c poly880.c super80.c tiki100.c trs80m2.c vcs80.c xerox820.c z1013.c
[src/mess/includes]kaypro.h mbee.h trs80m2.h z1013.h
[src/mess/machine]ac1.c conkort.c kaypro.c kramermc.c llc.c mbee.c mc80.c mz700.c super80.c wd17xx.c z1013.c

r7374 Tuesday 16th February, 2010 at 13:16:22 UTC by Miodrag Milanović
Removed shortcut text, since it is not valid now.
[src/mess/osd/windows]mess.rc

r7373 Tuesday 16th February, 2010 at 13:04:10 UTC by Fabio Priuli
[CBM] converted vic6560 (VIC I) to be a device and updated vic20 to use the new code
[src/mess]mess.mak
[src/mess/audio]vic6560.c vic6560.h*
[src/mess/drivers]vic20.c
[src/mess/includes]vic20.h
[src/mess/machine]cbmipt.c cbmipt.h
[src/mess/video]vic6560.c vic6560.h

r7372 Tuesday 16th February, 2010 at 12:59:58 UTC by Fabio Priuli
[P500] added crosshair enable/disable to remove the annoying crosshair (no progresses on p500 inputs, though)
[src/mess/machine]cbmb.c

r7371 Tuesday 16th February, 2010 at 12:38:09 UTC by Miodrag Milanović
- Made menu bar permanent in newui
- Scroll Lock is used to enable/disable full keyboard access same as on classic ui
[src/emu]ui.c ui.h
[src/mess/osd/windows]menu.c
[src/osd/windows]input.c

r7370 Tuesday 16th February, 2010 at 09:57:45 UTC by Fabio Priuli
[CBM] converted vdc8563 to be a device and updated c128 to use the new code
[src/mess/drivers]c128.c
[src/mess/includes]c128.h
[src/mess/machine]c128.c
[src/mess/video]vdc8563.c vdc8563.h vic4567.h

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team