Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r6815 Tuesday 29th December, 2009 at 15:01:00 UTC by Dirk Best
[AT] Fixed nvram
[src/mess/drivers]at.c

r6814 Tuesday 29th December, 2009 at 14:57:05 UTC by Miodrag Milanović
[NES] Made famicom disk and twin disk able to use carts again and drpcjr fixed port error
[src/mess/drivers]nes.c
[src/mess/includes]nes.h
[src/mess/machine]nes.c

r6813 Tuesday 29th December, 2009 at 13:01:43 UTC by Dirk Best
[AT486] Added a bunch of 486 boards from FIC
[src/mess/drivers]at.c

r6812 Monday 28th December, 2009 at 21:14:10 UTC by Wilbert Pol
[3DO] Added rest of the madam registers.
[src/mess/machine]3do.c

r6811 Monday 28th December, 2009 at 20:52:25 UTC by Wilbert Pol
[3DO] Added player 1 input ports. [Angelo Salese]
[src/mess/drivers]3do.c

r6810 Monday 28th December, 2009 at 20:41:37 UTC by Wilbert Pol
[3DO] Added some more madam registers.
[src/mess/machine]3do.c

r6809 Monday 28th December, 2009 at 20:24:04 UTC by Wilbert Pol
[3DO] Added some registers.
[src/mess/machine]3do.c

r6808 Monday 28th December, 2009 at 19:08:13 UTC by Wilbert Pol
[3DO] Updated to use raw screen parameters.
[src/mess/drivers]3do.c

r6807 Monday 28th December, 2009 at 16:59:36 UTC by Dirk Best
Converted the keytronic keyboard to a device
[src/mess/drivers]at.c pc.c
[src/mess/includes]at.h pc.h
[src/mess/machine]at.c kb_keytro.c kb_keytro.h pc.c

r6806 Monday 28th December, 2009 at 14:46:00 UTC by Stefano Priore
ARRAY_LENGTH fix
[src/mess/machine]rmnimbus.c

r6805 Monday 28th December, 2009 at 12:57:52 UTC by Miodrag Milanović
Fixed regression that prevented AT586 to boot
[src/mess/machine]i82439tx.c

r6804 Monday 28th December, 2009 at 11:24:38 UTC by Miodrag Milanović
[AT386] Made it start booting, still needs work
[src/mess/drivers]at.c

r6803 Monday 28th December, 2009 at 09:25:28 UTC by Miodrag Milanović
[NEAT] Fixed HDD booting
[src/mess/drivers]at.c

r6802 Monday 28th December, 2009 at 09:07:52 UTC by Miodrag Milanović
[AT486] Fixed booting from HDD
[src/mess/drivers]at.c
[src/mess/machine]at.c

r6801 Monday 28th December, 2009 at 08:46:14 UTC by Miodrag Milanović
Fixed CBM driver crashes
[src/mess/drivers]c64.c c65.c primo.c vc20.c

r6800 Monday 28th December, 2009 at 08:20:25 UTC by Miodrag Milanović
[AT486] Fixed crash on boot (thanks to Judge)
[src/mess/machine]at.c

r6799 Monday 28th December, 2009 at 07:33:23 UTC by Phill Harvey-Smith
update for i86 cpu to fix bug with hlt instruction, also submitted to mess
dev team.

update to RM nimbus driver, it will now boot from floppy and the keyboard
now works, though the video is still buggy.
[src/emu/cpu/i86]i286.c i86.c instr86.c
[src/mess/drivers]rmnimbus.c
[src/mess/includes]rmnimbus.h
[src/mess/machine]rmnimbus.c
[src/mess/video]rmnimbus.c

r6798 Monday 28th December, 2009 at 06:34:04 UTC by Robbbert
[PC] Added F4 character displayer.
[src/mess/drivers]pc.c

r6797 Monday 28th December, 2009 at 05:21:04 UTC by Firewave
[RSP] Fixed compilation
[src/emu/cpu/rsp]rspdrc.c

