Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r188007 Thursday 4th August, 2022 at 05:27:56 UTC by Osso |
---|
williams.cpp: updated ROM labels for blaster sets [Joe Magiera, The Dumping Union] |
[src/mame/midway] | williams.cpp |
r188006 Wednesday 3rd August, 2022 at 17:02:15 UTC by Peter Ferrie |
---|
z180asci: fix logic errors (nw) |
[src/devices/cpu/z180] | z180asci.cpp |
r188005 Wednesday 3rd August, 2022 at 14:10:43 UTC by MetalliC |
---|
segasp.cpp more games docs |
[src/mame/sega] | segasp.cpp |
r188004 Wednesday 3rd August, 2022 at 14:09:45 UTC by MetalliC |
---|
new NOT_WORKING clones --------------------- Red Earth (Asia 961121, NO CD) [Darksoft, MetalliC] Red Earth (Asia 961023, NO CD) [Darksoft, MetalliC] |
[src/mame] | mame.lst |
[src/mame/capcom] | cps3.cpp |
r188003 Wednesday 3rd August, 2022 at 08:51:02 UTC by goldnchild |
---|
rescue, minefld: make bullets 2x2 pixels instead of a single pixel (#10172) |
[src/mame/galaxian] | galaxold.h galaxold_v.cpp |
r188002 Tuesday 2nd August, 2022 at 21:51:57 UTC by 0kmg |
---|
ngp.xml: Replaced ptennis bad dump. [psykopat] (#10150) |
[hash] | ngp.xml |
r188001 Tuesday 2nd August, 2022 at 21:04:12 UTC by AJR |
---|
Mac debugging overhaul - Split out the disassembler override to a new file and use it in all 68K Mac drivers - Add several more names to the list of A-line Toolbox traps - Remove the long-disused mac_tracetrap routine |
[src/mame/apple] | mac.cpp mac.h mac128.cpp mac_m.cpp maciivx.cpp maclc.cpp maclc3.cpp macprtb.cpp macpwrbk030.cpp macquadra700.cpp mactoolbox.cpp* mactoolbox.h* |
r188000 Tuesday 2nd August, 2022 at 20:18:19 UTC by Peter Ferrie |
---|
mfi_dsk: fix logic error (nw) |
[src/lib/formats] | mfi_dsk.cpp |
r187999 Tuesday 2nd August, 2022 at 16:27:49 UTC by Vasantha Crabb |
---|
ui/icorender.cpp: Revert initialisations that can hide real bugs. MSVC isn't smart enough to detect that these can only be used after being assigned while clang and GCC can work it out fine. Initialising them to zero at declaration has the potential to mask real bugs if some code path tries to use them without assigning them. Code flow analysis (e.g. Coverity) or memory analysers (e.g. valgrind or Purify) won't pick up on the buggy path because the variable will technically be initialised. MSVC is problematic when it comes to warnings about uninitialised variables in general. Unfortunately MSVC has no option to selectively treat warnings as errors, unlike clang/GCC which have -Wno-error= which we use extensively. Until Microsoft addresses these issues, you'll have to use NOWERROR=1 when building with MSVC. Also, some cleanup. |
[src/emu/debug] | debugcmd.cpp |
[src/frontend/mame/ui] | icorender.cpp |
[src/osd/modules/debugger] | debuggdbstub.cpp |
r187998 Tuesday 2nd August, 2022 at 16:11:43 UTC by 0kmg |
---|
bus/snes: Log checksums and addresses consistently when loading cartridges. (#10156) |
[src/devices/bus/snes] | snes_slot.cpp |
r187997 Tuesday 2nd August, 2022 at 14:24:17 UTC by Nathan Woods |
---|
Changed gdbstub to no longer expect a CPU named ':maincpu' (#10170) The logic was changed to find the first CPU, without any particular expectation about naming. This should address issue #10141 |
[src/osd/modules/debugger] | debuggdbstub.cpp |
r187996 Tuesday 2nd August, 2022 at 12:34:29 UTC by hap |
---|
New machines marked as NOT_WORKING ---------------------------------- The Dracula (Tsukuda) [hap, Sean Riddle, Parotaku] |
[hash] | entex_sag.xml |
[src/devices/cpu/tms1000] | tms1100.cpp |
[src/mame] | mame.lst |
[src/mame/handheld] | hh_tms1k.cpp tispeak.cpp |
r187995 Tuesday 2nd August, 2022 at 12:21:59 UTC by AJR |
---|
Change debugger command handler parameter vector element type from std::string to std::string_view |
[src/devices/cpu/arm7] | arm7.cpp arm7.h |
[src/devices/machine] | acorn_memc.cpp acorn_memc.h sun4c_mmu.cpp sun4c_mmu.h |
[src/emu] | natkeyboard.cpp natkeyboard.h |
[src/emu/debug] | debugcmd.cpp debugcmd.h debugcon.cpp debugcon.h |
[src/lib/util] | corestr.cpp corestr.h |
[src/mame/konami] | konamim2.cpp |
[src/mame/midway] | midtunit_v.cpp midtunit_v.h |
[src/mame/rm] | rmnimbus.h rmnimbus_m.cpp rmnimbus_v.cpp |
[src/mame/sega] | chihiro.cpp model2.h model2_m.cpp |
[src/mame/shared] | xbox.cpp xbox.h |
[src/mame/sun] | sun4.cpp |
[src/mame/trs] | dgn_beta.h dgn_beta_m.cpp |
r187994 Tuesday 2nd August, 2022 at 12:02:20 UTC by AJR |
---|
mbc55x, saturn: Remove some residual debugging stuff |
[src/mame/sanyo] | mbc55x.h mbc55x_v.cpp |
[src/mame/sega] | saturn.h |
r187993 Tuesday 2nd August, 2022 at 10:41:30 UTC by clawgrip |
---|
mastboy.cpp: Dumped and added a newer Italian set (#10135) * mastboy.cpp: Dumped and added a newer Italian set Also added comments and reformatted existing single line ones. Added placeholders for PLDs. The Italian sets are not hacks. Gaelco licensed the game to Playmark for the Italian market, so changed the manufacturer accordingly on the Italian sets. Finally, the Rev A on the piggyback PCB refers to the game revision, not the PCB revision, so, changed the games names removing the "PCB" reference. * Add 'mastboyib' * mastboy.cpp: Add more comments * Fixed typos |
[src/mame] | mame.lst |
[src/mame/gaelco] | mastboy.cpp |
r187992 Tuesday 2nd August, 2022 at 10:38:59 UTC by 0kmg |
---|
snes.xml: Added five prototypes. (#10145) New working software list additions ----------------------------------- International Superstar Soccer Deluxe (Euro, prototype) [Forest of Illusion] Jigsaw Party (Japan, prototype) [Forest of Illusion] Joe & Mac 2 - Lost in the Tropics (USA, prototype, alt) [Forest of Illusion] Jurassic Park (USA, prototype) [Forest of Illusion] Unirally (Euro, prototype) [Zoda-Y13, Forest of Illusion] |
[hash] | snes.xml |
r187991 Tuesday 2nd August, 2022 at 02:03:33 UTC by patrick.mackinlay |
---|
am9516: don't initialise variables in header |
[src/devices/machine] | am9516.cpp am9516.h |
r187990 Tuesday 2nd August, 2022 at 01:56:55 UTC by Peter Ferrie |
---|
cpu16h, icorender.cpp: fix MSVC compile (nw) |
[src/devices/cpu/m68hc16] | cpu16.h |
[src/frontend/mame/ui] | icorender.cpp |
r187989 Monday 1st August, 2022 at 23:44:25 UTC by hap |
---|
tms1000: added tms1475 |
[src/devices/cpu/tms1000] | tms0270.cpp tms0970.cpp tms0980.cpp tms1000.cpp tms1000c.cpp tms1100.cpp tms1400.cpp tms1400.h tms1k_base.cpp tp0320.cpp |
r187988 Monday 1st August, 2022 at 23:08:42 UTC by hap |
---|
tms1000: increase R port to 32bit |
[src/devices/cpu/tms1000] | tms0270.h tms1k_base.cpp tms1k_base.h |
[src/mame/entex] | sag.cpp |
[src/mame/handheld] | hh_tms1k.cpp hh_tms1k.h tispeak.cpp tispellb.cpp |
[src/mame/miltonbradley] | microvsn.cpp |
[src/mame/misc] | eva.cpp |
r187987 Monday 1st August, 2022 at 22:16:14 UTC by hap |
---|
spellba: do the tms0270 ctl fix in the driver |
[src/devices/cpu/tms1000] | tms0270.cpp |
[src/mame/chess] | compuchess.cpp |
[src/mame/handheld] | hh_tms1k.cpp tispeak.cpp tispellb.cpp |
[src/mame/tiger] | k28.cpp |
r187986 Monday 1st August, 2022 at 22:16:14 UTC by hap |
---|
misc hap devices: move variables init to device_start |
[src/devices/machine] | ds8874.cpp ds8874.h smartboard.cpp smartboard.h tmc0999.cpp tmc0999.h |
[src/devices/video] | ef9340_1.cpp ef9340_1.h hd61603.cpp hd61603.h hlcd0438.cpp hlcd0438.h hlcd0488.cpp hlcd0538.cpp hlcd0538.h i8244.cpp i8244.h lc7582.cpp lc7582.h pcf2100.cpp pcf2100.h sed1500.cpp sed1500.h |
r187985 Monday 1st August, 2022 at 17:33:46 UTC by 0kmg |
---|
vboy.xml: Added a homebrew pirate release. (#10152) * Added alt_title and developer info tags. * Changed data sizes to hexadecimal. * Replaced some names with known ROM labels. * Corrected SRAM on several cartridges. * Various cleanups. New NOT_WORKING software list additions --------------------------------------- vboy.xml: Hyper Fighting (pirate) [Planet Virtual Boy] |
[hash] | vboy.xml |
r187984 Monday 1st August, 2022 at 17:07:26 UTC by arcadeshadow |
---|
to7_qd.xml: Use lowercase for descriptive text in descriptions. (#10162) |
[hash] | to7_qd.xml |
r187983 Monday 1st August, 2022 at 17:03:29 UTC by Vasantha Crabb |
---|
technos/renegade.cpp: Corrected sprite RAM size (GitHub #10163). [jotego] Also combined source files and cleaned up a little. |
[src/mame/konami] | k054000.cpp |
[src/mame/technos] | renegade.cpp |
r187982 Monday 1st August, 2022 at 16:55:57 UTC by furrtek |
---|
konami/k051960.cpp: Implemented shadow configuration bits (fixes shadows in Devastators). (#9353) Added descriptions for the other previously undocumented register bits, even if they shouldn't affect any game. Attempted to get chqflag shadow/highlights working properly with no k051960 hack. konami/k054000.cpp: Updated implementation to better match how the chip works. |
[src/mame/konami] | chqflag.cpp chqflag.h k051960.cpp k051960.h k054000.cpp k054000.h mainevt.cpp mainevt_v.cpp tmnt.cpp tmnt.h |
r187981 Monday 1st August, 2022 at 16:20:07 UTC by arcadeshadow |
---|
to7_cart.xml: Use lowercase for descriptive text in descriptions, and use unabbreviated country names. (#10161) |
[hash] | to7_cart.xml |
r187980 Monday 1st August, 2022 at 16:18:27 UTC by arcadeshadow |
---|
to7_cass.xml: Use lowercase for descriptive text in descriptions and unabbreviated country names. (#10160) |
[hash] | to7_cass.xml |
r187979 Monday 1st August, 2022 at 12:52:41 UTC by Curt Coder |
---|
abc1600: Update todo list. |
[src/mame/luxor] | abc1600.cpp |
r187978 Monday 1st August, 2022 at 04:33:12 UTC by patrick.mackinlay |
---|
am9516: general improvements |
[src/devices/machine] | am9516.cpp am9516.h |
r187977 Sunday 31st July, 2022 at 23:24:52 UTC by R. Belmont |
---|
macquadra700.cpp: Hook up EASC IRQ. [R. Belmont] |
[src/mame/apple] | macquadra700.cpp |
r187976 Sunday 31st July, 2022 at 19:54:39 UTC by 0kmg |
---|
nes.xml: Added a prototype. (#10157) New working software list additions ----------------------------------- Fighting Simulator - World Champ (USA, prototype) [rjtiger] |
[hash] | nes.xml |
r187975 Sunday 31st July, 2022 at 18:12:11 UTC by brice.onken |
---|
dmac3.cpp, cxd8442q.cpp: Implement DMAC3 and WSC-FIFOQ DMA controllers (#10136) |
[src/mame/sony_news] | cxd8442q.cpp* cxd8442q.h* dmac3.cpp* dmac3.h* |
r187974 Sunday 31st July, 2022 at 18:01:29 UTC by R. Belmont |
---|
mac: Hook up ASC IRQs in system ASICs. (GitHub #10159) [R. Belmont] |
[src/mame/apple] | sonora.cpp sonora.h v8.cpp v8.h vasp.cpp vasp.h |
r187973 Sunday 31st July, 2022 at 11:55:29 UTC by michael.sanborn |
---|
toaplan/toaplan2.cpp: Add subtitle for Japanese FixEight sets. (#10153) |
[src/mame/toaplan] | toaplan2.cpp |
r187972 Sunday 31st July, 2022 at 06:50:50 UTC by fulivi |
---|
intel/imds2: correct dump for PIO microcontroller [fulivi] |
[src/devices/bus/multibus] | isbc202.cpp isbc202.h multibus.cpp multibus.h |
[src/devices/machine] | i3001.cpp i3001.h i3002.cpp i3002.h |
[src/mame/intel] | imds2.cpp imds2ioc.cpp imds2ioc.h |
r187971 Sunday 31st July, 2022 at 06:50:50 UTC by GitHub |
---|
- |
r187970 Sunday 31st July, 2022 at 06:50:50 UTC by GitHub |
---|
- |
r187969 Saturday 30th July, 2022 at 10:51:14 UTC by Vasantha Crabb |
---|
Bump version to 0.246 |
[/tags] | mame0246* |
r187968 Sunday 31st July, 2022 at 04:29:51 UTC by Vasantha Crabb |
---|
Merge tag 'mame0246' into mainline-master MAME 0.246 |
[hash] | a2600.xml c64_cass.xml gameboy.xml gamecom.xml gbcolor.xml k28m2.xml lantrans.xml* |
[plugins/layout] | init.lua |
[scripts/src] | bus.lua cpu.lua |
[src/devices/bus/a800] | a800_carts.h rtime8.cpp* rtime8.h* |
[src/devices/bus/cbmiec] | c1541.cpp |
[src/devices/bus/vme] | vme_fcisio.cpp vme_fcscsi.cpp |
[src/devices/cpu/axc51] | axc51.cpp* axc51.h* axc51dasm.cpp* axc51dasm.h* axc51ops.hxx* |
[src/devices/cpu/h8] | h8.cpp h8.h h8.lst h8s2600.cpp |
[src/devices/cpu/i86] | i186.cpp i186.h |
[src/devices/cpu/mcs51] | |
[src/devices/cpu/nuon] | nuon.h |
[src/devices/cpu/tms1000] | tms0270.cpp tms0970.cpp tms0980.cpp tms1k_base.cpp tms1k_base.h |
[src/devices/machine] | nvram.h sensorboard.cpp |
[src/emu] | machine.cpp |
[src/lib/formats] | ap2_dsk.cpp fs_cbmdos.cpp fs_coco_os9.cpp fs_coco_rsdos.cpp |
[src/lib/util] | corestr.cpp corestr.h |
[src/mame] | mame.lst mess.flt |
[src/mame/amiga] | arsystems.cpp |
[src/mame/apple] | mac.cpp mac.h mac_m.cpp mac_v.cpp maciivx.cpp maclc.cpp* macprtb.cpp v8.cpp* v8.h* |
[src/mame/atari] | atari400.cpp |
[src/mame/capcom] | cps1_v.cpp |
[src/mame/chess] | ave_arb.cpp |
[src/mame/cinematronics] | leland.cpp leland_v.cpp |
[src/mame/dataeast] | darkseal.cpp |
[src/mame/ddr] | chessmst.cpp chessmstdm.cpp |
[src/mame/dgrm] | pokechmp.cpp |
[src/mame/dooyong] | dooyong.cpp gundealr.cpp |
[src/mame/excellent] | gcpinbal.cpp |
[src/mame/fairlight] | cmi.cpp |
[src/mame/fuuki] | fuukifg2.cpp |
[src/mame/handheld] | hh_tms1k.cpp hh_tms1k.h tispeak.cpp tispellb.cpp |
[src/mame/hegenerglaser] | academy.cpp amsterdam.cpp berlin.cpp milano.cpp mm2.cpp modena.cpp mondial68k.cpp polgar.cpp risc.cpp |
[src/mame/igs] | goldstar.cpp goldstar.h |
[src/mame/jaleco] | ginganin.cpp ms1_tmap.cpp |
[src/mame/konami] | hornet.cpp mogura.cpp plygonet.cpp |
[src/mame/layout] | ave_arb.lay chessmst.lay chessmstdm.lay mdndclab.lay mephisto_3.lay mephisto_academy.lay mephisto_amsterdam.lay mephisto_berlin.lay mephisto_bup.lay mephisto_glasgow.lay mephisto_milano.lay mephisto_mirage.lay mephisto_mm1.lay mephisto_mm2.lay mephisto_mm5.lay* mephisto_modena.lay mephisto_mondial68k.lay mephisto_polgar.lay mephisto_risc.lay mephisto_smondial.lay mephisto_smondial2.lay v4dbltak.lay |
[src/mame/midway] | mcr3.cpp mcr3.h |
[src/mame/misc] | quizpun2.cpp usgames.cpp |
[src/mame/namco] | namcofl.cpp |
[src/mame/nichibutsu] | cclimber.cpp |
[src/mame/nokia] | dbox.cpp |
[src/mame/novag] | micro2.cpp |
[src/mame/pinball] | newcanasta.cpp |
[src/mame/playmark] | playmark.cpp |
[src/mame/saitek] | mark5.cpp |
[src/mame/samsung] | dvd-n5xx.cpp* |
[src/mame/sharp] | x68k.h x68k_v.cpp |
[src/mame/skeleton] | monon_color.cpp |
[src/mame/snk] | bbusters.cpp mechatt.cpp prehisle.cpp |
[src/mame/subsino] | subsino2.cpp |
[src/mame/universal] | docastle.cpp |
[src/mame/upl] | nova2001.cpp |
[src/mame/ussr] | debut.cpp |
[src/mame/vsystem] | fromanc2.cpp |
[src/tools] | unidasm.cpp |
r187967 Saturday 30th July, 2022 at 10:51:14 UTC by Vasantha Crabb |
---|
Bump version to 0.246 |
[/trunk] | makefile |
[android-project/app/src/main] | AndroidManifest.xml |
r187966 Wednesday 27th July, 2022 at 16:01:00 UTC by 0kmg |
---|
Fixed miscellaneous software list issues: (#10133) * casloopy.xml: Fixed a ROM size and kanji reading. * casloopy.xml: Fixed a ROM size and kanji reading. * x1_flop.xml: Fixed a kanji reading. * coco_cart.xml: Fixed a ROM size. |
[hash] | casloopy.xml coco_cart.xml x1_flop.xml |
r187965 Monday 25th July, 2022 at 09:16:51 UTC by 0kmg |
---|
nes.xml: More cleanups. (#10128) * Cleaned up more titles and alt_titles. * Converted remaining Jpn to Japan, Tw to Taiwan and Chi to China in descriptions. |
[hash] | nes.xml |
r187964 Monday 25th July, 2022 at 09:16:50 UTC by 0kmg |
---|
bbc_rom.xml: Fixed a ROM size error. (#10129) |
[hash] | bbc_rom.xml |
r187963 Monday 25th July, 2022 at 09:16:49 UTC by 0kmg |
---|
nes.xml: Demoted some Enix games. Cleaned up some titles and alt_titles. (#10127) |
[hash] | a2600.xml bbc_rom.xml c64_cass.xml casloopy.xml coco_cart.xml gameboy.xml gamecom.xml gbcolor.xml k28m2.xml |
[plugins/layout] | init.lua |
[scripts/src] | bus.lua cpu.lua |
[src/devices/bus/a800] | a800_carts.h |
[src/devices/bus/cbmiec] | c1541.cpp |
[src/devices/bus/vme] | vme_fcisio.cpp vme_fcscsi.cpp |
[src/devices/cpu/axc51] | |
[src/devices/cpu/h8] | h8.cpp h8.h h8.lst h8s2600.cpp |
[src/devices/cpu/i86] | i186.cpp i186.h |
[src/devices/cpu/mcs51] | axc51-core.cpp* axc51-core.h* axc51-core_dasm.cpp* axc51-core_dasm.h* mcs51.cpp mcs51.h |
[src/devices/cpu/nuon] | nuon.h |
[src/devices/cpu/tms1000] | tms0270.cpp tms0970.cpp tms0980.cpp tms1k_base.cpp tms1k_base.h |
[src/devices/machine] | nvram.h sensorboard.cpp |
[src/emu] | machine.cpp |
[src/lib/formats] | ap2_dsk.cpp fs_cbmdos.cpp fs_coco_os9.cpp fs_coco_rsdos.cpp |
[src/lib/util] | corestr.cpp corestr.h |
[src/mame] | mame.lst mess.flt |
[src/mame/amiga] | arsystems.cpp |
[src/mame/apple] | mac.cpp mac.h mac_m.cpp mac_v.cpp maciivx.cpp |
[src/mame/atari] | atari400.cpp |
[src/mame/capcom] | cps1_v.cpp |
[src/mame/chess] | ave_arb.cpp |
[src/mame/cinematronics] | leland.cpp leland_v.cpp |
[src/mame/dataeast] | darkseal.cpp darkseal.h* darkseal_v.cpp* pktgaldx.cpp pktgaldx.h* pktgaldx_v.cpp* sidepckt.cpp sidepckt.h* sidepckt_v.cpp* vaportra.cpp vaportra.h* vaportra_v.cpp* |
[src/mame/ddr] | chessmst.cpp chessmstdm.cpp |
[src/mame/dgrm] | pokechmp.cpp pokechmp.h* pokechmp_v.cpp* |
[src/mame/dooyong] | dooyong.cpp gundealr.cpp |
[src/mame/excellent] | gcpinbal.cpp |
[src/mame/fairlight] | cmi.cpp |
[src/mame/fuuki] | fuukifg2.cpp |
[src/mame/handheld] | hh_tms1k.cpp hh_tms1k.h tispeak.cpp tispellb.cpp |
[src/mame/hegenerglaser] | academy.cpp amsterdam.cpp berlin.cpp milano.cpp mm2.cpp modena.cpp mondial68k.cpp polgar.cpp risc.cpp |
[src/mame/igs] | goldstar.cpp goldstar.h |
[src/mame/jaleco] | ginganin.cpp ms1_tmap.cpp |
[src/mame/konami] | hornet.cpp mogura.cpp plygonet.cpp |
[src/mame/layout] | ave_arb.lay chessmst.lay chessmstdm.lay mdndclab.lay mephisto_3.lay mephisto_academy.lay mephisto_amsterdam.lay mephisto_berlin.lay mephisto_bup.lay mephisto_glasgow.lay mephisto_milano.lay mephisto_mirage.lay mephisto_mm1.lay mephisto_mm2.lay |
[src/mame/midway] | mcr3.cpp mcr3.h |
[src/mame/misc] | quizpun2.cpp usgames.cpp |
[src/mame/namco] | namcofl.cpp namcofl.h* namcofl_v.cpp* |
[src/mame/nichibutsu] | cclimber.cpp |
[src/mame/nokia] | dbox.cpp |
[src/mame/novag] | micro2.cpp |
[src/mame/pinball] | newcanasta.cpp |
[src/mame/playmark] | playmark.cpp |
[src/mame/saitek] | mark5.cpp |
[src/mame/samsung] | |
[src/mame/sharp] | x68k.h x68k_v.cpp |
[src/mame/skeleton] | monon_color.cpp |
[src/mame/snk] | bbusters.cpp mechatt.cpp prehisle.cpp |
[src/mame/subsino] | subsino2.cpp |
[src/mame/universal] | docastle.cpp |
[src/mame/upl] | nova2001.cpp |
[src/mame/ussr] | debut.cpp |
[src/mame/vsystem] | fromanc2.cpp |
[src/tools] | unidasm.cpp |
r187962 Saturday 30th July, 2022 at 23:50:26 UTC by AJR |
---|
spyhunt, turbotag: Add ADC |
[src/mame/midway] | mcr3.cpp mcr3.h |
r187961 Saturday 30th July, 2022 at 20:52:58 UTC by arcadeshadow |
---|
spectrum_cass.xml: 6 new software additions (#10155) New working software list additions ----------------------------------- Astérix y el Caldero Magico (Erbe) [spectrumcomputing.co.uk] Break Thru (Erbe, medium case) [spectrumcomputing.co.uk] Ganeymede [Steven Brown, Planeta Sinclair] Ghost Rider [spectrumcomputing.co.uk] Street Hawk (1986) (set 4, IBSA) [spectrumcomputing.co.uk] Wonderworm [spectrumcomputing.co.uk] Cleaning metadata (year, publisher, cloneof/parent relationships) |
[hash] | spectrum_cass.xml |
r187960 Saturday 30th July, 2022 at 19:36:04 UTC by AJR |
---|
a800: Add support for the ICD R-Time 8 cartridge |
[scripts/src] | bus.lua |
[src/devices/bus/a800] | a800_carts.h rtime8.cpp* rtime8.h* |
[src/mame/atari] | atari400.cpp |
r187959 Saturday 30th July, 2022 at 19:13:00 UTC by hap |
---|
tms0270: fix problem with power off and ctl direction |
[src/devices/cpu/tms1000] | tms0270.cpp tms0970.cpp tms0980.cpp tms1k_base.cpp tms1k_base.h |
[src/mame] | mame.lst |
[src/mame/handheld] | hh_tms1k.cpp hh_tms1k.h tispeak.cpp tispellb.cpp |
r187958 Saturday 30th July, 2022 at 16:31:40 UTC by Vasantha Crabb |
---|
Various minor cleanups. There's something wrong when derived classes need to be friends... |
[src/devices/bus/cbmiec] | c1541.cpp |
[src/lib/formats] | fs_cbmdos.cpp fs_coco_os9.cpp fs_coco_rsdos.cpp |
[src/lib/util] | corestr.cpp corestr.h |
[src/mame/apple] | maclc.cpp v8.cpp v8.h |
[src/mame/pinball] | newcanasta.cpp |
Previous 50 | 199869 Revisions | Next 50 |