Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r194907 Saturday 1st April, 2023 at 10:18:59 UTC by Osso |
---|
New clones marked not working ----------------------------- Hammerin' Harry (Playmark bootleg) [Doktor Pinball] |
[src/mame] | mame.lst |
[src/mame/irem] | m72.cpp |
[src/mame/namco] | sweetland4.cpp |
r194906 Saturday 1st April, 2023 at 03:47:11 UTC by tim.lindner |
---|
bus/coco/coco_fdc.cpp: Use device BIOS options to reduce proliferation of slot options. (#11056) * Removed coco_fdc and coco_scii subclasses that only changed the BIOS ROM. * trs/coco3.cpp: Removed coco3hdb - its only function was to use a specific DOS ROM. |
[src/devices/bus/coco] | coco_fdc.cpp coco_fdc.h coco_multi.cpp cococart.cpp |
[src/mame] | mame.lst |
[src/mame/trs] | coco.h coco12.cpp coco3.cpp |
r194905 Saturday 1st April, 2023 at 03:39:07 UTC by clawgrip |
---|
vsmileb_cart.xml: Dumped a Spanish Teletubbies game. (#11055) Also changed ROM sizes from decimal to hexadecimal. New NOT_WORKING software list addition --------------------------------- Teletubbies - ¡Es la hora de los Teletubbies! (Spain) [ICEknight, Team Europe, ClawGrip] |
[hash] | vsmileb_cart.xml |
r194904 Saturday 1st April, 2023 at 03:30:48 UTC by Vasantha Crabb |
---|
emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Also changed a pile of comments. |
[src/devices/bus/a800] | a800_slot.h |
[src/devices/bus/adam] | exp.h |
[src/devices/bus/cbm2] | exp.h |
[src/devices/bus/chanf] | slot.h |
[src/devices/bus/coleco/cartridge] | exp.h |
[src/devices/bus/cpc] | cpc_rom.h |
[src/devices/bus/plus4] | exp.h |
[src/devices/bus/scv] | slot.h |
[src/devices/bus/vic10] | exp.h |
[src/devices/bus/vic20] | exp.h |
[src/devices/imagedev] | bitbngr.h printer.h snapquik.h |
[src/devices/machine] | i7220.h smartmed.h |
[src/emu/video] | rgbvmx.cpp rgbvmx.h |
[src/mame/acorn] | z88_impexp.h |
[src/mame/ausnz] | mbee.h mbee_m.cpp |
[src/mame/casio] | pv1000.cpp |
[src/mame/commodore] | cbm2.cpp cbm_snqk.cpp cbm_snqk.h vic20.cpp |
[src/mame/ddr] | kc_m.cpp |
[src/mame/dec] | pdp1.h |
[src/mame/fujitsu] | fmt_icmem.cpp |
[src/mame/shared] | z80bin.h |
r194903 Saturday 1st April, 2023 at 00:44:02 UTC by Angelo Salese |
---|
atari/atarigt.cpp: fix MT#07146 |
[src/mame/atari] | atarigt.cpp |
r194902 Friday 31st March, 2023 at 20:34:42 UTC by Angelo Salese |
---|
video/vrender0.cpp: More accurate VRender0 pipeline inner workings - Fixes donghaer split screen; |
[/branches/vrender0_3-bis/src/devices/machine] | vrender0.cpp |
[/branches/vrender0_3-bis/src/devices/video] | vrender0.cpp vrender0.h |
[/branches/vrender0_3-bis/src/mame/misc] | psattack.cpp |
r194901 Friday 31st March, 2023 at 19:50:31 UTC by Angelo Salese |
---|
huc6270.cpp: fix RCR sync, it happens one line earlier (#11048) - fix: draculax Stage 4' "all blue" Richter; - fix: faussete Stage 2 excessive slowdown and erratic water line; - fix: xwiber Stage 2 boss never spawning [MT#07384](https://mametesters.org/view.php?id=7384) - fix: ppersia misplaced line [MT#07727](https://mametesters.org/view.php?id=7727) - fix: ddragon2 options menu display; - fix: tblade hang after third person view [MT#08585](https://mametesters.org/view.php?id=8585) |
[/branches] | vrender0_3-bis* |
r194900 Friday 31st March, 2023 at 19:50:31 UTC by GitHub |
---|
- |
r194899 Friday 31st March, 2023 at 19:50:31 UTC by Angelo Salese |
---|
huc6270.cpp: fix RCR sync, it happens one line earlier (#11048) - fix: draculax Stage 4' "all blue" Richter; - fix: faussete Stage 2 excessive slowdown and erratic water line; - fix: xwiber Stage 2 boss never spawning [MT#07384](https://mametesters.org/view.php?id=7384) - fix: ppersia misplaced line [MT#07727](https://mametesters.org/view.php?id=7727) - fix: ddragon2 options menu display; - fix: tblade hang after third person view [MT#08585](https://mametesters.org/view.php?id=8585) |
[hash] | pce.xml pcecd.xml |
[src/devices/bus/pce_ctrl] | pcectrl.cpp |
[src/devices/video] | huc6270.cpp |
r194898 Friday 31st March, 2023 at 18:52:13 UTC by David Haywood |
---|
misc/crystal.cpp: Removed hacks: (#11054) * cpu/se3208: Removed hack to ignore misaligned memory accesses. * machine/vrender0.cpp: Removed idle skip hack (it causes stability issues). * misc/crystal.cpp: Added default NVRAM contents for wulybuly with valid coinage settings. |
[src/devices/cpu/se3208] | se3208.cpp |
[src/devices/machine] | vrender0.cpp vrender0.h |
[src/mame/misc] | crystal.cpp |
r194897 Friday 31st March, 2023 at 18:39:02 UTC by 987123879113 |
---|
namcos10: Refactored driver, and implemented MEM(M) and MEM(N) boards. (#11053) * machine/smartmed.cpp, machine/nandflash.cpp: Separated NAND Flash from smartmed. * sound/spu.cpp: Calculate tables based on clock speed. * machine/intelfsh.cpp: Added Intel 28F640J5 device. * namco/namcos10.cpp: Refactored driver, and implemented MEM(M) and MEM(N) boards. * namco/namcos10.cpp: Fixed parenting of Mr. Driller 2, and renamed Kono e Tako. |
[scripts/src] | machine.lua |
[src/devices/machine] | intelfsh.cpp intelfsh.h nandflash.cpp* nandflash.h* smartmed.cpp smartmed.h |
[src/devices/sound] | spu.cpp spu.h spu_tables.cpp |
[src/mame] | mame.lst |
[src/mame/eolith] | ghosteo.cpp |
[src/mame/misc] | crospuzl.cpp hapyfish.cpp |
[src/mame/namco] | namcos10.cpp |
[src/mame/palm] | palmz22.cpp |
[src/mame/skeleton] | mini2440.cpp |
r194896 Friday 31st March, 2023 at 17:29:08 UTC by Osso |
---|
- funworld/supercrd.cpp: tweaked XOR tables - namco/sweetland4: identified set as Sweet Land 4 Bright [negunma] |
[src/mame/funworld] | supercrd.cpp |
[src/mame/namco] | sweetland.cpp sweetland4.cpp |
r194895 Friday 31st March, 2023 at 14:46:58 UTC by Vasantha Crabb |
---|
jaleco/psychic5.cpp: Added DIP switch locations. [Domenico Cervini] |
[src/mame/jaleco] | psychic5.cpp |
[src/mame/osborne] | osborne1.cpp |
r194894 Friday 31st March, 2023 at 02:41:50 UTC by AJR |
---|
amstrad.cpp: Use standard list of slot options for Centronics port |
[src/mame/amstrad] | amstrad.cpp amstrad.h |
r194893 Friday 31st March, 2023 at 02:32:03 UTC by AJR |
---|
powerpc: Minor disassembly improvements - Support over & out debugging flags for a few more instructions - Provide special operand format for POWER svc instruction |
[src/devices/cpu/powerpc] | ppc_dasm.cpp ppc_dasm.h |
r194892 Friday 31st March, 2023 at 02:22:12 UTC by AJR |
---|
z80scc: Make receive error logging conditional |
[src/devices/machine] | z80scc.cpp |
r194891 Friday 31st March, 2023 at 01:05:52 UTC by AJR |
---|
swim2.cpp: Put U suffix in proper place for LOG_xxx constant macros |
[src/devices/machine] | swim2.cpp |
r194890 Friday 31st March, 2023 at 00:40:34 UTC by AJR |
---|
API change for device_image_interface - Remove the seterror method for recording error messages and conditions. Condition codes have been made return values for call_load, call_create and various related callbacks. Error messages (which many devices weren't generating) are now displayed through osd_printf_error. - Eliminate the image_init_result and image_verify_result pass/fail enumeration types. Update many functions that were returning these enumerations or simply bools to return std::error_condition instead. In some cases, this type is now passed down from internal parsing/loading functions which were already returning it. In various other cases, the former default UNSPECIFIED has been used as a catchall for I/O errors; anticipated future refactorings should make these error returns more specific. - Expand the image_error categories to include INVALIDLENGTH, NOSOFTWARE and BADSOFTWARE. The first is largely self-explanatory. The second is generated by the core to indicate failure to find software items in lists. The third is provided for devices to indicate semantic errors in software list entries. - Change the return type of floppy_image_device::identify to a pair so the potential error condition can be passed along to the UI without storing it in a member variable. - Move device_image_interface::message down into snapshot_image_device and change its implementation to use string_format instead of printf. - Correct a typo in the shortname of the generic snapshot device. |
[docs/source/techspecs] | luareference.rst |
[src/devices/bus/a7800] | a78_slot.cpp a78_slot.h |
[src/devices/bus/a800] | a800_slot.cpp a800_slot.h |
[src/devices/bus/acorn/system] | 8k.cpp 8k.h |
[src/devices/bus/adam] | exp.cpp exp.h |
[src/devices/bus/apf] | slot.cpp slot.h |
[src/devices/bus/aquarius] | slot.cpp slot.h |
[src/devices/bus/arcadia] | slot.cpp slot.h |
[src/devices/bus/astrocde] | slot.cpp slot.h |
[src/devices/bus/bbc/1mhzbus] | datacentre.cpp |
[src/devices/bus/bbc/rom] | slot.cpp slot.h |
[src/devices/bus/c64] | exp.cpp exp.h |
[src/devices/bus/cbm2] | exp.cpp exp.h |
[src/devices/bus/cgenie/expansion] | floppy.cpp |
[src/devices/bus/chanf] | slot.cpp slot.h |
[src/devices/bus/coco] | cococart.cpp cococart.h |
[src/devices/bus/coleco/cartridge] | exp.cpp exp.h |
[src/devices/bus/cpc] | cpc_rom.cpp cpc_rom.h |
[src/devices/bus/crvision] | slot.cpp slot.h |
[src/devices/bus/ekara] | slot.cpp slot.h |
[src/devices/bus/electron] | plus1.cpp plus1.h plus2.cpp plus2.h rombox.cpp rombox.h romboxp.cpp romboxp.h sidewndr.cpp sidewndr.h |
[src/devices/bus/electron/cart] | ap5.cpp ap5.h romp144.cpp romp144.h slot.cpp slot.h |
[src/devices/bus/gamate] | slot.cpp slot.h |
[src/devices/bus/gameboy] | camera.cpp gbck003.cpp gbslot.cpp gbslot.h huc1.cpp huc3.cpp liebao.cpp mbc.cpp mbc2.cpp mbc3.cpp mbc6.cpp mbc7.cpp mdslot.cpp mdslot.h mmm01.cpp ntnew.cpp rom.cpp slmulti.cpp slot.cpp slot.h tama5.cpp |
[src/devices/bus/gba] | gba_slot.cpp gba_slot.h |
[src/devices/bus/generic] | slot.cpp slot.h |
[src/devices/bus/intellec4] | insdatastor.cpp prommemory.cpp tapereader.cpp |
[src/devices/bus/intv] | slot.cpp slot.h |
[src/devices/bus/iq151] | iq151.cpp iq151.h |
[src/devices/bus/isa] | omti8621.cpp sc499.cpp sc499.h |
[src/devices/bus/jakks_gamekey] | slot.cpp slot.h |
[src/devices/bus/kc] | kc.cpp kc.h |
[src/devices/bus/m5] | slot.cpp slot.h |
[src/devices/bus/mc10] | mc10_cart.cpp mc10_cart.h pak.cpp pak.h |
[src/devices/bus/megadrive] | md_slot.cpp md_slot.h |
[src/devices/bus/mononcol] | slot.cpp slot.h |
[src/devices/bus/msx/beecard] | beecard.cpp |
[src/devices/bus/msx/cart] | arc.cpp arc.h ascii.cpp ascii.h beepack.cpp beepack.h crossblaim.cpp crossblaim.h disk.cpp dooly.cpp dooly.h easi_speech.cpp easi_speech.h fmpac.cpp fmpac.h fs_sr022.cpp fs_sr022.h halnote.cpp halnote.h hfox.cpp hfox.h holy_quran.cpp holy_quran.h ink.cpp ink.h kanji.cpp kanji.h konami.cpp konami.h korean.cpp korean.h majutsushi.cpp majutsushi.h msx_audio.cpp msx_audio.h msxdos2.cpp nomapper.cpp nomapper.h rtype.cpp rtype.h softcard.cpp softcard.h super_swangi.cpp super_swangi.h superloderunner.cpp superloderunner.h |
[src/devices/bus/msx/slot] | cartridge.cpp cartridge.h |
[src/devices/bus/msx/softcard] | softcard.cpp |
[src/devices/bus/mtx] | exp.cpp exp.h |
[src/devices/bus/nabupc] | adapter.cpp adapter.h |
[src/devices/bus/neogeo] | slot.cpp slot.h |
[src/devices/bus/nes] | aladdin.cpp aladdin.h datach.cpp datach.h karastudio.cpp karastudio.h nes_slot.cpp nes_slot.h sunsoft_dcs.cpp sunsoft_dcs.h |
[src/devices/bus/nubus] | nubus_image.cpp |
[src/devices/bus/odyssey2] | slot.cpp slot.h |
[src/devices/bus/pce] | pce_slot.cpp pce_slot.h |
[src/devices/bus/plus4] | exp.cpp exp.h |
[src/devices/bus/pofo] | ccm.cpp ccm.h |
[src/devices/bus/psx] | memcard.cpp memcard.h |
[src/devices/bus/qbus] | pc11.cpp pc11.h |
[src/devices/bus/ql] | rom.cpp rom.h |
[src/devices/bus/saturn] | sat_slot.cpp sat_slot.h |
[src/devices/bus/scv] | slot.cpp slot.h |
[src/devices/bus/sdk85] | memexp.cpp memexp.h |
[src/devices/bus/sega8] | sega8_slot.cpp sega8_slot.h |
[src/devices/bus/snes] | snes_slot.cpp snes_slot.h |
[src/devices/bus/spectrum] | intf2.cpp intf2.h |
[src/devices/bus/ti99/gromport] | cartridges.cpp cartridges.h |
[src/devices/bus/ti99/peb] | ti_rs232.cpp ti_rs232.h tipi.cpp tipi.h |
[src/devices/bus/ti99x] | 990_hd.cpp 990_hd.h 990_tap.cpp |
[src/devices/bus/vboy] | rom.cpp rom.h slot.cpp slot.h |
[src/devices/bus/vc4000] | slot.cpp slot.h |
[src/devices/bus/vcs] | vcs_slot.cpp vcs_slot.h |
[src/devices/bus/vectrex] | slot.cpp slot.h |
[src/devices/bus/vic10] | exp.cpp exp.h |
[src/devices/bus/vic20] | exp.cpp exp.h |
[src/devices/bus/vidbrain] | exp.cpp exp.h |
[src/devices/bus/vsmile] | vsmile_slot.cpp vsmile_slot.h |
[src/devices/bus/wswan] | slot.cpp slot.h |
[src/devices/bus/z88] | z88.cpp z88.h |
[src/devices/imagedev] | avivideo.cpp avivideo.h bitbngr.cpp bitbngr.h cassette.cpp cassette.h chd_cd.cpp chd_cd.h diablo.cpp diablo.h flopdrv.cpp flopdrv.h floppy.cpp floppy.h harddriv.cpp harddriv.h mfmhd.cpp mfmhd.h microdrv.cpp microdrv.h midiin.cpp midiin.h midiout.cpp midiout.h picture.cpp picture.h printer.cpp printer.h snapquik.cpp snapquik.h wafadrive.cpp wafadrive.h |
[src/devices/machine] | ds6417.cpp ds6417.h hp_dc100_tape.cpp hp_dc100_tape.h i7220.cpp i7220.h pccard_sram.cpp pccard_sram.h smartmed.cpp smartmed.h |
[src/emu] | diimage.cpp diimage.h image.cpp softlist_dev.cpp softlist_dev.h |
[src/emu/debug] | debugcmd.cpp |
[src/frontend/mame] | luaengine.cpp luaengine.ipp |
[src/frontend/mame/ui] | floppycntrl.cpp imgcntrl.cpp |
[src/mame/acorn] | atom.cpp atom.h electron.h electron_m.cpp z88_impexp.cpp z88_impexp.h |
[src/mame/altos] | altos5.cpp |
[src/mame/amstrad] | amstrad_m.cpp pda600.cpp |
[src/mame/apollo] | apollo.h apollo_m.cpp |
[src/mame/apple] | apple1.cpp |
[src/mame/appliedconcepts] | ggm.cpp |
[src/mame/atari] | jaguar.cpp jaguar.h lynx.cpp lynx.h lynx_m.cpp |
[src/mame/ausnz] | aussiebyte.cpp binbug.cpp d6800.cpp eti660.cpp mbee.h mbee_m.cpp pegasus.cpp pipbug.cpp super80_m.cpp |
[src/mame/bandai] | design_master.cpp rx78.cpp sv8000.cpp |
[src/mame/booth] | apexc_m.cpp apexc_m.h |
[src/mame/canon] | x07.cpp |
[src/mame/cantab] | jupace.cpp |
[src/mame/casio] | casio_rompack.cpp casloopy.cpp pv1000.cpp pv2000.cpp |
[src/mame/chess] | ave_arb.cpp |
[src/mame/coleco] | coleco.cpp |
[src/mame/commodore] | cbm2.cpp cbm_snqk.cpp cbm_snqk.h vic20.cpp |
[src/mame/comx] | comx35.cpp |
[src/mame/cybiko] | cybiko_m.cpp |
[src/mame/ddr] | jtc.cpp kc_m.cpp sprachmg.cpp |
[src/mame/dec] | pdp1.cpp pdp1.h |
[src/mame/entex] | sag.cpp |
[src/mame/epson] | hx20.cpp qx10.cpp |
[src/mame/exidy] | sorcerer_m.cpp |
[src/mame/force] | force68k.cpp |
[src/mame/fujitsu] | fmt_icmem.cpp fmt_icmem.h |
[src/mame/funtech] | supracan.cpp |
[src/mame/handheld] | chessking.cpp gameking.cpp hh_tms1k.cpp lk3000.cpp |
[src/mame/homebrew] | phunsy.cpp ravens.cpp uzebox.cpp z80clock.cpp |
[src/mame/homelab] | homelab.cpp |
[src/mame/hp] | hp48_port.cpp hp48_port.h hp80_optrom.cpp hp80_optrom.h hp9825_optrom.cpp hp9825_optrom.h hp9845_optrom.cpp hp9845_optrom.h hp_ipc_optrom.cpp hp_ipc_optrom.h |
[src/mame/igs] | pgm2_memcard.cpp pgm2_memcard.h |
[src/mame/intel] | imm6_76.cpp imm6_76.h rex6000.cpp |
[src/mame/interton] | vc4000.cpp |
[src/mame/kaypro] | kaypro_m.cpp |
[src/mame/leapfrog] | leapfrog_iquest.cpp leapfrog_leappad.cpp leapfrog_leapster_explorer.cpp leapster.cpp |
[src/mame/luxor] | abc80.cpp abc80x.cpp |
[src/mame/matsushita] | jr100.cpp |
[src/mame/mchester] | ssem.cpp |
[src/mame/memotech] | mtx_m.cpp |
[src/mame/microkey] | primo_m.cpp |
[src/mame/miltonbradley] | microvsn.cpp |
[src/mame/misc] | mtu130.cpp |
[src/mame/mit] | tx0.cpp |
[src/mame/mits] | altair.cpp |
[src/mame/motorola] | m68705prg.cpp mekd2.cpp |
[src/mame/nascom] | nascom1.cpp |
[src/mame/neogeo] | ng_memcard.cpp ng_memcard.h |
[src/mame/netronics] | elf.cpp |
[src/mame/nichibutsu] | myvision.cpp |
[src/mame/nintendo] | n64.cpp nes_vt09.cpp pokemini.cpp |
[src/mame/pc] | ibmpcjr.cpp |
[src/mame/pce] | tourvis.cpp |
[src/mame/pitronics] | beta.cpp |
[src/mame/poly88] | poly88_m.cpp |
[src/mame/psion] | psion_pack.cpp psion_pack.h psion_ssd.cpp psion_ssd.h |
[src/mame/rca] | studio2.cpp vip.cpp |
[src/mame/robotron] | z1013.cpp |
[src/mame/rockwell] | aim65.cpp aim65.h |
[src/mame/roland] | roland_cm32p.cpp roland_r8.cpp roland_tnsc1.cpp |
[src/mame/sega] | mdconsole.cpp megatech.cpp sega_beena.cpp stv.cpp stv.h svmu.cpp |
[src/mame/sfrj] | galaxy.cpp |
[src/mame/sgi] | iris3130.cpp |
[src/mame/shared] | z80bin.cpp z80bin.h |
[src/mame/sharp] | pce220_ser.cpp pce220_ser.h wizard.cpp x68k_hdc.cpp x68k_hdc.h |
[src/mame/sinclair] | spec_snqk.cpp timex.cpp |
[src/mame/skeleton] | c2color.cpp cd2650.cpp cosmicos.cpp cp1.cpp digiblast.cpp dmv.cpp easy_karaoke.cpp i7000.cpp pockchal.cpp squale.cpp |
[src/mame/snk] | ngp.cpp |
[src/mame/sony] | pockstat.cpp psx.cpp psxcd.cpp psxcd.h smc777.cpp |
[src/mame/svi] | svi318.cpp |
[src/mame/svision] | svision.cpp |
[src/mame/ta] | alphatro.cpp |
[src/mame/tangerine] | microtan.h microtan_m.cpp |
[src/mame/tatung] | einstein.cpp |
[src/mame/telercas] | tmc1800.cpp |
[src/mame/thomson] | thomson_m.cpp |
[src/mame/ti] | avigo.cpp cc40.cpp snspell.cpp snspellc.cpp ti74.cpp ti85_m.cpp tm990189.cpp |
[src/mame/tiger] | gamecom.h gamecom_m.cpp k28m2.cpp |
[src/mame/trainer] | instruct.cpp mk14.cpp |
[src/mame/trs] | coco_vhd.cpp coco_vhd.h trs80_m.cpp trs80m3_m.cpp |
[src/mame/tvgames] | elan_eu3a05.cpp generalplus_gpl16250_mobigo.cpp generalplus_gpl16250_nand.cpp generalplus_gpl16250_spi.cpp generalplus_gpl32612.cpp hyperscan_card.cpp hyperscan_card.h magiceyes_pollux_vr3520f.cpp pubint_storyreader.cpp spg110.cpp spg29x.cpp spg2xx_ican.cpp spg2xx_smarttv.cpp spg2xx_telestory.cpp spg2xx_tvgogo.cpp spg2xx_vii.cpp |
[src/mame/usp] | patinho_feio.cpp |
[src/mame/ussr] | lviv.h lviv_m.cpp |
[src/mame/videoton] | tvc.cpp |
[src/mame/virtual] | vgmplay.cpp |
[src/mame/vtech] | clickstart.cpp geniusiq.cpp innotv_innotabmax.cpp iqunlim.cpp pc2000.cpp storio.cpp vtech1.cpp vtech2_m.cpp vtech_innotab.cpp |
[src/mame/xerox] | xerox820.cpp |
[src/osd/modules/debugger] | debugimgui.cpp |
[src/osd/modules/debugger/qt] | mainwindow.cpp |
r194889 Thursday 30th March, 2023 at 21:03:29 UTC by hap |
---|
source org: move snspell driver to ti folder |
[src/mame] | mame.lst |
[src/mame/handheld] | |
[src/mame/ti] | snspell.cpp* |
r194888 Thursday 30th March, 2023 at 20:55:28 UTC by hap |
---|
tispeak: disconnect from hh_tms1k_state class |
[src/mame/handheld] | hh_tms1k.cpp |
[src/mame/ti] | snspellc.cpp spellb.cpp |
[src/mame/tiger] | k28m2.cpp |
r194887 Thursday 30th March, 2023 at 20:28:33 UTC by Angelo Salese |
---|
video/huc6270.cpp: document this other fix [skip ci] |
[/branches/pce_rcr-timing/src/devices/video] | huc6270.cpp |
r194886 Thursday 30th March, 2023 at 20:20:11 UTC by Angelo Salese |
---|
hash/pce.xml, hash/pcecd.xml: update QA |
[/branches/pce_rcr-timing/hash] | pce.xml pcecd.xml |
r194885 Thursday 30th March, 2023 at 20:17:27 UTC by Angelo Salese |
---|
bus/pce_ctrl/pcectrl.cpp: document serial monitor for PCEMon |
[/branches/pce_rcr-timing/src/devices/bus/pce_ctrl] | pcectrl.cpp |
r194884 Thursday 30th March, 2023 at 19:24:48 UTC by hap |
---|
New working systems ------------------- Les Maths Magiques (France) [hap, Sean Riddle] |
[src/mame] | mame.lst |
[src/mame/handheld] | tispeak.cpp |
[src/mame/ti] | snspellc.cpp |
r194883 Thursday 30th March, 2023 at 19:20:03 UTC by AJR |
---|
debugbuf.cpp: Note flaw in design |
[src/emu/debug] | debugbuf.cpp |
r194882 Thursday 30th March, 2023 at 18:17:40 UTC by hap |
---|
tispeak: move snspellc/tntell to its own driver |
[src/mame] | mame.lst |
[src/mame/handheld] | hh_cops1.cpp hh_pic16.cpp hh_rw5000.cpp hh_tms1k.cpp tispeak.cpp |
[src/mame/ti] | snspellc.cpp* |
[src/mame/tiger] | k28.cpp k28m2.cpp |
r194881 Thursday 30th March, 2023 at 17:34:55 UTC by Vasantha Crabb |
---|
osborne/osborne1.cpp: Use a memory view to simplify bank 1/2 selection. |
[src/mame/osborne] | osborne1.cpp |
r194880 Thursday 30th March, 2023 at 17:22:58 UTC by tim.lindner |
---|
machine/wd_fdc.cpp: Don’t clear DRQ on LDB/INTR, and fix spurious READ TRACk/ADDR FM mark syncs. (#11041) [Peter Phillips, Tim Lindner] Fixes SuperUtility 3 (MT08511) and Marble Maze on TRS-80 Color Computer. |
[src/devices/machine] | wd_fdc.cpp wd_fdc.h |
r194879 Thursday 30th March, 2023 at 16:50:59 UTC by Osso |
---|
New clones marked not working ----------------------------- Mary Shelley's Frankenstein (Italy) [Ronaldo, PinMAME] The Shadow (LF-4) French [toxie, PinMAME] The Who's Tommy Pinball Wizard (Belgium 1.02, display A1.02) [inkochnito, PinMAME] The Who's Tommy Pinball Wizard (German 3.01, display A3.00) [inkochnito, PinMAME] |
[src/mame] | mame.lst |
[src/mame/pinball] | de_3.cpp wpc_s.cpp |
r194878 Thursday 30th March, 2023 at 16:06:00 UTC by Osso |
---|
funworld/supercrd.cpp: addressed feedback and some tweaks to the XOR tables |
[src/mame/funworld] | supercrd.cpp |
r194877 Thursday 30th March, 2023 at 14:55:49 UTC by AJR |
---|
sweetland4.cpp: Map RTC; add stub mapping for LCDC |
[src/mame/namco] | sweetland4.cpp |
r194876 Thursday 30th March, 2023 at 12:15:49 UTC by hap |
---|
New working systems ------------------- TI-2550 II [hap, Sean Riddle] VoxClock 3 [hap, Sean Riddle] |
[src/mame] | mame.lst |
[src/mame/handheld] | hh_cops1.cpp hh_pic16.cpp hh_rw5000.cpp hh_tms1k.cpp |
[src/mame/layout] | ti25502.lay* |
r194875 Thursday 30th March, 2023 at 12:15:49 UTC by GitHub |
---|
- |
r194874 Wednesday 29th March, 2023 at 14:05:56 UTC by Vasantha Crabb |
---|
Bump version to 0.253 |
[/tags] | mame0253* |
r194873 Thursday 30th March, 2023 at 04:45:54 UTC by Vasantha Crabb |
---|
Merge tag 'mame0253' into mainline-master MAME 0.253 |
[hash] | |
[scripts/src] | bus.lua formats.lua video.lua |
[src/devices/bus/abcbus] | lux10828.cpp lux10828.h lux21046.cpp lux21046.h memcard.cpp memcard.h |
[src/devices/bus/isa] | hpblp.h |
[src/devices/bus/nabupc] | option.cpp rs232.cpp* rs232.h* |
[src/devices/cpu/tms1000] | tms0270.cpp tms0970.cpp tms0980.cpp tms1000.cpp tms1000.h tms1000c.cpp tms1100.h tms1400.cpp tms2100.cpp tms2100.h tp0320.cpp |
[src/devices/sound] | k054539.cpp k054539.h |
[src/devices/video] | mc6845.cpp mc6845.h mos8563.cpp* mos8563.h* sn74s262.cpp* sn74s262.h* |
[src/emu/debug] | debugcmd.cpp |
[src/lib/formats] | abc800_dsk.cpp abc800_dsk.h abc800i_dsk.cpp* abc800i_dsk.h* all.cpp |
[src/mame] | mame.lst |
[src/mame/atari] | liberatr.cpp quantum.cpp |
[src/mame/commodore] | c128.cpp |
[src/mame/funworld] | supercrd.cpp |
[src/mame/handheld] | hh_hmcs40.cpp hh_tms1k.cpp hh_ucom4.cpp tispeak.cpp |
[src/mame/irem] | m92.cpp |
[src/mame/konami] | nwk-tr.cpp |
[src/mame/layout] | comparc.lay* copycata.lay* |
[src/mame/luxor] | abc1600mac.cpp abc80.cpp abc80.h abc80_v.cpp abc80kb.cpp abc80kb.h abc80x.cpp |
[src/mame/misc] | amuzy.cpp brglitz.cpp |
[src/mame/namco] | sweetland4.cpp* |
[src/mame/omron] | luna_88k.cpp luna_kbd.cpp* luna_kbd.h* |
[src/mame/orca] | orca40c.cpp |
[src/mame/philips] | odyssey2.cpp |
[src/mame/sega] | naomi.cpp naomigd.cpp segac2.cpp segasp.cpp |
[src/mame/shared] | dcs.cpp |
[src/mame/skeleton] | ct909e_segadvd.cpp pegasos2.cpp* |
[src/mame/tch] | kickgoal.cpp topdrive.cpp* |
[src/mame/toaplan] | toaplan2.cpp |
[src/mame/tryom] | chess.cpp omar.cpp |
r194872 Wednesday 29th March, 2023 at 14:05:56 UTC by Vasantha Crabb |
---|
Bump version to 0.253 |
[/trunk] | makefile |
[android-project/app/src/main] | AndroidManifest.xml |
[hash] | abc800.xml* abc806.xml* |
[scripts/src] | bus.lua formats.lua video.lua |
[src/devices/bus/abcbus] | lux10828.cpp lux10828.h lux21046.cpp lux21046.h memcard.cpp memcard.h |
[src/devices/bus/isa] | hpblp.h |
[src/devices/bus/nabupc] | option.cpp |
[src/devices/cpu/tms1000] | tms0270.cpp tms0970.cpp tms0980.cpp tms1000.cpp tms1000.h tms1000c.cpp tms1100.h tms1400.cpp tms2100.cpp tms2100.h tp0320.cpp |
[src/devices/sound] | k054539.cpp k054539.h |
[src/devices/video] | mc6845.cpp mc6845.h |
[src/emu/debug] | debugcmd.cpp |
[src/lib/formats] | abc800_dsk.cpp abc800_dsk.h |
[src/mame] | mame.lst |
[src/mame/atari] | liberatr.cpp quantum.cpp |
[src/mame/commodore] | c128.cpp |
[src/mame/funworld] | supercrd.cpp |
[src/mame/handheld] | hh_hmcs40.cpp hh_tms1k.cpp hh_ucom4.cpp tispeak.cpp |
[src/mame/irem] | m92.cpp |
[src/mame/konami] | nwk-tr.cpp |
[src/mame/layout] | |
[src/mame/luxor] | abc1600mac.cpp abc80.cpp abc80.h abc80_v.cpp abc80kb.cpp abc80kb.h abc80x.cpp |
[src/mame/misc] | amuzy.cpp brglitz.cpp |
[src/mame/namco] | |
[src/mame/omron] | luna_88k.cpp |
[src/mame/orca] | orca40c.cpp |
[src/mame/philips] | odyssey2.cpp |
[src/mame/sega] | naomi.cpp naomigd.cpp segac2.cpp segasp.cpp |
[src/mame/shared] | dcs.cpp |
[src/mame/skeleton] | ct909e_segadvd.cpp |
[src/mame/tch] | kickgoal.cpp |
[src/mame/toaplan] | toaplan2.cpp |
[src/mame/tryom] | chess.cpp omar.cpp |
[src/osd/modules/input] | input_dinput.h |
r194871 Thursday 30th March, 2023 at 04:22:23 UTC by Curt Coder |
---|
New working software list items ------------------------------- pet_flop: A Bright Shining Star [Genesis Project] |
[hash] | pet_flop.xml |
r194870 Thursday 30th March, 2023 at 03:10:58 UTC by AJR |
---|
Apply workaround for debugger history command consuming ridiculous amounts of memory when jumping around large address spaces |
[src/emu/debug] | debugcmd.cpp |
r194869 Thursday 30th March, 2023 at 01:37:08 UTC by Angelo Salese |
---|
huc6270.cpp: fix RCR sync, it happens one line earlier |
[/branches/pce_rcr-timing/src/devices/video] | huc6270.cpp |
r194868 Sunday 26th March, 2023 at 19:09:46 UTC by Osso |
---|
irem/m92.cpp: dumped PLDs for Ninja Baseball Bat Man sets [Corrado Tomaselli, Porchy, The PLD Archives]. |
[/branches] | pce_rcr-timing* |
r194867 Wednesday 29th March, 2023 at 19:21:52 UTC by Osso |
---|
New systems marked not working ------------------------------ Shippe Champion [Darksoft, TeamEurope] Zenigata Ponta [Darksoft, TeamEurope] |
[src/mame] | mame.lst |
[src/mame/misc] | amuzy.cpp |
r194866 Wednesday 29th March, 2023 at 19:01:25 UTC by Osso |
---|
New working software list items ------------------------------- The Wiggles - It's Wiggle Time! (USA) [AustinRichardson29] |
[hash] | vsmile_cart.xml |
r194865 Wednesday 29th March, 2023 at 18:50:49 UTC by Osso |
---|
New systems marked not working ------------------------------ Sweet Land 4 (ver 2004.9.29) [Darksoft, TeamEurope] |
[src/mame] | mame.lst |
[src/mame/namco] | sweetland4.cpp* |
r194864 Wednesday 29th March, 2023 at 16:12:59 UTC by Dirk Best |
---|
New systems marked not working ------------------------------ Genesi PEGASOS II [bplan GmbH] |
[src/mame] | mame.lst |
[src/mame/skeleton] | pegasos2.cpp* |
r194863 Wednesday 29th March, 2023 at 16:09:43 UTC by Osso |
---|
- funworld/supercrd.cpp: preliminary decryption - atari/liberatr.cpp, atari/quantum.cpp: corrections to ROM naming and PCB locations [Brian Troha] |
[src/mame] | mame.lst |
[src/mame/atari] | liberatr.cpp quantum.cpp |
[src/mame/funworld] | supercrd.cpp |
r194862 Wednesday 29th March, 2023 at 13:14:28 UTC by Curt Coder |
---|
abc80_rom.xml: Don't use magic Windows filename |
[hash] | abc80_rom.xml |
r194861 Wednesday 29th March, 2023 at 06:50:24 UTC by Curt Coder |
---|
abc1600: Improve comment |
[src/mame/luxor] | abc1600mac.cpp |
r194860 Wednesday 29th March, 2023 at 05:50:24 UTC by Curt Coder |
---|
New systems marked not working ------------------------------ ABC80 with TKN80 [PC/M] |
[src/mame] | mame.lst |
[src/mame/luxor] | abc80.cpp |
r194859 Wednesday 29th March, 2023 at 05:09:55 UTC by Vasantha Crabb |
---|
Merge branch 'release0253' into mainline-master |
[hash] | |
[scripts/src] | bus.lua formats.lua video.lua |
[src/devices/bus/abcbus] | lux10828.cpp lux10828.h lux21046.cpp lux21046.h memcard.cpp memcard.h |
[src/devices/bus/isa] | hpblp.h |
[src/devices/bus/nabupc] | option.cpp rs232.cpp* rs232.h* |
[src/devices/cpu/tms1000] | tms0270.cpp tms0970.cpp tms0980.cpp tms1000.cpp tms1000.h tms1000c.cpp tms1100.h tms1400.cpp tms2100.cpp tms2100.h tp0320.cpp |
[src/devices/sound] | k054539.cpp k054539.h |
[src/devices/video] | mc6845.cpp mc6845.h mos8563.cpp* mos8563.h* sn74s262.cpp* sn74s262.h* |
[src/lib/formats] | abc800_dsk.cpp abc800_dsk.h abc800i_dsk.cpp* abc800i_dsk.h* all.cpp |
[src/mame] | mame.lst |
[src/mame/commodore] | c128.cpp |
[src/mame/handheld] | hh_hmcs40.cpp hh_tms1k.cpp hh_ucom4.cpp tispeak.cpp |
[src/mame/irem] | m92.cpp |
[src/mame/konami] | nwk-tr.cpp |
[src/mame/layout] | comparc.lay* copycata.lay* |
[src/mame/luxor] | abc80.cpp abc80.h abc80_v.cpp abc80kb.cpp abc80kb.h abc80x.cpp |
[src/mame/misc] | brglitz.cpp |
[src/mame/omron] | luna_88k.cpp luna_kbd.cpp* luna_kbd.h* |
[src/mame/orca] | orca40c.cpp |
[src/mame/philips] | odyssey2.cpp |
[src/mame/sega] | naomi.cpp naomigd.cpp segac2.cpp segasp.cpp |
[src/mame/shared] | dcs.cpp |
[src/mame/skeleton] | ct909e_segadvd.cpp |
[src/mame/tch] | kickgoal.cpp topdrive.cpp* |
[src/mame/toaplan] | toaplan2.cpp |
[src/mame/tryom] | chess.cpp omar.cpp |
r194858 Wednesday 29th March, 2023 at 04:11:07 UTC by Vasantha Crabb |
---|
osd/modules/input/input_dinput.cpp: Adjusted heuristics to work better with newer DualShock/DualSense controllers. |
[src/osd/modules/input] | input_dinput.cpp input_dinput.h |
Previous 50 | 199869 Revisions | Next 50 |