Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r8865 Monday 23rd August, 2010 at 12:10:37 UTC by Fabio Priuli
Fixing validation (hopefully in the right way)
[src/mess/drivers]pc6001.c ti99_4p.c

r8864 Monday 23rd August, 2010 at 12:08:13 UTC by Robbbert
[GAMECOM] Added 2nd cart slot. Added nvram.
[src/mess/drivers]gamecom.c
[src/mess/includes]gamecom.h
[src/mess/machine]gamecom.c

r8863 Monday 23rd August, 2010 at 09:51:50 UTC by Fabio Priuli
[TI99_8] Applied mizapf fix.
[src/mess/machine]ti99_4x.c

r8862 Monday 23rd August, 2010 at 09:49:23 UTC by Fabio Priuli
softlist wip:
- updated a800, xegs and vic1001 lists [k1w1]
- fixed an xml issue in lisa list [Gordon Jefferyes]
- added some new sms & gg dumps

+ updated vic20.c to handle properly carts which get loaded to 0x2000 and 0xb000 from softlist
[hash]a800.xml gamegear.xml lisa.xml sms.xml vic1001_cart.xml xegs.xml
[src/mess/drivers]vic20.c

r8861 Monday 23rd August, 2010 at 06:59:38 UTC by Barry Rodewald
[X680x0] Re-wrote graphic layer rendering to be scanline-based.
[src/mess/video]x68k.c

r8860 Monday 23rd August, 2010 at 06:06:02 UTC by Fabio Priuli
[MAX] fixed (minor) cart loading mistake from previous commit
[src/mess/machine]c64.c

r8859 Monday 23rd August, 2010 at 05:54:10 UTC by Fabio Priuli
[NES] fixed mirroring in BMC-810544-C-A1 board [Robbbert]
[src/mess/machine]nes_pcb.c

r8858 Monday 23rd August, 2010 at 05:52:37 UTC by Fabio Priuli
[C64] cleaned up a bit .crt loading routine and properly implemented loading address from CHIP header (this improves Ocean mapper and allows to remove a Zaxxon mapper hack)
[CBMB] cleaned up cart loading code
[PET] cleaned up cart loading code

+ cleaned up cbm.h inclusion
[src/mess/formats]cbm_snqk.c
[src/mess/includes]cbm.h
[src/mess/machine]c64.c cbmb.c pet.c sym1.c

r8857 Sunday 22nd August, 2010 at 21:51:11 UTC by Roberto Zandonà
fixed compiling
[src/mess/drivers]abc80x.c

r8856 Sunday 22nd August, 2010 at 21:30:15 UTC by Roberto Zandonà
fixed compile
[src/mess/drivers]abc80x.c

r8855 Sunday 22nd August, 2010 at 15:30:43 UTC by Curt Coder
Sync with MAME.
[src/emu/machine]z80dart.c z80dart.h

r8854 Sunday 22nd August, 2010 at 14:14:26 UTC by Angelo Salese
[A310]: Fixed VBLANK irq
[src/mame/machine]archimds.c

r8853 Sunday 22nd August, 2010 at 12:49:43 UTC by Angelo Salese
[A310]: Updated to the latest source tree
[src/mame/includes]archimds.h
[src/mame/machine]archimds.c

r8852 Sunday 22nd August, 2010 at 12:37:46 UTC by Miodrag Milanović
Since previous fix made lot of issues, found better solution for this astring bool problem
[src/emu/debug]debugcpu.c
[src/lib/util]astring.h

r8851 Sunday 22nd August, 2010 at 12:20:56 UTC by MooglyGuy
[CDI] Converted CD-i SLAVE device to be a non-legacy device as well. [Harmony]
[src/mess/drivers]cdi.c
[src/mess/includes]cdi.h
[src/mess/machine]cdi070.c cdislave.c cdislave.h
[src/mess/video]mcd212.c

r8850 Sunday 22nd August, 2010 at 11:07:49 UTC by Miodrag Milanović
Removed bool operator, and changed operator char *() to return NULL in case of NULL string, which makes if conditions to work properly.
Require full recompile.
[src/lib/util]astring.h

