Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r198983 Friday 20th October, 2023 at 16:18:49 UTC by cam900 |
---|
toaplan/toaplan2.cpp: Corrected DIP switch and jumper settings for bgaregga bootlegs. (#11553) * Corrected settings for bootlegs with hard-coded region (affects bonus life settings). * Added transliterated Chinese titles for two bootlegs and noted that Melody is possibly the bootlegger’s name. |
[src/mame/toaplan] | toaplan2.cpp |
r198982 Friday 20th October, 2023 at 15:26:57 UTC by hap |
---|
advision,skywriter: fix cliprect bounds check |
[src/mame/entex] | advision.cpp |
[src/mame/handheld] | hh_tms1k.cpp |
r198981 Friday 20th October, 2023 at 11:32:09 UTC by hap |
---|
spacezap: add note about older version, ddealer: correct typo in comment |
[src/mame/midway] | astrocde.cpp |
[src/mame/nmk] | ddealer.cpp |
r198980 Friday 20th October, 2023 at 06:57:18 UTC by Vasantha Crabb |
---|
docs: Updated for changes to media loading behaviour. Bumped docs version since this now describes behaviour of the upcoming release. |
[docs/source] | conf.py |
[docs/source/usingmame] | aboutromsets.rst assetsearch.rst |
r198979 Friday 20th October, 2023 at 06:32:00 UTC by Vasantha Crabb |
---|
emu/romload.cpp: Don't search parent device search path for software media. This was a piece of emergent behaviour in the original implementation of software media loading. It was preserved in the last big refactor of ROM loading, but it can be removed now to simplify the code. |
[src/emu] | romload.cpp romload.h |
r198978 Friday 20th October, 2023 at 00:10:27 UTC by dave.br |
---|
video/mc6847.cpp: Fix synchronization between MC6847 video display generator and screen device (#11594) |
[src/devices/video] | mc6847.cpp |
r198977 Thursday 19th October, 2023 at 22:32:43 UTC by Angelo Salese |
---|
ibm/ibm5550.cpp: identify video format a bit |
[src/mame/ibm] | ibm5550.cpp |
r198976 Thursday 19th October, 2023 at 19:58:32 UTC by Angelo Salese |
---|
machine/i82443bx_host.cpp: stub a 82443LX PAC variant New systems marked not working ------------------------------ Gigabyte GA-6LA7 [The Retro Web] |
[src/devices/machine] | i82443bx_host.cpp i82443bx_host.h |
[src/mame] | mame.lst |
[src/mame/pc] | quakeat.cpp |
r198975 Thursday 19th October, 2023 at 18:47:15 UTC by Vasantha Crabb |
---|
Allow clone CHDs to use parent CHDs as parents. * util/chd.cpp: Allow caller to provide a helper for finding parent CHDs and expose (recursive) missing parent status. * emu/romload.cpp: Search parent systems/devices/software for parent CHDs on encountering a delta CHD. * emu/romload.cpp: Report error on delta CHDs when parent can't be found. * emu/romload.cpp: Check parents for matching CHDs with different names for devices as well as systems and software. |
[src/emu] | romload.cpp romload.h |
[src/frontend/mame] | audit.cpp |
[src/lib/util] | chd.cpp chd.h |
r198974 Thursday 19th October, 2023 at 15:37:00 UTC by AJR |
---|
pokey: Latch current value of keyboard count when registering presses in non-debounce mode. Fixes start button not responding in a5200:pitfall. |
[src/devices/sound] | pokey.cpp |
r198973 Thursday 19th October, 2023 at 13:18:28 UTC by AJR |
---|
render.cpp: Nuke previous scaler when releasing a render_texture in case it gets recycled later. This fixes occasional bad downcasts in debug builds when trying to bring up the tilemap viewer in certain drivers. |
[src/emu] | render.cpp |
r198972 Thursday 19th October, 2023 at 08:30:21 UTC by clawgrip |
---|
subsino/subsino.cpp: Maked PROMs as BAD_DUMP for 'newhunterc' (#11641) As they weren't dumped from that PCB |
[src/mame/subsino] | subsino.cpp |
r198971 Thursday 19th October, 2023 at 00:23:10 UTC by Angelo Salese |
---|
ibm/ibm5550.cpp: implement preliminary NMI trap, add notes, denote it uses a GFX ROM for text drawing |
[src/mame/ibm] | ibm5550.cpp |
[src/mame/pc] | quakeat.cpp |
r198970 Wednesday 18th October, 2023 at 20:29:15 UTC by Angelo Salese |
---|
pc/quakeat.cpp: regen HDD geometry |
[src/mame/pc] | quakeat.cpp |
r198969 Wednesday 18th October, 2023 at 18:04:30 UTC by Osso |
---|
subsino/subsino_crypt.cpp: added xors and bitswaps for the newly dumped newhunterc set. It still needs work on the driver side. |
[src/mame/subsino] | subsino.cpp subsino_crypt.cpp subsino_crypt.h |
r198968 Wednesday 18th October, 2023 at 17:45:46 UTC by Osso |
---|
nakajima/nakajies.cpp: added 2 bios dumps for the NTS DreamWriter 325: - v1.03 [Baracus] - v2.0 [MrWaalkman] |
[src/mame/nakajima] | nakajies.cpp |
[src/mame/sony] | zn.cpp |
r198967 Wednesday 18th October, 2023 at 17:33:06 UTC by clawgrip |
---|
subsino/subsino.cpp: Dumped and added another New HUNTer set (as MNW) (#11624) * subsino/subsino.cpp: Dumped and added another New HUNTer set (as MNW) New NOT_WORKING clone ------------------------------ New HUNTer (bootleg, set 2) [Taksangs] * mame.lst: Add 'newhunterc' * Fix notes |
[src/mame] | mame.lst |
[src/mame/subsino] | subsino.cpp |
r198966 Wednesday 18th October, 2023 at 11:38:08 UTC by AJR |
---|
at_mb: Fix address map |
[src/devices/machine] | at.cpp |
r198965 Wednesday 18th October, 2023 at 00:08:04 UTC by devin.acker |
---|
casio_ra3_device: fill newly created image with zero instead of 0xff (#11626) |
[src/mame/casio] | ra3.cpp |
r198964 Tuesday 17th October, 2023 at 21:48:33 UTC by philip.bennett |
---|
cpu/sh/sh.cpp - Fix MAC_W regression |
[src/devices/cpu/sh] | sh.cpp |
r198963 Tuesday 17th October, 2023 at 19:47:01 UTC by Osso |
---|
New working clones ------------------ Geo Storm (Japan, 026 custom sound CPU) [playero] - dynax/royalmah.cpp: minor comments update |
[src/mame] | mame.lst |
[src/mame/dynax] | royalmah.cpp |
[src/mame/irem] | m92.cpp m92.h |
r198962 Tuesday 17th October, 2023 at 19:31:11 UTC by Angelo Salese |
---|
pc/pc.cpp: move ibm5550 to own driver |
[src/mame] | mame.lst |
[src/mame/ibm] | ibm5550.cpp* |
[src/mame/pc] | pc.cpp |
r198961 Tuesday 17th October, 2023 at 18:45:26 UTC by phil.bennett |
---|
casio/casloopy.cpp: Promoted system to working. (#11621) * Emulated most features of the system, with the exception of sound output and the thermal printer. * bus/vboy/slot.cpp: Fixed loading loose software on big Endian hosts. [Vas Crabb] Systems promoted to working --------------------------- Casio Loopy [Phil Bennett, Ryan Holtz] New working software list items (casloopy.xml) ------------------------------- Chakra-kun no Omajinai Paradise [Rachel Simone Weil] |
[hash] | casloopy.xml |
[scripts/src] | bus.lua |
[src/devices/bus/casloopy] | rom.cpp* rom.h* slot.cpp* slot.h* |
[src/devices/bus/vboy] | slot.cpp |
[src/mame/casio] | casloopy.cpp casloopy_tbl.ipp* |
r198960 Tuesday 17th October, 2023 at 17:54:16 UTC by clawgrip |
---|
misc/vamphalf.cpp: Dumped and added a new game: 'Solitaire' (#11623) * misc/vamphalf.cpp: New working systems ------------------- Solitaire (version 2.5) [Recreativas.org, Brito_cat] * mame.lst: Add 'solitaire' * proper memory map and inputs may still do with intuitive input defaults and speedup funcs * mame.lst: moved solitaire in alphabetical order [skip ci] --------- Co-authored-by: Ivan Vangelista <mesgnet@yahoo.it> |
[src/mame] | mame.lst |
[src/mame/misc] | vamphalf.cpp |
r198959 Tuesday 17th October, 2023 at 16:06:48 UTC by s.nke.joppien |
---|
Corrected grammar of several German UI message translations. (#11614) |
[language/German] | strings.po |
r198958 Tuesday 17th October, 2023 at 16:00:22 UTC by devin.acker |
---|
casio/cz101.cpp: Added sound output and RAM cartridge, and promoted system to working. (#11613) * casio/ra3.cpp: Added simple Casio RA-3 RAM cartridge device. * sound/upd933.cpp: Emulated Casio/NEC uPD933 phase distortion synthesis chip. Systems promoted to working ---------------- Casio CZ-101 [Devin Acker] |
[scripts/src] | sound.lua |
[src/devices/sound] | upd933.cpp* upd933.h* |
[src/mame/casio] | cz101.cpp ra3.cpp* ra3.h* |
[src/mame/layout] | cz101.lay |
r198957 Tuesday 17th October, 2023 at 02:15:15 UTC by R. Belmont |
---|
nubus/thunder4gx.cpp: Preliminary support for Radius Thunder IV GX video card. [R. Belmont] |
[scripts/src] | bus.lua |
[src/devices/bus/nubus] | cards.cpp thunder4gx.cpp* thunder4gx.h* |
r198956 Sunday 15th October, 2023 at 23:17:51 UTC by MetalliC |
---|
new NOT_WORKING machine ----------------------- Bingo Parade (main) (MDA-C0008E) [rtw, MetalliC] new NOT_WORKING clone ----------------------- Bingo Galaxy (main) (MDA-C0039A) [rtw, MetalliC] |
[src/mame] | mame.lst |
[src/mame/konami] | cougar.cpp |
[src/mame/sega] | naomi.cpp segasp.cpp |
r198955 Sunday 15th October, 2023 at 13:08:17 UTC by phil.bennett |
---|
cpu/sh: Improved SH7021 SoC emulation. (#11610) [Ryan Holtz, Phil Bennett] * Added (rudimentary) SH7021 DMA, timers and GPIO, and logging for the rest. * Fixed SH2 NMIs occurring in a delay slot when using the interpreter. * Generally cleaned up code and renamed functions/macros/variables more conventionally. |
[src/devices/cpu/sh] | sh.cpp sh.h sh2.cpp sh2.h sh2fe.cpp sh3comn.cpp sh4.cpp sh4.h sh4comn.cpp sh4comn.h sh4dmac.cpp sh4fe.cpp sh7021.cpp sh7021.h sh7604.cpp sh7604.h sh7604_bus.cpp sh7604_sci.cpp sh7604_sci.h sh7604_wdt.cpp sh_dasm.cpp sh_fe.cpp |
[src/mame/casio] | casloopy.cpp |
r198954 Sunday 15th October, 2023 at 03:10:14 UTC by AJR |
---|
Support MSX Sunrise SCC Flash cart type used in Manbow 2 |
[hash] | msx2_cart.xml |
[src/devices/bus/msx/cart] | cartridge.cpp konami.cpp konami.h slotoptions.cpp slotoptions.h |
r198953 Saturday 14th October, 2023 at 23:02:31 UTC by AJR |
---|
subsino.cpp, subsino2.cpp: Remove extraneous RAM from HD647180X memory maps where the MCU has some internal RAM |
[src/mame/subsino] | subsino.cpp subsino2.cpp |
r198952 Saturday 14th October, 2023 at 22:45:16 UTC by Roberto Fresca |
---|
rfslotsmcs48.cpp driver: Fix conditional requesting ay8910 data. |
[src/mame/misc] | rfslotsmcs48.cpp |
r198951 Saturday 14th October, 2023 at 22:18:08 UTC by AJR |
---|
subsino.cpp, subsino2.cpp: Add some fake internal ROM to encrypted HD647180X games so the MMU can get set up properly |
[src/mame/subsino] | subsino.cpp subsino2.cpp |
r198950 Saturday 14th October, 2023 at 12:24:55 UTC by Osso |
---|
New clones marked not working ----------------------------- Multi Game (Italian, Versione 3.9.8 - 1.5.7, 01-JUL-98) [The Dumping Union] |
[src/mame] | mame.lst |
[src/mame/misc] | gambl186.cpp |
r198949 Saturday 14th October, 2023 at 11:40:59 UTC by Osso |
---|
New clones marked not working ----------------------------- Super Magic Card [The Dumping Union] |
[src/mame] | mame.lst |
[src/mame/misc] | itgambl2.cpp |
r198948 Saturday 14th October, 2023 at 10:22:37 UTC by Osso |
---|
New clones marked not working ----------------------------- Super Nove (Playmark, Euro currency) [The Dumping Union] |
[src/mame] | mame.lst |
[src/mame/igs] | goldstar.cpp |
r198947 Friday 13th October, 2023 at 18:14:39 UTC by Osso |
---|
dynax/royalmah.cpp: preliminary address map for cafepara |
[src/mame/dynax] | royalmah.cpp |
[src/mame/merit] | merit.cpp |
r198946 Friday 13th October, 2023 at 14:05:38 UTC by David Haywood |
---|
nmk/ddealer.cpp: replace MCU simulation in ddealer with emulated NMK-110 MCU (also tdragon1, hachamf, hachamfa in nmk16.cpp) [Sergio Galiano, Recreativos Piscis, David Haywood, hammy] (#11584) * replace MCU simulation in ddealer with emulated NMK-110 MCU [Sergio Galiano, Recreativos Piscis, David Haywood, hammy] * hooked up MCU for tdragon1 too * added the nmk-113 dump to hachamf and hachamfa, this appears to be a multipurpose MCU, as it has multiple program paths depending on a port. * one of the config options in the 113 MCU is for Thunder Dragon, even if we use the 110 * 113 can also be used with Double Dealer in a specific config * flip ddealer.cpp to more permissive license, with agreement from copyright holders * load the 215 binary too, even if for emulation purposes it seems unimportant --------- Co-authored-by: DAVIDNEW\admin <hazemamewip@hotmail.com> |
[src/devices/cpu/tlcs90] | tlcs90.cpp |
[src/mame/nmk] | ddealer.cpp nmk16.cpp nmk16.h |
r198945 Friday 13th October, 2023 at 03:47:48 UTC by Osso |
---|
New working clones ------------------ Trivia ? Whiz (6221-10, U5-0A Edition 4) [Brian Troha, The Dumping Union] |
[src/mame] | mame.lst |
[src/mame/merit] | merit.cpp |
r198944 Friday 13th October, 2023 at 01:17:36 UTC by mark.garlanger |
---|
heathkit/tlb.cpp - add back in gp19 fix TODOs (#11609) |
[src/mame/heathkit] | tlb.cpp |
r198943 Friday 13th October, 2023 at 00:43:47 UTC by AJR |
---|
Move format #includes out of header files |
[src/devices/bus/acorn/atom] | discpack.cpp discpack.h |
[src/devices/bus/acorn/cms] | fdc.cpp fdc.h |
[src/devices/bus/acorn/system] | fdc.cpp fdc.h |
[src/devices/bus/adamnet] | fdc.cpp fdc.h |
[src/devices/bus/bbc/1mhzbus] | opus3.cpp opus3.h |
[src/devices/bus/bbc/fdc] | ams.cpp ams.h cumana.cpp cumana.h cv1797.cpp cv1797.h kenda.cpp kenda.h opus.cpp opus.h solidisk.cpp solidisk.h udm.cpp udm.h watford.cpp watford.h |
[src/devices/bus/bbc/internal] | cumana68k.cpp cumana68k.h |
[src/devices/bus/c64] | exp.cpp exp.h tibdd001.cpp tibdd001.h |
[src/devices/bus/cbmiec] | c1541.cpp c1571.cpp c1581.cpp c1581.h fd2000.cpp fd2000.h |
[src/devices/bus/compucolor] | floppy.cpp floppy.h |
[src/devices/bus/comx35] | fdc.cpp fdc.h |
[src/devices/bus/cpc] | doubler.cpp doubler.h |
[src/devices/bus/econet] | e01.cpp e01.h |
[src/devices/bus/electron] | plus3.cpp plus3.h |
[src/devices/bus/electron/cart] | ap34.cpp ap34.h cumana.cpp cumana.h peg400.cpp peg400.h stlefs.cpp stlefs.h |
[src/devices/bus/ieee488] | c2031.cpp c2040.cpp c2040fdc.h c8050.cpp c8050fdc.h |
[src/devices/bus/pet] | c2n.cpp c2n.h |
[src/devices/bus/plus4] | c1551.cpp |
[src/devices/bus/sg1000_exp] | sk1100.cpp sk1100.h |
[src/devices/bus/spectrum] | beta.cpp beta.h beta128.cpp beta128.h floppyone.cpp floppyone.h kempdisc.h mgt.cpp mgt.h sixword.cpp sixword.h speccydos.cpp speccydos.h |
[src/devices/bus/ti99/gromport] | cartridges.h |
[src/devices/bus/tvc] | hbf.cpp hbf.h |
[src/devices/bus/vic10] | exp.cpp exp.h |
[src/devices/machine] | 64h156.h |
r198942 Friday 13th October, 2023 at 00:33:51 UTC by AJR |
---|
skeleton/xor100.cpp: Hook up INTRQ and DRQ callbacks (and hopefully fix Windows build) |
[src/mame/skeleton] | xor100.cpp |
r198941 Friday 13th October, 2023 at 00:19:58 UTC by AJR |
---|
spectrum_opus: Use device finder array for floppy drives |
[src/devices/bus/spectrum] | opus.cpp opus.h |
r198940 Thursday 12th October, 2023 at 23:47:08 UTC by AJR |
---|
c8280, hp9895: Use device finder arrays for floppy drives |
[src/devices/bus/ieee488] | c8280.cpp c8280.h hp9895.cpp hp9895.h |
r198939 Thursday 12th October, 2023 at 23:30:41 UTC by AJR |
---|
ep64_exdos, compis_fdc: Clean up code using device finder arrays for floppy drives |
[src/devices/bus/ep64] | exdos.cpp exdos.h |
[src/devices/bus/isbx] | compis_fdc.cpp compis_fdc.h |
r198938 Thursday 12th October, 2023 at 23:22:37 UTC by AJR |
---|
abc_fd2, lux10828, lux21046: Clean up code using device finder arrays for floppy drives |
[src/devices/bus/abcbus] | fd2.cpp fd2.h lux10828.cpp lux10828.h lux21046.cpp lux21046.h |
r198937 Thursday 12th October, 2023 at 23:14:46 UTC by AJR |
---|
vtech_fdc: Use device finder array for floppy drives |
[src/devices/bus/vtech/memexp] | floppy.cpp floppy.h |
r198936 Thursday 12th October, 2023 at 23:04:10 UTC by AJR |
---|
ss50_dc5: Clean up code using device finder array |
[src/devices/bus/ss50] | dc5.cpp |
r198935 Thursday 12th October, 2023 at 22:55:18 UTC by AJR |
---|
bus/ql: Use device array finders to clean up code in floppy disk options |
[src/devices/bus/ql] | sandy_superdisk.cpp sandy_superdisk.h sandy_superqboard.cpp sandy_superqboard.h trumpcard.cpp trumpcard.h |
r198934 Thursday 12th October, 2023 at 22:23:22 UTC by AJR |
---|
bus/mtx/sdx.cpp: Clean up code using device finder array |
[src/devices/bus/mtx] | sdx.cpp sdx.h |
Previous 50 | 199869 Revisions | Next 50 |