r6796 Monday 28th December, 2009 at 02:42:16 UTC by Harmony
[N64] More RDP optimizations, massive branch flattening resulting in a significant speed increase. [Harmony]
[src/mame/video]n64.c rdpacomp.c rdpacvg.c rdpblend.c rdpblend.h rdpcc.c* rdpcc.h* rdpclamp.c* rdpclamp.h* rdpfetch.c rdpfetch.h rdpfrect.c* rdpfrect.h* rdpmask.c* rdpmask.h* rdpshift.c* rdpshift.h* rdpspn16.c rdpspn16.h rdptpipe.c rdptpipe.h rdptrect.c rdptrect.h rdptri.c rdpupd16.c rdpzcomp.c* rdpzcomp.h*

r6795 Monday 28th December, 2009 at 02:39:56 UTC by Harmony
[N64] RSP DRC improvements: [Harmony]
- Added DRC versions of load ops LSV, LLV, LDV, LQV, LPV and LUV
- Added DRC versions of store ops SSV, SLV, SDV and SWV
- Added DRC versions of vector arithmetic / boolean ops VMUDL, VMUDM, VMADM, VMADN, VMADH, VAND, VNAND, VOR, VNOR, VXOR and VNXOR
- DRC versions of VMUDL, VMUDM, VMADM, VMADN, VMADH and VADD are disabled by default because they are slower than the interpreter versions.
- Unrolled and optimized interpreter versions of VMULF, VMUDL, VMUDM, VMUDN, VMACF, VMADM, VMADN, VMADH, VADD, VSAW*, VLT, VGE, VMRG, VAND, VNAND, VOR, VNOR, VXOR, and VNXOR
- Tweaked parameter ordering for LE targets to be slightly faster; BE is are TODO.
[src/emu/cpu/rsp]rsp.h rspdrc.c

r6794 Monday 28th December, 2009 at 01:44:33 UTC by Robbbert
Added F4 character displayer.
[src/mess/drivers]nanos.c newbrain.c osborne1.c osi.c p8k.c

r6793 Sunday 27th December, 2009 at 22:38:57 UTC by Phill Harvey-Smith
Second part of RM nimbus driver
[src/mess/drivers]rmnimbus.c*
[src/mess/includes]rmnimbus.h*
[src/mess/machine]rmnimbus.c*
[src/mess/video]rmnimbus.c*

r6792 Sunday 27th December, 2009 at 22:22:55 UTC by Phill Harvey-Smith
Added RM Nimbus 186 driver.
[src/mess]mess.mak messdriv.c

r6791 Sunday 27th December, 2009 at 20:49:12 UTC by Miodrag Milanović
Fix compile error.
[src/mess/machine]wd17xx.c

r6790 Sunday 27th December, 2009 at 19:58:04 UTC by Miodrag Milanović
[COCO] Fixed crash, but will see to support floppies connected to cart pcb in future
[src/mess/devices]coco_fdc.c
[src/mess/drivers]coco.c
[src/mess/machine]wd17xx.c

r6789 Sunday 27th December, 2009 at 18:35:54 UTC by Miodrag Milanović
[SCORPION] Fixed timer allocation error
[src/mess/drivers]scorpion.c

r6788 Sunday 27th December, 2009 at 13:39:24 UTC by Robbbert
Added F4 character displayer.
[src/mess/drivers]a51xx.c apogee.c bcs3.c bw12.c comx35.c dai.c dgn_beta.c ec65.c galaxy.c h19.c homelab.c huebler.c hx20.c ipds.c iq151.c llc.c mikro80.c mikrosha.c partner.c zrt80.c

r6787 Sunday 27th December, 2009 at 10:16:40 UTC by Barry Rodewald
[FMTOWNS] Moved VBlank triggers to video/fmtowns.c, moved sprite updates to beginning of VBlank.
[src/mess/drivers]fmtowns.c
[src/mess/includes]fmtowns.h
[src/mess/video]fmtowns.c

r6786 Sunday 27th December, 2009 at 10:04:34 UTC by Wilbert Pol
[GAMEBOY family] Moved video timer allocation to the MACHINE_START phase.
[src/mess/drivers]gb.c
[src/mess/includes]gb.h
[src/mess/machine]gb.c
[src/mess/video]gb.c

