Feed

The MESS SVN has been merged into the MAME SVN.

Previous 50 15994 Revisions Next 50

r8636 Monday 26th July, 2010 at 16:15:12 UTC by Fabio Priuli
softlist wip:
- completed a800 list [k1w1]
- added lisa list [Kaylee]
[hash]a800.xml lisa.xml*

r8635 Monday 26th July, 2010 at 16:04:03 UTC by Wilbert Pol
[3DO] updated to use arm7 in big endian mode (arm6 in 32bit mode).
[src/emu/cpu/arm7]arm7.c arm7.h arm7core.c arm7core.h arm7dasm.c
[src/mess/drivers]3do.c
[src/mess/machine]3do.c

r8634 Monday 26th July, 2010 at 13:23:28 UTC by Robbbert
[RX78] Added audible feedback when loading a cassette.
[src/mess/drivers]rx78.c

r8633 Monday 26th July, 2010 at 11:37:43 UTC by Robbbert
[RX78] Added cassette read and write.
[src/mess/drivers]rx78.c

r8632 Monday 26th July, 2010 at 09:28:29 UTC by Miodrag Milanović
Added RX78 software list
[hash]rx78.xml*
[src/mess/drivers]rx78.c

r8631 Sunday 25th July, 2010 at 22:19:05 UTC by Jonathan Gevaryahu
'[variable] may be used uninitialized in this function' fixes
[src/osd/winui]mui_util.c treeview.c

r8630 Sunday 25th July, 2010 at 21:40:25 UTC by Angelo Salese
[BASIC MASTER LV3]: added mc6845 hook up
[src/mess/drivers]bml3.c

r8629 Sunday 25th July, 2010 at 20:15:33 UTC by Angelo Salese
[MULTI8]: Fixed shift pressing for good
[src/mess/drivers]multi8.c

r8628 Sunday 25th July, 2010 at 19:56:13 UTC by Angelo Salese
[MULTI8]: Hooked up keyboard shift recognition
[src/mess/drivers]multi8.c

r8627 Sunday 25th July, 2010 at 19:45:49 UTC by Angelo Salese
[MULTI8]: Added beeper, disabled by default
[src/mess/drivers]multi8.c

r8626 Sunday 25th July, 2010 at 19:33:49 UTC by Angelo Salese
[MULTI8]: Minor keyboard tweaks
[src/mess/drivers]multi8.c

r8625 Sunday 25th July, 2010 at 18:50:17 UTC by Angelo Salese
[MULTI8]: Fixed work RAM / video RAM banking, fixes BASIC behaviour. Also did some other graphical tweaks
[src/mess/drivers]multi8.c

r8624 Sunday 25th July, 2010 at 17:16:49 UTC by Wilbert Pol
Forgotten this file.
[src/mess/includes]3do.h

r8623 Sunday 25th July, 2010 at 16:49:51 UTC by Angelo Salese
[MULTI8]: Added vram banking, fixes text garbage on top. Added bitmap background
[src/mess/drivers]multi8.c

r8622 Sunday 25th July, 2010 at 15:34:56 UTC by Angelo Salese
[MULTI8]: Added width 80
[src/mess/drivers]multi8.c

r8621 Sunday 25th July, 2010 at 15:19:50 UTC by Angelo Salese
[MULTI8]: Added some bare-bones gfxs, implemented basic keyboard inputs
[src/mess/drivers]multi8.c

r8620 Sunday 25th July, 2010 at 14:19:21 UTC by Angelo Salese
[MULTI8]: documented memory map
[src/mess/drivers]multi8.c

r8619 Sunday 25th July, 2010 at 13:43:59 UTC by Wilbert Pol
[3DO] Updated the 3do drivers to use the big endian version of the arm cpu core.
[src/mess/drivers]3do.c

r8618 Sunday 25th July, 2010 at 13:43:17 UTC by Wilbert Pol
Added a big endian version of the arm2/3/6 cpu core.
[src/emu/cpu/arm]arm.c arm.h armdasm.c

r8617 Sunday 25th July, 2010 at 13:33:39 UTC by Angelo Salese
[RX-78]: Implemented ramsize option, added joypad mappings and did some other minor tweaks
[src/mess/drivers]rx78.c

r8616 Sunday 25th July, 2010 at 11:06:49 UTC by Angelo Salese
[X1]: double pumped the pixel clock when the horizontal resolution is 640 x 200. Fixes Mappy and Gradius gameplay speed
[src/mess/drivers]x1.c

