Feed
The MESS SVN has been merged into the MAME SVN.
| r7552 Thursday 11th March, 2010 at 14:28:01 UTC by Cowering |
| GoodCPC v3.1415 hash file (final) |
| r7551 Thursday 11th March, 2010 at 12:52:10 UTC by Dirk Best |
| [AQUARIUS] Added V1.02 of the quickdisk floppy cartridge |
| [src/mess/drivers] | aquarius.c |
| r7550 Thursday 11th March, 2010 at 08:56:00 UTC by Fabio Priuli |
| documented recent SNES progresses |
| r7549 Thursday 11th March, 2010 at 06:13:52 UTC by MooglyGuy |
[CRAFT] Considerably re-wrote the Craft skeleton driver. [Harmony]
- The driver does less now, but it should be easier to add features in the future.
[VSMILE] Added a skeleton driver for the V-Tech V-Smile and ported some SPG video-related code from Unununium. [Segher, Harmony] |
| [src/mess/drivers] | craft.c vii.c |
| [src/mess/machine] | avr8.h* |
| r7548 Wednesday 10th March, 2010 at 11:42:38 UTC by Robbbert |
| [HP48] Fixed regression of HP48S, HP48SX from 135u3. |
| r7547 Wednesday 10th March, 2010 at 10:43:18 UTC by Robbbert |
| [WSWAN] Removed outdated comment. |
| [src/mess/drivers] | wswan.c |
| r7546 Wednesday 10th March, 2010 at 10:10:58 UTC by Fabio Priuli |
[SNES] Reverted some more changes done in rev.7540, to fix Super Street Fighters 2 freeze (and possibly other regressions).
Changes will be applied again as soon as more OAM rewriting/refactoring is done (and then the duplicate code will be removed) |
| [src/mame/includes] | snes.h |
| [src/mame/machine] | snes.c |
| [src/mame/video] | snes.c |
| r7545 Wednesday 10th March, 2010 at 06:25:39 UTC by Fabio Priuli |
| Fixing compile, sorry |
| r7544 Tuesday 9th March, 2010 at 21:10:47 UTC by Fabio Priuli |
| [SNES] Refactored joypad inputs to be consistent with other devices |
| [src/mame/includes] | snes.h |
| [src/mame/machine] | snes.c |
| [src/mess/drivers] | snes.c |
| r7543 Tuesday 9th March, 2010 at 17:02:58 UTC by Fabio Priuli |
| [SNES] reverting most of rev.7540 to avoid regressions (apparently, more changes to OAM code are needed for this to work) |
| r7542 Tuesday 9th March, 2010 at 15:42:32 UTC by Fabio Priuli |
| hopefully fixed possible array over bounds |
| [src/mess/drivers] | glasgow.c |
| r7541 Tuesday 9th March, 2010 at 15:18:20 UTC by Fabio Priuli |
| [SNES] minor renaming of some snes_ppu struct elements |
| [src/mame/includes] | snes.h |
| [src/mame/machine] | snes.c |
| [src/mame/video] | snes.c |
| r7540 Tuesday 9th March, 2010 at 14:28:14 UTC by Fabio Priuli |
| [SNES] Changed OAM code to create sprite list for each line based on OBSEL settings of the previous line |
| [src/mame/includes] | snes.h |
| [src/mame/machine] | snes.c |
| [src/mame/video] | snes.c |
| r7539 Tuesday 9th March, 2010 at 10:44:05 UTC by Robbbert |
Setting BW230 to "working" once again,
PDP1 and TX0 to "not working" as devices are non-functional.
Jaguar to "not working" as nothing works properly. |
| [src/mess/drivers] | jaguar.c pc.c pdp1.c tx0.c |
| r7538 Monday 8th March, 2010 at 22:15:06 UTC by Fabio Priuli |
| [SNES] Fixed OAM overflow and Superscope compiling problem (hopefully) |
| [src/mame/video] | snes.c |
| [src/mess/drivers] | snes.c |
| r7537 Monday 8th March, 2010 at 16:50:19 UTC by Curt Coder |
| Moved Z80 DART and Z80 STI to MAME. |
| [src/emu] | emu.mak |
| [src/emu/machine] | z80dart.c* z80dart.h* z80sti.c* z80sti.h* |
| [src/mess] | mess.mak |
| [src/mess/machine] | z80dart.c z80dart.h z80sti.c z80sti.h |
| r7536 Monday 8th March, 2010 at 13:09:25 UTC by Dirk Best |
| z80sio: Added register access functions to prevent trampoline functions |
| [src/emu/machine] | z80sio.c z80sio.h |
| [src/mame/drivers] | dlair.c mcr.c |
| [src/mame/includes] | mcr.h |
| [src/mame/machine] | mcr.c |
| [src/mess/drivers] | abc80x.c apricot.c huebler.c kaypro.c p8k.c rmnimbus.c trs80m2.c |
| [src/mess/includes] | kaypro.h rmnimbus.h |
| [src/mess/machine] | kaypro.c rmnimbus.c |
| r7535 Monday 8th March, 2010 at 11:32:00 UTC by Robbbert |
| Fixed debugger memdump command. Someone please commit to MAME. |
| r7534 Monday 8th March, 2010 at 07:02:49 UTC by Fabio Priuli |
| [SNES] Added SNES SuperScope support. You can plug it in both controller ports through the Categories menu, but remember that it only works in Port2 (like on a real SNES) |
| [src/mame/includes] | snes.h |
| [src/mame/machine] | snes.c |
| [src/mess/drivers] | snes.c |
| r7533 Sunday 7th March, 2010 at 21:51:04 UTC by Curt Coder |
| [XEROX820] Removed trampoline. |
| [src/mess/drivers] | xerox820.c |
| [src/mess/includes] | xerox820.h |
| r7532 Sunday 7th March, 2010 at 21:24:15 UTC by Curt Coder |
| [CONKORT] Trampoline removal. |
| [src/mess/machine] | conkort.c |
| r7531 Sunday 7th March, 2010 at 21:22:50 UTC by Curt Coder |
| Added ARDY/BRDY signal read handlers to the Z80 PIO. [Curt Coder] |
| [src/emu/machine] | z80pio.c z80pio.h |
| r7530 Sunday 7th March, 2010 at 20:03:46 UTC by Curt Coder |
| [TRS80M2] Added keyboard layout. |
| [src/mess/drivers] | trs80m2.c |
| r7529 Sunday 7th March, 2010 at 15:30:50 UTC by Curt Coder |
[TRS80M2] Boots from diskette now.
[Z80DMA] Fixed ready signal handling. |
| [src/emu/machine] | z80dma.c |
| [src/mess/drivers] | trs80m2.c |
| r7528 Sunday 7th March, 2010 at 09:47:43 UTC by Fabio Priuli |
| [SNES] Added SNES Mouse support |
| [src/mame/includes] | snes.h |
| [src/mess/drivers] | snes.c |
| r7527 Sunday 7th March, 2010 at 08:09:39 UTC by Robbbert |
| [MBEE] Correction to disk formats. |
| r7526 Sunday 7th March, 2010 at 01:55:02 UTC by Fabio Priuli |
| [SNES] Fixed scrolling problems |
| r7525 Saturday 6th March, 2010 at 23:55:29 UTC by Fabio Priuli |
| [SNES] Fixed Offset-per-tile graphics [jbo_85] |
| [src/mame/video] | snes.c |
| [src/mess/drivers] | snes.c |
| r7524 Saturday 6th March, 2010 at 23:18:25 UTC by Fabio Priuli |
| [SNES] Added basic infrastructure to support multiple controller types. Currently, you can use the Category menu to plug/unplug emulated SNES controllers in port 1 and 2. |
| [src/mame/includes] | snes.h |
| [src/mame/machine] | snes.c |
| [src/mess/drivers] | snes.c |
| r7523 Saturday 6th March, 2010 at 22:11:22 UTC by Fabio Priuli |
| [SNES] Added very preliminary driver_data class to snes. Eventually, this will lead to emulation of additional controllers in MESS. |
| [src/mame/drivers] | nss.c snesb.c |
| [src/mame/includes] | snes.h |
| [src/mame/machine] | snes.c |
| [src/mess/drivers] | snes.c |
| r7522 Saturday 6th March, 2010 at 18:00:06 UTC by Fabio Priuli |
| [SNES] slightly simplified palette handling |
| r7521 Saturday 6th March, 2010 at 17:22:16 UTC by Curt Coder |
| [TRS80M2] Fixed RAM mapping. |
| [src/mess/drivers] | trs80m2.c |
| r7520 Saturday 6th March, 2010 at 17:19:39 UTC by Fabio Priuli |
[SNES] Fixed serial joystick reads to work as per docs.
Super Double Dragon and Super Star Wars Empire Strikes Back (and probably other games as well) can be started again.
No regression in Bishojo Janshi Suchie-Pai either. |
| r7519 Saturday 6th March, 2010 at 11:40:13 UTC by Curt Coder |
| [TANDY2K] Now showing some video. |
| [src/mess/drivers] | tandy2k.c |
| [src/mess/includes] | tandy2k.h |
| [src/mess/video] | crt9007.c crt9007.h |
| r7518 Saturday 6th March, 2010 at 11:04:21 UTC by Fabio Priuli |
| [SNES] Fixed remaining issues in hires modes |
| r7517 Saturday 6th March, 2010 at 10:40:13 UTC by Barry Rodewald |
| [FMTOWNS] Fixed bug in CD-ROM code, SSF2 now starts to boot. |
| [src/mess/drivers] | fmtowns.c |
| r7516 Friday 5th March, 2010 at 22:06:26 UTC by Barry Rodewald |
| Compile fix. |
| [src/mess/formats] | m65_snqk.h |
| r7515 Friday 5th March, 2010 at 19:20:26 UTC by Wilbert Pol |
| Fix "Error adding object named 'messram'" errors. |
| [src/mess/drivers] | spec128.c timex.c |
| r7514 Friday 5th March, 2010 at 17:32:27 UTC by Fabio Priuli |
| d'oh...forgot to hit save... |
| r7513 Friday 5th March, 2010 at 17:12:14 UTC by Fabio Priuli |
| [SNES] minor fixes and cleanups |
| [src/mame/includes] | snes.h |
| [src/mame/video] | snes.c |
| r7512 Friday 5th March, 2010 at 14:14:06 UTC by Fabio Priuli |
| with these, MESS should compile again... |
| [src/mess/drivers] | 4004clk.c cdi.c einstein.c elwro800.c fk1.c mc10.c mod8.c ngp.c sord.c supracan.c vboy.c vii.c vtech1.c z9001.c |
| [src/mess/includes] | samcoupe.h spectrum.h |
| r7511 Friday 5th March, 2010 at 13:46:36 UTC by Fabio Priuli |
| getting closer to compiling again... |
| [src/mess/drivers] | bcs3.c comxpl80.c craft.c ec65.c enterp.c lx800.c nakajies.c pasogo.c px4.c qx10.c |
| [src/mess/includes] | kyocera.h |
| r7510 Friday 5th March, 2010 at 13:32:47 UTC by Fabio Priuli |
| more fixes |
| [src/mess/drivers] | apexc.c camplynx.c cat.c gba.c |
| [src/mess/includes] | gba.h mac.h |
| [src/mess/video] | gba.c gbam345.c gbamode0.c gbamode1.c gbamode2.c |
| r7509 Friday 5th March, 2010 at 13:22:18 UTC by Fabio Priuli |
| more fixes required |
| [src/mess/drivers] | apf.c apricot.c apricotf.c |
| r7508 Friday 5th March, 2010 at 13:18:38 UTC by Fabio Priuli |
| Fixing compile, part 5 |
| [src/mess/includes] | tandy2k.h tiki100.h tmc1800.h tmc2000e.h tmc600.h trs80m2.h v1050.h vcs80.h vic20.h victor9k.h vip.h xerox820.h xor100.h |
| r7507 Friday 5th March, 2010 at 13:12:40 UTC by Fabio Priuli |
| Fixing compile, part 4 |
| [src/mess/includes] | mc1000.h micronic.h mikromik.h mpf1.h mz700.h nes.h newbrain.h osi.h pc.h pc8001.h pc8401a.h pc8801.h pecom.h pet.h phc25.h poly880.h prof80.h ql.h sg1000.h spectrum.h studio2.h |
| r7506 Friday 5th March, 2010 at 13:05:00 UTC by Fabio Priuli |
| Fixing compile, part 3 |
| [src/mess/includes] | coco.h comx35.h cosmicos.h crvision.h elf.h eti660.h exp85.h huebler.h jtc.h kyocera.h lc80.h |
| r7505 Friday 5th March, 2010 at 13:00:17 UTC by Fabio Priuli |
| Fixing compile, part 2 |
| [src/mess/includes] | abc80.h abc80x.h advision.h at.h atarist.h b2m.h beta.h bw12.h bw2.h c16.h c80.h cbmb.h |
| r7504 Friday 5th March, 2010 at 12:54:55 UTC by Fabio Priuli |
| Fixing compile, part 1 |
| [src/mess/drivers] | 3do.c |
| [src/mess/includes] | 3do.h |
| r7503 Friday 5th March, 2010 at 12:42:35 UTC by Fabio Priuli |
| This should work and is cleaner than rev 7484 |
| [src/mess/drivers] | genesis.c |
© 1998-2018 The MESS Team