r6785 Sunday 27th December, 2009 at 09:58:36 UTC by Miodrag Milanović
[PROF80] Fix boot break
[src/mess/drivers]prof80.c

r6784 Sunday 27th December, 2009 at 08:19:45 UTC by Jonathan Gevaryahu
Fix out of array bound access when writing to apple 2 disk images [Skito]
[src/mess/formats]ap2_dsk.c

r6783 Sunday 27th December, 2009 at 08:18:18 UTC by Miodrag Milanović
[C65] Fixed boot
[src/mess/drivers]c65.c

r6782 Sunday 27th December, 2009 at 07:56:54 UTC by Miodrag Milanović
[NC200] Boot fix
[src/mess/drivers]nc.c

r6781 Sunday 27th December, 2009 at 04:53:11 UTC by Firewave
[CDI] Fixed duplicated bios name
[src/mess/drivers]cdi.c

r6780 Sunday 27th December, 2009 at 03:47:42 UTC by Robbbert
[NEOGEO] Fixed crash.
[src/mess]mess.mak
[src/mess/drivers]ng_aes.c
[src/mess/layout]neogeo.lay*

r6779 Sunday 27th December, 2009 at 02:32:22 UTC by Robbbert
[GENESIS JAGUAR WSWAN] Fixed crash.
[src/mess/drivers]genesis.c jaguar.c
[src/mess/machine]wswan.c

r6778 Sunday 27th December, 2009 at 00:36:25 UTC by Robbbert
[ADAM APPLE2GS ATOM AVIGO CGENIE] Fixed crash.
[src/mess/drivers]adam.c atom.c avigo.c
[src/mess/includes]atom.h
[src/mess/machine]apple2gs.c atom.c cgenie.c

r6777 Saturday 26th December, 2009 at 23:53:48 UTC by Robbbert
[FK1 IP20 GAMECOM LLC] Fixed crash.
[src/mess/drivers]fk1.c ip20.c
[src/mess/machine]gamecom.c llc.c

r6776 Saturday 26th December, 2009 at 15:44:12 UTC by Miodrag Milanović
Some code cleaning
[src/mess]device.c device.h mesvalid.c mslegacy.c

r6775 Saturday 26th December, 2009 at 15:15:04 UTC by Robbbert
Fixed crash.
[src/mess/drivers]pce.c pcfx.c pcw16.c
[src/mess/includes]pce.h
[src/mess/machine]pce.c

r6774 Saturday 26th December, 2009 at 14:48:16 UTC by Robbbert
Added F4 character displayer.
[src/mess/drivers]pk8020.c plan80.c px8.c pyl601.c qx10.c

r6773 Saturday 26th December, 2009 at 13:34:56 UTC by Miodrag Milanović
[POKEMINI] Fixed timer problem
[src/mess/drivers]pokemini.c
[src/mess/includes]pokemini.h
[src/mess/machine]pokemini.c

r6772 Saturday 26th December, 2009 at 12:25:08 UTC by Wilbert Pol
Made the pc_hdc play nice with the 8237 implementation. Fixes bug #1886.
[src/mess/machine]pc_hdc.c

r6771 Saturday 26th December, 2009 at 12:09:29 UTC by Robbbert
Added F4 character displayer
[src/mess/drivers]radio86.c rt1715.c

r6770 Saturday 26th December, 2009 at 11:31:32 UTC by Robbbert
[SVI318] Added F4 character displayer for sv328n80 and sv328p80.
[src/mess/drivers]svi318.c

r6769 Saturday 26th December, 2009 at 11:12:24 UTC by Robbbert
[SATURN] Applied mame changes to fix timer issues.
[src/mess/drivers]saturn.c

r6768 Saturday 26th December, 2009 at 10:02:29 UTC by Robbbert
[STOPTHIE] Fixed crash.
[src/mess/drivers]stopthie.c

r6767 Saturday 26th December, 2009 at 09:27:24 UTC by Miodrag Milanović
Fix debug build
[src/mess/osd/windows]menu.c

r6766 Saturday 26th December, 2009 at 09:01:41 UTC by Robbbert
[TMC600] Added F4 character displayer
[src/mess/drivers]tmc600.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team