r8615 Sunday 25th July, 2010 at 10:13:02 UTC by Angelo Salese
[RX78]: Hooked up proper videoram routines
[src/mess/drivers]rx78.c

r8614 Sunday 25th July, 2010 at 04:19:31 UTC by Barry Rodewald
[AES] Made IN3 bits 3 and 4 active high, Unibios can now correctly identify the system as AES.
[src/mess/drivers]ng_aes.c

r8613 Sunday 25th July, 2010 at 00:59:13 UTC by Barry Rodewald
[AES] Flipped bit 6 of IN4, to signify a single slot system.
[src/mess/drivers]ng_aes.c

r8612 Saturday 24th July, 2010 at 21:34:31 UTC by Dirk Best
[APRIDISK] Fix regression
[src/mess/formats]apridisk.c

r8611 Saturday 24th July, 2010 at 19:23:11 UTC by Angelo Salese
[RX-78]: Hooked up cart slot
[src/mess/drivers]rx78.c

r8610 Saturday 24th July, 2010 at 19:04:54 UTC by Angelo Salese
[RX-78]: Implemented keyboard mapping
[src/mess/drivers]rx78.c

r8609 Saturday 24th July, 2010 at 18:42:00 UTC by Wilbert Pol
arm.c: Fixed word reading from non-aligned address in big endian mode.
[src/emu/cpu/arm]arm.c

r8608 Saturday 24th July, 2010 at 18:10:46 UTC by Wilbert Pol
Added Tandy 1000 TX.
[docs]messnew.txt
[src/mess]messdriv.c
[src/mess/drivers]pc.c

r8607 Saturday 24th July, 2010 at 18:10:38 UTC by Tafoid
Fix regressions involving MDRV_CPU_REPLACE and corrects plus4+clones, c364, hp48s, hp48sx to working state again.
[src/mess/drivers]c16.c hp48.c

r8606 Saturday 24th July, 2010 at 13:42:46 UTC by Miodrag Milanović
Fixed svision regression
[src/mess/drivers]svision.c

r8605 Saturday 24th July, 2010 at 12:32:39 UTC by Wilbert Pol
[3DO] Updated SVF flash write to honor the bit selection.
[src/mess/drivers]3do.c
[src/mess/includes]3do.h
[src/mess/machine]3do.c

r8604 Saturday 24th July, 2010 at 00:26:24 UTC by Barry Rodewald
[AES] Added newly marked AES sets from u4.
[hash]aes.xml
[src/mess/devices]aescart.c

r8603 Friday 23rd July, 2010 at 17:28:00 UTC by Angelo Salese
[RX78]: Wrote down basic memory map
[src/mess/drivers]rx78.c

r8602 Friday 23rd July, 2010 at 15:13:16 UTC by Angelo Salese
[SMC-777]: reverted last commit
[src/mess/drivers]smc777.c

r8601 Friday 23rd July, 2010 at 15:11:37 UTC by Angelo Salese
[SMC-777]: Fixed soft resets
[src/mess/drivers]smc777.c

r8600 Friday 23rd July, 2010 at 13:47:36 UTC by Miodrag Milanović
Changed floppy_type_t to be structure containing more info about drive itself.
Made few standard drives that are commonly used.
If you are aware of different drive used in driver please update (I did for those I knew about)
[src/mess/devices]coco_fdc.c flopdrv.c flopdrv.h
[src/mess/drivers]adam.c amstrad.c apf.c apple2.c apple2gs.c apple3.c apricot.c apricotf.c aquarius.c at.c atarist.c atom.c b2m.c bbc.c bebox.c bw12.c bw2.c cgenie.c coco.c compis.c comx35.c concept.c crvision.c dgn_beta.c e01.c einstein.c elwro800.c enterp.c exidy.c fm7.c fmtowns.c geneve.c ht68k.c kaypro.c kc.c lisa.c mac.c mbee.c microdec.c mikromik.c msx.c mz2500.c nanos.c nascom1.c nc.c nes.c newbrain.c oric.c orion.c osborne1.c osi.c p8k.c partner.c pc.c pc8801.c pcw.c pcw16.c pk8020.c prof80.c pyl601.c ql.c qx10.c rmnimbus.c samcoupe.c sg1000.c smc777.c sord.c special.c specpls3.c svi318.c tandy2k.c thomson.c ti990_4.c ti99_4p.c ti99_4x.c ti99_8.c tiki100.c tmc2000e.c tmc600.c trs80.c trs80m2.c v1050.c vector06.c victor9k.c vtech1.c vtech2.c x1.c x68k.c xerox820.c xor100.c z80ne.c
[src/mess/machine]99_dsk.c amigafdc.c atarifdc.c beta.c c1541.c c1551.c c1571.c c1581.c c2040.c c8280.c conkort.c tf20.c