r8849 Sunday 22nd August, 2010 at 09:56:33 UTC by Curt Coder
[ABC800] Added direct update handler for abc800c.
[src/mess/drivers]abc80x.c

r8848 Sunday 22nd August, 2010 at 09:46:40 UTC by Curt Coder
[ABC80X] Fixed regressions, systems are now working again.
[src/mess/drivers]abc80x.c

r8847 Sunday 22nd August, 2010 at 07:55:51 UTC by Miodrag Milanović
Another sync with MAME
[src/emu]addrmap.h diexec.c diexec.h drawgfxm.h emu.h inptport.c input.c machine.c machine.h memory.c profiler.c profiler.h schedule.c sound.c streams.c tilemap.c timer.c ui.c uiinput.c video.c
[src/emu/cpu/dsp56k]inst.h tables.c tables.h
[src/emu/cpu/mips]mips3drc.c
[src/emu/cpu/powerpc]ppcdrc.c
[src/emu/cpu/rsp]rspdrc.c
[src/emu/cpu/sh2]sh2comn.c sh2drc.c
[src/emu/video]vooddefs.h voodoo.c voodoo.h
[src/mame/machine]n64.c
[src/mame/video]dc.c jaguar.c ppu2c0x.c snes.c stvvdp2.c
[src/mess/machine]apple2.c
[src/mess/video]gb.c

r8846 Sunday 22nd August, 2010 at 05:45:53 UTC by Robbbert
[EINSTEIN] Hopefully fix a reported MSVC warning (i have no way to test it).
[src/mess/drivers]einstein.c

r8845 Sunday 22nd August, 2010 at 05:35:38 UTC by Robbbert
[NES] Applied etabeta fix.
[src/mess/machine]nes_pcb.c

r8844 Sunday 22nd August, 2010 at 03:47:16 UTC by Robbbert
Fixed compile error
[src/mess/machine]cdi070.c

r8843 Sunday 22nd August, 2010 at 01:48:26 UTC by Angelo Salese
[A310]: Made x/y sizes to be dependant by the display registers
[src/mame/video]archimds.c

r8842 Sunday 22nd August, 2010 at 01:24:26 UTC by Angelo Salese
[A310]: improved visible area stuff
[src/mame/machine]archimds.c
[src/mame/video]archimds.c

r8841 Saturday 21st August, 2010 at 23:50:09 UTC by Angelo Salese
Distraction fix
[src/mame/machine]archimds.c

r8840 Saturday 21st August, 2010 at 23:37:37 UTC by MooglyGuy
[CDI] Refactored CDIC implementation to be a proper, non-legacy device. This should provide a decent example for machine device conversion going forward. [Harmony]
[src/mess/drivers]cdi.c
[src/mess/includes]cdi.h
[src/mess/machine]cdicdic.c cdicdic.h

r8839 Saturday 21st August, 2010 at 23:08:29 UTC by Curt Coder
[ABC80] Fixed startup crash.
[ABC80X] Fixed startup crash.
[CONKORT] Added PCB layout for the slow controller.
[src/mess/drivers]abc80.c abc80x.c
[src/mess/includes]abc80.h
[src/mess/machine]conkort.c
[src/mess/video]abc80.c

r8838 Saturday 21st August, 2010 at 22:52:12 UTC by Angelo Salese
[A310]: Removed DIRECT_UPDATE_HANDLER() function, cause of a crash at pc=0x1f033c0 (software irq)
[src/mame/machine]archimds.c
[src/mess/drivers]a310.c

r8837 Saturday 21st August, 2010 at 22:45:07 UTC by Curt Coder
Added missing archive.
[src/mess]mess.mak

r8836 Saturday 21st August, 2010 at 22:16:09 UTC by Curt Coder
Cleanup.
[src/mess]mess.mak

r8835 Saturday 21st August, 2010 at 21:44:19 UTC by Angelo Salese
[A310]: Added RAM size option
[src/mame/machine]archimds.c
[src/mess/drivers]a310.c

r8834 Saturday 21st August, 2010 at 21:41:24 UTC by Curt Coder
[VIC20] Fixed timer regression.
[src/mess/drivers]vic20.c

