Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r170521 Saturday 30th January, 2021 at 13:23:28 UTC by Osso |
---|
New working clones ------------------ Barracuda [Cam, Lamonsoff] |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | pacman.cpp |
r170520 Saturday 30th January, 2021 at 11:46:43 UTC by Vasantha Crabb |
---|
Debuger updates: * Improved behaviour of bottom line in Qt and win32 debugger views. * Ported memory tracking feature from Qt to win32 module. |
[/branches/fmrewrite/src/osd/modules/debugger/qt] | debuggerview.cpp memorywindow.cpp |
[/branches/fmrewrite/src/osd/modules/debugger/win] | debugbaseinfo.cpp debugviewinfo.cpp memoryviewinfo.cpp memoryviewinfo.h |
r170519 Saturday 30th January, 2021 at 07:49:28 UTC by Osso |
---|
ksys573.cpp: fixed MT07863 |
[/branches/fmrewrite/src/mame/drivers] | ksys573.cpp |
r170518 Saturday 30th January, 2021 at 06:44:00 UTC by Robbbert |
---|
itech32: added required newline at end |
[/branches/fmrewrite/src/mame/drivers] | itech32.cpp |
r170517 Saturday 30th January, 2021 at 04:15:35 UTC by mac.a.r0ni |
---|
Suggested changes to MacOS to build reqs (#7715) Update compilingmame.rst * Changes in macOS section regarding current build requirements * Added basic info for Apple Silicon to macOS build instructions. |
[/branches/fmrewrite/docs/source/initialsetup] | compilingmame.rst |
r170516 Friday 29th January, 2021 at 19:42:33 UTC by Osso |
---|
- btime.cpp: corrected size for one ROM for wtennis [f205v] - hshavoc.cpp: simplified the already working part of the decryption - magreel.cpp: added placeholder for undumped PIC |
[/branches/fmrewrite/src/mame/drivers] | btime.cpp hshavoc.cpp magreel.cpp |
r170515 Friday 29th January, 2021 at 16:13:48 UTC by travis.brown |
---|
New working machines Power Up Baseball (prototype) [Frank Cifaldi, Rich Whitehouse, Ryan Holtz, Travis Brown, Dan Filner] * itech32: Updated NVRAM mapping on '020 machines to cover full 128k. [Travis Brown] |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | itech32.cpp |
[/branches/fmrewrite/src/mame/includes] | itech32.h |
r170514 Friday 29th January, 2021 at 15:02:13 UTC by hap |
---|
New working clones ------------------ Elite A/S Challenger (Budapest program, model EWC) [Berger] |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | fidel_elite.cpp |
r170513 Friday 29th January, 2021 at 05:12:18 UTC by Osso |
---|
alpha68k_i.cpp: removed NO_DUMP entry for the Alpha 8511 MCU, since actual PCBs don't have it |
[/branches/fmrewrite/src/mame/drivers] | alpha68k_i.cpp |
r170512 Friday 29th January, 2021 at 04:17:23 UTC by R. Belmont |
---|
kpontoon: hooked up sound CPU and comms, POST now fully passes [R. Belmont] |
[/branches/fmrewrite/src/mame/drivers] | kpontoon.cpp |
r170511 Friday 29th January, 2021 at 03:18:43 UTC by 987123879113 |
---|
firebeat: Implement SPU DMAs and fix SPU device configurations (#7693) * firebeat.cpp: Implement SPU DMAs and fix SPU device configurations * cdrom: Add way to specify Ultra DMA as a machine configuration |
[/branches/fmrewrite/src/devices/bus/ata] | atapicdr.cpp atapicdr.h |
[/branches/fmrewrite/src/mame/drivers] | firebeat.cpp |
[/branches/fmrewrite/src/mame/video] | k057714.cpp |
r170510 Friday 29th January, 2021 at 00:48:04 UTC by Dirk Best |
---|
luckgrln: Minor corrections - Add dip switch locations - Change service switch type to not toggle on 7smash - Add screen raw parameters - Add anonymous namespace |
[/branches/fmrewrite/src/mame/drivers] | luckgrln.cpp |
r170509 Friday 29th January, 2021 at 00:47:57 UTC by Dirk Best |
---|
luckgrln: Use generic xBGR_555 palette support, decrease amount of colors |
[/branches/fmrewrite/src/mame/drivers] | luckgrln.cpp |
r170508 Friday 29th January, 2021 at 00:08:55 UTC by ryan.holtz |
---|
-itech32: Fixed graphics regressions introduced by incrementing pixel X by an unshifted value in the previous changes. [Ryan Holtz] |
[/branches/fmrewrite/src/mame/video] | itech32.cpp |
r170507 Thursday 28th January, 2021 at 14:30:39 UTC by hap |
---|
inputmap: don't prompt to toggle to default if default is None |
[/branches/fmrewrite/src/frontend/mame/ui] | inputmap.cpp |
r170506 Thursday 28th January, 2021 at 13:59:06 UTC by firehawke |
---|
Change "mame64" to "mame" in docs (#7709) |
[/branches/fmrewrite/docs/source/commandline] | commandline-all.rst |
[/branches/fmrewrite/docs/source/initialsetup] | compilingmame.rst |
[/branches/fmrewrite/docs/source/techspecs] | layout_script.rst |
[/branches/fmrewrite/docs/source/usingmame] | usingmame.rst |
r170505 Thursday 28th January, 2021 at 13:51:28 UTC by Vasantha Crabb |
---|
Bug fixes and usablility enhancements: * Declare intent when requesting virtual memory (for NetBSD, 7712) * Improve scrolling behaviour in Qt debugger (MT07795) * Added prompts to input mapping menu to make it less intimidating |
[/branches/fmrewrite/src/devices/cpu] | drccache.cpp |
[/branches/fmrewrite/src/emu/debug] | debugvw.cpp |
[/branches/fmrewrite/src/frontend/mame/ui] | inputmap.cpp inputmap.h |
[/branches/fmrewrite/src/osd/modules/debugger/qt] | debuggerview.cpp |
[/branches/fmrewrite/src/osd/modules/lib] | osdlib.h osdlib_macosx.cpp osdlib_unix.cpp osdlib_uwp.cpp osdlib_win32.cpp |
r170504 Thursday 28th January, 2021 at 05:48:59 UTC by Osso |
---|
skylncr.cpp: corrected a couple of typos |
[/branches/fmrewrite/src/mame/drivers] | skylncr.cpp |
r170503 Thursday 28th January, 2021 at 05:29:51 UTC by Osso |
---|
taito_f2.cpp: corrected Cameltry spelling |
[/branches/fmrewrite/src/mame/drivers] | taito_f2.cpp |
r170502 Thursday 28th January, 2021 at 05:11:17 UTC by Stiletto |
---|
Update "2020" text to "2021" (#7713) Update "2020" text to "2021". |
[/branches/fmrewrite] | COPYING README.md uismall.bdf |
[/branches/fmrewrite/android-project] | LICENSE |
[/branches/fmrewrite/benchmarks] | LICENSE |
[/branches/fmrewrite/docs/source] | conf.py license.rst whatis.rst |
[/branches/fmrewrite/regtests] | LICENSE |
[/branches/fmrewrite/scripts] | toolchain.lua |
[/branches/fmrewrite/src/devices/video] | fixfreq.cpp |
[/branches/fmrewrite/src/lib/netlist/prg] | nltool.cpp nlwav.cpp |
[/branches/fmrewrite/src/mame/drivers] | socrates.cpp |
[/branches/fmrewrite/src/osd/modules/render/bgfx/shaders] | shader.mk |
[/branches/fmrewrite/src/tools] | testkeys.cpp |
[/branches/fmrewrite/tests] | LICENSE |
[/branches/fmrewrite/web] | LICENSE |
r170501 Thursday 28th January, 2021 at 04:04:25 UTC by R. Belmont |
---|
kpontoon: hooked up sprite ROM readback, marked sound CPU dump as bad [R. Belmont] |
[/branches/fmrewrite/src/mame/drivers] | kpontoon.cpp |
r170500 Thursday 28th January, 2021 at 02:22:32 UTC by AJR |
---|
ui.h: Remove now-unused slider ID macros/enums |
[/branches/fmrewrite/src/frontend/mame/ui] | ui.h |
r170499 Thursday 28th January, 2021 at 00:25:18 UTC by AJR |
---|
ui: Clean up slider callbacks |
[/branches/fmrewrite/src/frontend/mame/ui] | slider.h |
[/branches/fmrewrite/src/osd/modules/render/bgfx] | chainmanager.cpp chainmanager.h inputpair.cpp inputpair.h slider.cpp slider.h |
[/branches/fmrewrite/src/osd/modules/render/d3d] | d3dhlsl.cpp d3dhlsl.h |
r170498 Wednesday 27th January, 2021 at 21:39:55 UTC by Osso |
---|
New working clones ------------------ Drift Out (Europe, Camel Try conversion) [twistedsymphony, Porchy] |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | taito_f2.cpp |
[/branches/fmrewrite/src/mame/includes] | taito_f2.h |
r170497 Wednesday 27th January, 2021 at 19:13:25 UTC by hap |
---|
ui/inputmap: prevent race condition between ui_input().pressed() and poll() |
[/branches/fmrewrite/src/frontend/mame/ui] | inputmap.cpp inputmap.h |
r170496 Wednesday 27th January, 2021 at 19:10:57 UTC by James Wallace |
---|
- maygaym1.cpp: Added GAL for the FM sound board [Highwayman] Clones promoted to working ---------------------------- Sonic The Hedgehog (JPM) (IMPACT) (SO10 C13) Sonic The Hedgehog (JPM) (IMPACT) (SO10 AC13) Sonic The Hedgehog (JPM) (IMPACT) (SO10 C13, Whitbread) Sonic The Hedgehog (JPM) (IMPACT) (SO9 C12) Sonic The Hedgehog (JPM) (IMPACT) (SO7 C10) Sonic The Hedgehog (JPM) (IMPACT) (SO7 AC10) Sonic The Hedgehog (JPM) (IMPACT) (SO1 AC2) |
[/branches/fmrewrite/src/mame/drivers] | jpmimpctsw.cpp maygay1b.cpp maygay1bsw.cpp |
[/branches/fmrewrite/src/mame/layout] | j6sonic10.lay* |
r170495 Wednesday 27th January, 2021 at 18:34:50 UTC by ryan.holtz |
---|
-itech32: Added support for the WIDTHPIX blit flag. [Ryan Holtz] |
[/branches/fmrewrite/src/mame/includes] | itech32.h |
[/branches/fmrewrite/src/mame/video] | itech32.cpp |
r170494 Wednesday 27th January, 2021 at 17:58:23 UTC by Michael Zapf |
---|
geneve: Fixed debugger problem when writing values into memory; added debugger method to tms9995. |
[/branches/fmrewrite/src/devices/cpu/tms9900] | tms9995.h |
[/branches/fmrewrite/src/mame/drivers] | geneve.cpp |
r170493 Wednesday 27th January, 2021 at 17:10:35 UTC by Osso |
---|
New working clones ------------------ Storming Party / Riku Kai Kuu Saizensen (set 2) [f205v] New machines marked as NOT_WORKING ---------------------------------- Olympus (Z Games, version 10) [Ioannis Bampoulas] |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | jp.cpp lsasquad.cpp skylncr.cpp |
[/branches/fmrewrite/src/mame/includes] | lsasquad.h |
[/branches/fmrewrite/src/mame/machine] | lsasquad.cpp |
[/branches/fmrewrite/src/mame/video] | lsasquad.cpp |
r170492 Wednesday 27th January, 2021 at 16:16:36 UTC by AJR |
---|
bus/ti99/gromport/cartridges.cpp: Use get_attribute_string_ptr |
[/branches/fmrewrite/src/devices/bus/ti99/gromport] | cartridges.cpp |
r170491 Wednesday 27th January, 2021 at 15:59:43 UTC by Vasantha Crabb |
---|
-Qt debugger updates: * Added context menu with Copy Visible and Paste commands to debug views (partially addresses #6066). * Made memory view last PC display a context menu item. * Fixed crash on right-clicking a memory view showing something other than an address space. -debugger: Fixed commas in dumpkbd output. |
[/branches/fmrewrite/src/emu] | natkeyboard.cpp |
[/branches/fmrewrite/src/osd/modules/debugger] | debugqt.cpp |
[/branches/fmrewrite/src/osd/modules/debugger/qt] | breakpointswindow.cpp breakpointswindow.h dasmwindow.cpp dasmwindow.h debuggerview.cpp debuggerview.h deviceinformationwindow.cpp deviceinformationwindow.h deviceswindow.cpp deviceswindow.h logwindow.cpp logwindow.h mainwindow.cpp mainwindow.h memorywindow.cpp memorywindow.h windowqt.cpp windowqt.h |
r170490 Wednesday 27th January, 2021 at 14:45:26 UTC by Angelo Salese |
---|
jungleyo.cpp: Added reel layer drawing, implemented priority selection, and hooked up palette. (#7710) [Angelo Salese] |
[/branches/fmrewrite/src/mame/drivers] | jungleyo.cpp |
r170489 Wednesday 27th January, 2021 at 13:54:53 UTC by Julian Sikorski |
---|
Unbreak aarch64 and arm builds (#7708) |
[/branches/fmrewrite] | makefile |
r170488 Wednesday 27th January, 2021 at 04:49:29 UTC by clawgrip |
---|
New machines marked as NOT_WORKING (#7706) ---------------------------------- Golden Fruits [jordigahan, ClawGrip] |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | missbamby.cpp |
r170487 Wednesday 27th January, 2021 at 04:11:24 UTC by R. Belmont |
---|
kpontoon: add text layer tilemap, palette, and char ROM readback for POST [R. Belmont] |
[/branches/fmrewrite/src/mame/drivers] | kpontoon.cpp |
r170486 Wednesday 27th January, 2021 at 03:56:40 UTC by brian.troha |
---|
midtunit.cpp + midyunit.cpp: Correct ROM labels for the Mortal Kombat sets |
[/branches/fmrewrite/src/mame/drivers] | midtunit.cpp midyunit.cpp |
r170485 Tuesday 26th January, 2021 at 19:48:07 UTC by AJR |
---|
rs232: HLE updates - Remove option to change the number of start bits (1 was always the default, and the RS232 protocol requires one start bit) - Add many historically significant baud rates ranging from 50 to 7200 * ccs2810.cpp, sb8085.cpp: Update notes |
[/branches/fmrewrite/src/devices/bus/acorn/cms] | 4080term.cpp |
[/branches/fmrewrite/src/devices/bus/ieee488] | softbox.cpp |
[/branches/fmrewrite/src/devices/bus/rs232] | keyboard.cpp keyboard.h null_modem.cpp null_modem.h printer.cpp printer.h pty.cpp pty.h rs232.h terminal.cpp terminal.h |
[/branches/fmrewrite/src/devices/bus/s100] | wunderbus.cpp |
[/branches/fmrewrite/src/devices/bus/ss50] | mpc.cpp mps.cpp mps2.cpp |
[/branches/fmrewrite/src/devices/bus/vme] | vme_fccpu20.cpp |
[/branches/fmrewrite/src/devices/machine] | smioc.cpp |
[/branches/fmrewrite/src/mame/drivers] | a7150.cpp aim65.cpp aquarius.cpp atlantis.cpp binbug.cpp bitgraph.cpp blit.cpp bullet.cpp candela.cpp ccs2810.cpp coco12.cpp coco3.cpp cybiko.cpp digel804.cpp dim68k.cpp duet16.cpp et3400.cpp exorciser.cpp exp85.cpp funkball.cpp gkigt.cpp gs6502.cpp gs6809.cpp gscpm.cpp gsz80.cpp h89.cpp harriet.cpp horizon.cpp icebox.cpp intellec4.cpp iris3130.cpp isbc.cpp isbc8010.cpp mbc020.cpp mc10.cpp mekd1.cpp mekd3.cpp mekd4.cpp mekd5.cpp mfabfz.cpp mice.cpp micro20.cpp microkit.cpp peoplepc.cpp pimps.cpp pipbug.cpp pulsar.cpp qtsbc.cpp rd100.cpp sage2.cpp sapi1.cpp sb8085.cpp sdk80.cpp sdk85.cpp sdk86.cpp seattlecmp.cpp softbox.cpp sorcerer.cpp superslave.cpp tabe22.cpp tavernie.cpp tim100.cpp tricep.cpp xerox820.cpp |
[/branches/fmrewrite/src/mame/machine] | acs8600_ics.cpp apollo.cpp ngen_kb.cpp |
r170484 Tuesday 26th January, 2021 at 18:28:42 UTC by brian.troha |
---|
cave.cpp: Correct some typos & update documentation for Hotdog Storm |
[/branches/fmrewrite/src/mame/drivers] | cave.cpp |
r170483 Tuesday 26th January, 2021 at 18:03:07 UTC by Osso |
---|
New machines marked as NOT_WORKING ---------------------------------- Super Butterfly 2000 [Ioannis Bampoulas] |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | skylncr.cpp |
r170482 Tuesday 26th January, 2021 at 17:28:08 UTC by Osso |
---|
New working clones ------------------ Mars (bootleg) [jordigahan, ClawGrip] |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | scramble.cpp |
r170481 Tuesday 26th January, 2021 at 14:52:13 UTC by clawgrip |
---|
New machines marked as NOT_WORKING (#7702) * New machines marked as NOT_WORKING ---------------------------------- Games Family [Victor Fernandez (City Game), ClawGrip] |
[/branches/fmrewrite/scripts/target/mame] | arcade.lua |
[/branches/fmrewrite/src/mame] | arcade.flt mame.lst |
[/branches/fmrewrite/src/mame/drivers] | gfamily.cpp* |
r170480 Tuesday 26th January, 2021 at 13:59:25 UTC by Vasantha Crabb |
---|
Merge tag 'mame0228' into mainline-master MAME 0.228 |
[/branches/fmrewrite] | dist.mak |
[/branches/fmrewrite/.github/workflows] | ci-linux.yml ci-macos.yml ci-windows.yml |
[/branches/fmrewrite/hash] | msx.hsi msx1_cart.xml msx1_cass.xml pc98.xml saitek_egr.xml x1_flop.xml |
[/branches/fmrewrite/scripts/src] | main.lua tests.lua |
[/branches/fmrewrite/src/devices/bus/msx_cart] | hfox.cpp |
[/branches/fmrewrite/src/devices/bus/rs232] | printer.cpp printer.h rs232.cpp |
[/branches/fmrewrite/src/devices/cpu/mcs48] | mcs48.h |
[/branches/fmrewrite/src/devices/imagedev] | floppy.cpp |
[/branches/fmrewrite/src/devices/machine] | iwm.cpp iwm.h swim1.cpp swim1.h |
[/branches/fmrewrite/src/devices/sound] | rf5c400.cpp rf5c400.h |
[/branches/fmrewrite/src/emu/debug] | express.cpp express.h |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | alpha68k_i.cpp bogeyman.cpp coco12.cpp coco3.cpp geniusjr.cpp gokidetor.cpp jungleyo.cpp laserbas.cpp mac.cpp oric.cpp saitek_corona.cpp saitek_simultano.cpp shootout.cpp skylncr.cpp snk.cpp |
[/branches/fmrewrite/src/osd/modules/debugger/win] | debugviewinfo.cpp debugviewinfo.h |
r170479 Tuesday 26th January, 2021 at 04:43:24 UTC by Vasantha Crabb |
---|
Version bump |
[/branches/fmrewrite] | makefile |
[/branches/fmrewrite/android-project/app/src/main] | AndroidManifest.xml |
r170478 Monday 25th January, 2021 at 10:40:13 UTC by Olivier Galibert |
---|
floppy: When the floppy head stays on an unformatted track from more than an hour and ten minutes and reading happens then interval_index*2+1 overflows. Wow. Found and tracked down by Colin Howell, with much thanks. |
[/branches/fmrewrite] | dist.mak |
[/branches/fmrewrite/.github/workflows] | ci-linux.yml ci-macos.yml ci-windows.yml |
[/branches/fmrewrite/hash] | msx.hsi msx1_cart.xml msx1_cass.xml pc98.xml saitek_egr.xml x1_flop.xml |
[/branches/fmrewrite/scripts/src] | main.lua tests.lua |
[/branches/fmrewrite/src/devices/bus/msx_cart] | hfox.cpp |
[/branches/fmrewrite/src/devices/bus/rs232] | printer.cpp printer.h rs232.cpp |
[/branches/fmrewrite/src/devices/cpu/mcs48] | mcs48.h |
[/branches/fmrewrite/src/devices/imagedev] | floppy.cpp |
[/branches/fmrewrite/src/devices/machine] | iwm.cpp iwm.h swim1.cpp swim1.h |
[/branches/fmrewrite/src/devices/sound] | rf5c400.cpp rf5c400.h |
[/branches/fmrewrite/src/emu/debug] | express.cpp express.h |
[/branches/fmrewrite/src/mame] | mame.lst |
[/branches/fmrewrite/src/mame/drivers] | alpha68k_i.cpp bogeyman.cpp coco12.cpp coco3.cpp geniusjr.cpp gokidetor.cpp jungleyo.cpp laserbas.cpp mac.cpp oric.cpp saitek_corona.cpp saitek_simultano.cpp shootout.cpp skylncr.cpp snk.cpp |
[/branches/fmrewrite/src/osd/modules/debugger/win] | debugviewinfo.cpp debugviewinfo.h |
r170477 Tuesday 26th January, 2021 at 13:49:05 UTC by Angelo Salese |
---|
bogeyman.cpp, shootout.cpp: Corrected monitor orientation to ROT180. [Corrado Tomaselli] |
[/branches/fmrewrite/src/mame/drivers] | bogeyman.cpp shootout.cpp snk.cpp |
r170476 Tuesday 26th January, 2021 at 13:47:24 UTC by rfka01 |
---|
oric.cpp: Dumped oric1 BASIC 1.0 UK BIOS. (#7697) [tante ju] |
[/branches/fmrewrite/src/mame/drivers] | oric.cpp |
r170475 Tuesday 26th January, 2021 at 12:15:08 UTC by Dirk Best |
---|
laserbas: Improve gfx rendering, implement BG scrolling, correct screen raw parameters |
[/branches/fmrewrite/src/mame/drivers] | laserbas.cpp |
r170474 Tuesday 26th January, 2021 at 11:47:48 UTC by hap |
---|
saitek_egr: add compatibility filter |
[/branches/fmrewrite/hash] | saitek_egr.xml |
[/branches/fmrewrite/src/mame/drivers] | saitek_corona.cpp saitek_simultano.cpp |
r170473 Tuesday 26th January, 2021 at 08:10:57 UTC by Vasantha Crabb |
---|
Updated GitHub CI for executable names, added ORM check to Linux builds |
[/branches/fmrewrite/.github/workflows] | ci-linux.yml ci-macos.yml ci-windows.yml |
r170472 Tuesday 26th January, 2021 at 04:37:11 UTC by Vasantha Crabb |
---|
Goodbye 64 suffix on the main executable, it was nice knowing you. If you want to build 64-bit and 32-bit in the same tree without them stomping on each other, use SEPARATE_BIN=1 (you already need to do this for TOOLS=1 anyway). |
[/branches/fmrewrite] | dist.mak |
[/branches/fmrewrite/scripts/src] | main.lua tests.lua |
[/branches/fmrewrite/src/osd/modules/debugger/win] | debugviewinfo.cpp debugviewinfo.h |
Previous 50 | 199869 Revisions | Next 50 |