r8599 Friday 23rd July, 2010 at 11:42:26 UTC by Miodrag Milanović
Removed various hacks from floppy code, since they are not used anymore by TI99 after rewrite of floppy support for it.
[src/mess/devices]coco_fdc.c flopdrv.c flopdrv.h
[src/mess/drivers]adam.c amstrad.c apf.c apple2.c apple2gs.c apple3.c apricot.c apricotf.c aquarius.c at.c atarist.c atom.c b2m.c bbc.c bebox.c bw12.c bw2.c cgenie.c coco.c compis.c comx35.c concept.c crvision.c dgn_beta.c e01.c einstein.c elwro800.c enterp.c exidy.c fm7.c fmtowns.c geneve.c ht68k.c kaypro.c kc.c lisa.c mac.c mbee.c microdec.c mikromik.c msx.c mz2500.c nanos.c nascom1.c nc.c nes.c newbrain.c oric.c orion.c osborne1.c osi.c p8k.c partner.c pc.c pc8801.c pcw.c pcw16.c pk8020.c prof80.c pyl601.c ql.c qx10.c rmnimbus.c samcoupe.c sg1000.c smc777.c sord.c special.c specpls3.c svi318.c tandy2k.c thomson.c ti990_4.c ti99_4p.c ti99_4x.c ti99_8.c tiki100.c tmc2000e.c tmc600.c trs80.c trs80m2.c v1050.c vector06.c victor9k.c vtech1.c vtech2.c x1.c x68k.c xerox820.c xor100.c z80ne.c
[src/mess/machine]amigafdc.c atarifdc.c beta.c c1541.c c1551.c c1571.c c1581.c c2040.c c8280.c conkort.c tf20.c

r8598 Friday 23rd July, 2010 at 10:36:36 UTC by Angelo Salese
[SMC-777]: Small work ram improvement
[src/mess/drivers]smc777.c

r8597 Friday 23rd July, 2010 at 10:29:24 UTC by Dirk Best
[ATARIST] Connected Double Density output to the WD1772
[src/mess/drivers]atarist.c

r8596 Friday 23rd July, 2010 at 07:18:19 UTC by Miodrag Milanović
Updated density for specimx (still missing some bytes reading)
[src/mess/machine]special.c

r8595 Friday 23rd July, 2010 at 07:04:04 UTC by Miodrag Milanović
[B2M] Set disk density, close but still not reading right.
[src/mess/machine]b2m.c

r8594 Friday 23rd July, 2010 at 06:40:47 UTC by Fabio Priuli
added a missing rom name
[hash]nes.xml

r8593 Friday 23rd July, 2010 at 06:35:43 UTC by Fabio Priuli
Fixed regression (post-u2 or u3) in snespal, nespal and dendy
[src/mess/drivers]nes.c snes.c

r8592 Thursday 22nd July, 2010 at 22:34:36 UTC by Dirk Best
[WD17XX] Improved busy handling, fixes TI-99 regression
[src/mess/machine]wd17xx.c

r8591 Thursday 22nd July, 2010 at 21:56:02 UTC by Dirk Best
[SAMCOUPE] Remove annoying debug leftover
[src/mess/drivers]samcoupe.c

r8590 Thursday 22nd July, 2010 at 20:11:01 UTC by Wilbert Pol
[3DO] Made SPORT transfers use all the proper bits during a transfer. Changed the cpus to ARM instead of ARM7.
Added support for big endian ldrb and strb memory operation in the ARM cpu core.
[src/emu/cpu/arm]arm.c arm.h
[src/mess/drivers]3do.c
[src/mess/machine]3do.c

r8589 Thursday 22nd July, 2010 at 18:48:55 UTC by Angelo Salese
[SMC777]: Implemented width 40 flag
[src/mess/drivers]smc777.c

r8588 Thursday 22nd July, 2010 at 18:22:45 UTC by Angelo Salese
[X1]: Improved TODO list
[src/mess/drivers]x1.c

r8587 Thursday 22nd July, 2010 at 14:55:34 UTC by Miodrag Milanović
Fixed motor status issues with some old drivers, they work fine with old wd17xx implementation, but will need some adjustments.
[src/mess/machine]b2m.c partner.c pk8020.c special.c

Previous 50 15994 Revisions Next 50


© 1998-2018 The MESS Team