Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r21870 Friday 15th March, 2013 at 08:23:28 UTC by Robbbert |
|---|
| sf2m3, sf2m8 - boots up, sound works, some gfx issues |
| [src/mame/drivers] | cps1.c |
| [src/mame/includes] | cps1.h |
| [src/mame/video] | cps1.c |
| r21869 Friday 15th March, 2013 at 08:21:59 UTC by Fabio Priuli |
|---|
| whops, these had been added wrong. nw. |
| [hash] | snes.xml |
| r21868 Friday 15th March, 2013 at 07:15:37 UTC by Fabio Priuli |
|---|
| (MESS) snes: fixed snesst10 and (partially) snesst11. nw. these drivers will be removed very soon, but it's better to have these with CPU running for future comparisons and possible regression tracking. |
| [src/mess/drivers] | snes.c |
| [src/mess/machine] | snescart.c |
| r21867 Friday 15th March, 2013 at 06:50:35 UTC by Robbbert |
|---|
| knightsb - added sound (nw) |
| [src/mame/drivers] | fcrash.c |
| r21866 Friday 15th March, 2013 at 01:13:48 UTC by Angelo Salese |
|---|
| Enough of this |
| [src/emu/cpu/i8085] | 8085dasm.c |
| [src/mess/drivers] | fp200.c |
| r21865 Friday 15th March, 2013 at 01:12:50 UTC by R. Belmont |
|---|
| (MESS) 3c505: fix typo that broke TCP [Hans Ostermeyer] |
| [src/mess/machine] | 3c505.c |
| r21864 Friday 15th March, 2013 at 01:01:23 UTC by Angelo Salese |
|---|
| Preliminary scroll, just to realize that I need to rewrite the video emulation ... |
| [src/mess/drivers] | fp200.c |
| r21863 Friday 15th March, 2013 at 00:20:46 UTC by Angelo Salese |
|---|
| ... and key modifiers |
| [src/mess/drivers] | fp200.c |
| r21862 Friday 15th March, 2013 at 00:13:38 UTC by Angelo Salese |
|---|
| Added keyboard |
| [src/mess/drivers] | fp200.c |
| r21861 Thursday 14th March, 2013 at 22:46:36 UTC by Angelo Salese |
|---|
| Very preliminary LCD hook-up |
| [src/emu/cpu/i8085] | 8085dasm.c |
| [src/mess/drivers] | fp200.c |
| r21860 Thursday 14th March, 2013 at 22:34:58 UTC by Fabio Priuli |
|---|
| this requires some more thinking too... nw. |
| [src/mess/machine] | sns_bsx.c |
| r21859 Thursday 14th March, 2013 at 21:07:18 UTC by Angelo Salese |
|---|
| New skeleton driver for Casio FP-200, will do actual code work next |
| [src/mess] | mess.lst mess.mak |
| [src/mess/drivers] | fp200.c* |
| r21858 Thursday 14th March, 2013 at 16:27:02 UTC by Jonathan Gevaryahu |
|---|
| s14001a.c: Add note that the four dac test pins are really digital out pins [PlgDavid] |
| [src/emu/sound] | s14001a.c |
| r21857 Thursday 14th March, 2013 at 14:43:01 UTC by Fabio Priuli |
|---|
| and this requires some more thinking... nw. |
| [src/mess/machine] | md_sk.c |
| r21856 Thursday 14th March, 2013 at 14:38:58 UTC by Fabio Priuli |
|---|
| whops. this was missing from 21854. nw. |
| [src/mess/video] | gb.c |
| r21855 Thursday 14th March, 2013 at 14:38:18 UTC by Fabio Priuli |
|---|
| (MESS) simplified handling of must_be_loaded for md slots. nw. |
| [src/mess/machine] | md_sk.c md_sk.h md_slot.c md_slot.h nes_slot.h |
| r21854 Thursday 14th March, 2013 at 14:17:12 UTC by Fabio Priuli |
|---|
| updated sgb_hack setup to avoid external access to m_cart. nw. |
| [src/mess/includes] | gb.h |
| [src/mess/machine] | gb.c gb_slot.c gb_slot.h |
| r21853 Thursday 14th March, 2013 at 13:20:52 UTC by Fabio Priuli |
|---|
| reduced direct accesses to cart devices (systems should eventually only interact with the cart slot devices). nw. |
| [src/mess/drivers] | gb.c megadriv.c snes.c |
| [src/mess/machine] | gb_slot.h md_sk.c md_slot.h sns_bsx.c sns_slot.h sns_sufami.c |
| r21852 Thursday 14th March, 2013 at 11:26:23 UTC by Fabio Priuli |
|---|
| minor cleanup. nw. |
| [src/mess/drivers] | snes.c |
| r21851 Thursday 14th March, 2013 at 10:10:17 UTC by Fabio Priuli |
|---|
| romload: attempt to improve loaded rom percentage display. nw. namely, with this change the emulator displays first a "Loading Game N%" while loading MAME game or MESS system roms, then it switches to "Loading Software %N" while loading from softlist (this also applies to Megatech, ST-V and NeoGeo lists in MAME) I'm not completely happy with passing a "from_list" boolean to modify the behavior, but I have found no better solution. If you find any, please be my guest and replace this solution with yours. |
| [src/emu] | romload.c |
| r21850 Thursday 14th March, 2013 at 10:07:03 UTC by Fabio Priuli |
|---|
| romload: reset rom size counter when starting to load software. nw. |
| [src/emu] | romload.c |
| r21849 Thursday 14th March, 2013 at 09:23:20 UTC by Fabio Priuli |
|---|
| (MESS) romload: fixed loaded rom percentage going beyond 100% with softlist entries. nw. previously, loading from softlist was using the bios romsize as totalsize to load, explaining both the erratic percentage values in systems like AES and the totalsize = 0 error in NES and other bios-less systems, which was requiring a special workaround. handling is still not perfect (e.g I think that first the bios is loaded and counter goes to 100%, then the cart is loaded and the count restarts from 0%, so it would be better to have a separate message for the softlist loading, but I need to study in depth the code before such a change), but it's definitely better than having AES carts loading up to 12575% or NES skipping completely the soft percentage due to totalsize =0... |
| [src/emu] | romload.c |
| r21848 Thursday 14th March, 2013 at 08:32:55 UTC by David Haywood |
|---|
| fix daraku (mt 5122) guess some refactoring changed the behaviour at some point, I assume this is what it was meant to be doing rather than trying to use a value it was in the middle of setting? |
| [src/mame/video] | psikyosh.c |
| r21847 Thursday 14th March, 2013 at 06:44:15 UTC by Fabio Priuli |
|---|
| fixed header detection when loading from fullpath in snesnew. nw. |
| [src/mess/machine] | sns_slot.c |
| r21846 Thursday 14th March, 2013 at 03:10:13 UTC by Barry Rodewald |
|---|
| fmtowns: set UX and Marty drivers to use 386SX CPU. (no whatsnew) |
| [src/mess/drivers] | fmtowns.c |
| [src/mess/includes] | fmtowns.h |
| [src/mess/video] | fmtowns.c |
| r21845 Thursday 14th March, 2013 at 03:08:13 UTC by Barry Rodewald |
|---|
| i386: fixed debug assert (no whatsnew) |
| [src/emu/cpu/i386] | i386priv.h |
| r21844 Thursday 14th March, 2013 at 02:31:04 UTC by David Haywood |
|---|
| popobear - fix for colours on Game Over screen I've also marked it as working, the remaining issues (wrong animation speed / music speed) are cosmetic, it seems to work otherwise. so.. New Working Game ---------------- PoPo Bear [Angelo Salese, David Haywood] |
| [src/mame/drivers] | popobear.c |
| r21843 Thursday 14th March, 2013 at 02:03:57 UTC by David Haywood |
|---|
| popopbear - tile flips (game over screen) |
| [src/mame/drivers] | popobear.c |
| r21842 Thursday 14th March, 2013 at 00:09:11 UTC by Brian Troha |
|---|
| vp101.c: Add version 3.5 boot rom and add no_dump for Special Forces Elite Training PIC18C422 chip. |
| [src/mame/drivers] | vp101.c |
| r21841 Wednesday 13th March, 2013 at 23:22:16 UTC by Brian Troha |
|---|
| new Mega Touch clones out of whatsnew: I verified the Megatouch 5 (9255-60-01 ROC, Standard version) set as a correct dump and removed the BAD_DUMP flag. I checked against 3 other sets and all dumped as the same. The issue with this set is something other then the data dump. New Clones Added ------------------------------- Pit Boss Megatouch II (9255-10-01 ROG, Standard version) [Brian Troha, The Dumping Union] Megatouch III (9255-20-01 ROK, Standard version) [Brian Troha, The Dumping Union] Megatouch III (9255-20-01 ROB, Standard version) [Brian Troha, The Dumping Union] Megatouch III (9255-20-01 ROA, Standard version) [Brian Troha, The Dumping Union] Super Megatouch IV (9255-41-01 ROE, Standard version) [Brian Troha, The Dumping Union] Super Megatouch IV (9255-41-01 ROC, Standard version) [Brian Troha, The Dumping Union] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | meritm.c |
| r21840 Wednesday 13th March, 2013 at 22:47:31 UTC by David Haywood |
|---|
| popobear - change how we handle transpen |
| [src/mame/drivers] | popobear.c |
| r21839 Wednesday 13th March, 2013 at 21:19:04 UTC by David Haywood |
|---|
| popobear - sprite<->sprite priority handling (used to keep character line in order) |
| [src/mame/drivers] | popobear.c |
| r21838 Wednesday 13th March, 2013 at 18:54:55 UTC by Fabio Priuli |
|---|
| let's see if this finally fixes topshoot and hshavoc in debug builds... nw. |
| [src/mame/machine] | megadriv.c |
| r21837 Wednesday 13th March, 2013 at 17:50:18 UTC by Oliver Stöneberg |
|---|
| added missing breaks in es5510_device::write_reg() |
| [src/emu/cpu/es5510] | es5510.c |
| r21836 Wednesday 13th March, 2013 at 16:16:46 UTC by Andrew Gardner |
|---|
| Modernized CRT, okim6285, and ZSG2 devices. [Andrew Gardner] |
| [src/emu/sound] | okim6258.c okim6258.h zsg2.c zsg2.h |
| [src/mame/audio] | taito_zm.c |
| [src/mess/drivers] | x68k.c |
| [src/mess/includes] | pdp1.h tx0.h |
| [src/mess/video] | crt.c crt.h pdp1.c tx0.c |
| r21835 Wednesday 13th March, 2013 at 16:05:52 UTC by Angelo Salese |
|---|
| Fix compile |
| [src/emu/video] | stvvdp1.c |
| [src/mame/drivers] | popobear.c |
| r21834 Wednesday 13th March, 2013 at 15:58:36 UTC by Fabio Priuli |
|---|
| (MESS) softlist: misc updates from Kaylee. |
| [hash] | amigaaga_flop.xml amigaocs_flop.xml st_flop.xml |
| r21833 Wednesday 13th March, 2013 at 15:52:29 UTC by Oliver Stöneberg |
|---|
| (MESS) fixed uninitialized memory in src/mess/machine/megasvp.c (nw) |
| [src/mess/machine] | megasvp.c |
| r21832 Wednesday 13th March, 2013 at 15:30:59 UTC by Fabio Priuli |
|---|
| (MESS) snes: better support for Korean Super 20 in 1. Now games 15-20 work. nw. |
| [hash] | snes.xml |
| [src/mess/machine] | sns_rom.c |
| r21831 Wednesday 13th March, 2013 at 11:50:19 UTC by Phil Bennett |
|---|
| Fix bfcobra.c interrupt handling -nw- |
| [src/mame/drivers] | bfcobra.c |
| r21830 Wednesday 13th March, 2013 at 10:58:09 UTC by Phil Bennett |
|---|
| Revert R21634 -nw- |
| [src/emu/cpu/tms34010] | 34010gfx.c |
| r21829 Wednesday 13th March, 2013 at 10:51:14 UTC by Nathan Woods |
|---|
| Comment fix (nw) |
| [src/emu/cpu/m6809] | konami.c |
| r21828 Wednesday 13th March, 2013 at 10:44:58 UTC by David Haywood |
|---|
| popobear - preliminary rowselect / linescroll for high scores |
| [src/mame/drivers] | popobear.c |
| r21827 Wednesday 13th March, 2013 at 10:44:02 UTC by Nathan Woods |
|---|
| Konami CPU fix, doesn't seem to help with anything (nw) |
| [src/emu/cpu/m6809] | konami.ops |
| r21826 Wednesday 13th March, 2013 at 10:17:20 UTC by David Haywood |
|---|
| popobear - better layer enables / scrolling. |
| [src/mame/drivers] | popobear.c |
| r21825 Wednesday 13th March, 2013 at 09:37:17 UTC by David Haywood |
|---|
| popobear - stop abusing 8-bit region for vram |
| [src/mame/drivers] | popobear.c |
| r21824 Wednesday 13th March, 2013 at 09:27:39 UTC by David Haywood |
|---|
| popobear - use tilemaps, bit slow because of constant dirty marking in places, but still 400% |
| [src/mame/drivers] | popobear.c |
| r21823 Wednesday 13th March, 2013 at 08:57:06 UTC by David Haywood |
|---|
| popobear - decode tiles to a usable form and use drawgfx for the background |
| [src/mame/drivers] | popobear.c |
| r21822 Wednesday 13th March, 2013 at 08:49:46 UTC by Fabio Priuli |
|---|
| apparently I got this wrong, when I added slot features... nw. |
| [hash] | snes.xml |
| r21821 Wednesday 13th March, 2013 at 08:09:37 UTC by Fabio Priuli |
|---|
| as usual, pressing save *before* the commit would help. nw. |
| [src/mess/drivers] | snes.c |
| Previous 50 | 199869 Revisions | Next 50 |