r8833 Saturday 21st August, 2010 at 21:22:23 UTC by Angelo Salese
[JAGUAR]: Made Jaguar logo to be displayed by default
[src/mess/drivers]jaguar.c

r8832 Saturday 21st August, 2010 at 21:10:10 UTC by Curt Coder
Sync with MAME.
[src/emu]memory.c
[src/emu/sound]namco.c

r8831 Saturday 21st August, 2010 at 21:05:56 UTC by Curt Coder
Sync with MAME.
[src/emu/cpu/i86]i86mem.c i86mem.h
[src/emu/cpu/v60]v60mem.c

r8830 Saturday 21st August, 2010 at 20:59:47 UTC by Curt Coder
Sync with MAME.
[src/emu]cheat.c diimage.c diimage.h inptport.c input.c inputseq.c machine.c machine.h mconfig.c memory.c memory.h uimenu.c validity.c
[src/emu/cpu]cpu.mak
[src/emu/cpu/i86]i286.c i86.c i86priv.h
[src/emu/cpu/m68000]m68kcpu.c m68kcpu.h
[src/emu/cpu/nec]nec.c necpriv.h
[src/emu/cpu/v60]am.c am1.c am2.c am3.c op12.c op2.c op3.c op4.c op5.c op6.c op7a.c v60.c
[src/emu/debug]debugcmd.c debugcpu.c
[src/emu/debugint]debugint.c
[src/lib/util]astring.h

r8829 Saturday 21st August, 2010 at 18:35:43 UTC by Angelo Salese
[PC8001]: Made the video to actually draw in white
[src/mess/drivers]pc8001.c
[src/mess/video]upd3301.c

r8828 Saturday 21st August, 2010 at 16:35:58 UTC by Wilbert Pol
[SGB] Attempt to fix compile warnings
[src/mess/video]gb.c

r8827 Saturday 21st August, 2010 at 15:53:17 UTC by Angelo Salese
Fixed unmap writes in core
[src/emu]memory.c

r8826 Saturday 21st August, 2010 at 06:54:44 UTC by Sandro Ronco
fixed compiling of imgtool
[src/mess/tools/imgtool/modules]psion.c

r8825 Saturday 21st August, 2010 at 06:36:42 UTC by Barry Rodewald
[PCW] Added new printer and keyboard MCU dumps.
[src/mess/drivers]pcw.c

r8824 Saturday 21st August, 2010 at 00:00:15 UTC by Curt Coder
[ABC80X] Trying to fix regressions WIP
[src/emu/machine]z80dart.c z80dart.h
[src/mess/drivers]abc80x.c mtx.c tiki100.c
[src/mess/includes]abc80x.h
[src/mess/video]abc800.c abc802.c abc806.c

r8823 Friday 20th August, 2010 at 16:58:54 UTC by Miodrag Milanović
- Fix for mac (issue is same with all drivers clearing their state with memset)
[src/mess/machine]mac.c

r8822 Friday 20th August, 2010 at 16:55:01 UTC by Miodrag Milanović
- Fixed i286 regression
- Fixed GBA regression
[src/emu/cpu/i86]i286.c
[src/mess/drivers]gba.c

r8821 Friday 20th August, 2010 at 16:16:56 UTC by Angelo Salese
[A310]: Fixed logical memory mapping
[src/mame/machine]archimds.c

r8820 Friday 20th August, 2010 at 16:14:33 UTC by Curt Coder
[ABC80X] Partially fixed regression.
[src/emu/machine]z80dart.c
[src/mess/drivers]abc80x.c

r8819 Friday 20th August, 2010 at 15:35:59 UTC by Curt Coder
Synced with MAME.
[src/emu]validity.c

r8818 Friday 20th August, 2010 at 15:23:12 UTC by Curt Coder
[OSCNANO] Renamed driver to nano.
[src/mess]messdriv.c
[src/mess/drivers]tmc1800.c

r8817 Friday 20th August, 2010 at 15:02:15 UTC by Angelo Salese
Work-around for Alien vs. Predator PIT timing
[src/mame/video]jaguar.c

r8816 Friday 20th August, 2010 at 15:00:57 UTC by Curt Coder
Fixed ARM7.
[src/emu/cpu/arm7]arm7core.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team