Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r194757 Friday 24th March, 2023 at 09:04:00 UTC by Curt Coder |
---|
a2600: Remove stray #endif. |
[/branches/pc_i440bx/src/mame/atari] | a2600.cpp |
r194756 Friday 24th March, 2023 at 09:02:09 UTC by Curt Coder |
---|
sfd1001: Fix typo in ROM name. [Curt Coder] |
[/branches/pc_i440bx/src/devices/bus/ieee488] | c8050.cpp |
r194755 Friday 24th March, 2023 at 09:01:48 UTC by Curt Coder |
---|
Remove unnecessary comments, set_perfect_quantum is called in the corresponding machine drivers. (addresses GitHub #5838) |
[/branches/pc_i440bx/src/devices/bus/cbmiec] | c1541.cpp c1571.cpp |
[/branches/pc_i440bx/src/devices/bus/ieee488] | c2031.cpp |
[/branches/pc_i440bx/src/devices/bus/plus4] | c1551.cpp |
r194754 Friday 24th March, 2023 at 07:32:22 UTC by Curt Coder |
---|
a2600: Use the new MOS 6532 implementation, since SuperCharger tape loading works now. [Curt Coder] |
[/branches/pc_i440bx/src/mame/atari] | a2600.cpp |
r194753 Friday 24th March, 2023 at 07:20:12 UTC by Curt Coder |
---|
c64: BusCard II: Use the new MOS 6532 implementation. [Curt Coder] |
[/branches/pc_i440bx/src/devices/bus/c64] | buscard2.cpp buscard2.h |
r194752 Friday 24th March, 2023 at 06:27:20 UTC by patrick.mackinlay |
---|
hd44780: add ks0066f00 variant |
[/branches/pc_i440bx/src/devices/video] | hd44780.cpp hd44780.h |
r194751 Friday 24th March, 2023 at 06:21:45 UTC by Curt Coder |
---|
abc80x: Add internal keyboard option for abc800m/c. [Curt Coder] |
[/branches/pc_i440bx/src/devices/bus/abckb] | abckb.cpp abckb.h |
[/branches/pc_i440bx/src/mame/luxor] | abc80x.cpp |
r194750 Friday 24th March, 2023 at 02:06:27 UTC by R. Belmont |
---|
mpc106: use swapendian_int32. [R. Belmont] |
[/branches/pc_i440bx/src/devices/machine] | mpc106.cpp |
r194749 Friday 24th March, 2023 at 01:49:59 UTC by R. Belmont |
---|
macpci.cpp: rename to pippin.cpp to reflect reality. [R. Belmont] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/apple] |
r194748 Thursday 23rd March, 2023 at 23:04:15 UTC by AJR |
---|
Remove unused cd90_640_dsk formats (functionally replaced by thom_dsk) * apple2video.cpp: Fix permissions |
[/branches/pc_i440bx/scripts/src] | formats.lua |
[/branches/pc_i440bx/src/lib/formats] | |
[/branches/pc_i440bx/src/mame/apple] | apple2video.cpp |
[/branches/pc_i440bx/src/mame/thomson] | thomson.cpp |
r194747 Thursday 23rd March, 2023 at 19:40:38 UTC by AJR |
---|
mace.cpp: Fix editing error from 1393404c1f6c74d5a29f779dd62c3ba66b96206f |
[/branches/pc_i440bx/src/mame/sgi] | mace.cpp |
r194746 Thursday 23rd March, 2023 at 19:29:20 UTC by AJR |
---|
Various devices: Correct placement of U integer suffix in definitions of shifted LOG_xxx constant macros (continued from 0c382ffc806ee926765f50e0615fde4de14a2408) * bandit: Use swapendian_int32 function * pokey: Improve some subtle aspects of keyboard handling |
[/branches/pc_i440bx/src/devices/cpu/dsp56156] | dsp56mem.cpp dsp56ops.hxx |
[/branches/pc_i440bx/src/devices/machine] | 68340.cpp cs8900a.cpp iwm.cpp k056230.cpp ldv4200hle.cpp |
[/branches/pc_i440bx/src/devices/sound] | pokey.cpp |
[/branches/pc_i440bx/src/devices/video] | mc6845.cpp psx.cpp |
[/branches/pc_i440bx/src/emu] | diserial.cpp |
[/branches/pc_i440bx/src/mame/act] | victor9k.cpp |
[/branches/pc_i440bx/src/mame/apple] | bandit.cpp macadb.cpp |
[/branches/pc_i440bx/src/mame/fairlight] | cmi.cpp |
[/branches/pc_i440bx/src/mame/grundy] | newbrain.cpp |
[/branches/pc_i440bx/src/mame/namco] | galaga_v.cpp |
[/branches/pc_i440bx/src/mame/sgi] | crime.cpp hal2.cpp mace.cpp |
[/branches/pc_i440bx/src/mame/skeleton] | swyft.cpp |
r194745 Thursday 23rd March, 2023 at 04:55:18 UTC by Vasantha Crabb |
---|
luaengine.cpp: Try to get around the clang error, attempt two. |
[/branches/pc_i440bx/src/frontend/mame] | luaengine.cpp |
r194744 Thursday 23rd March, 2023 at 04:28:35 UTC by Vasantha Crabb |
---|
luaengine.cpp: Hopefully fix clang builds. |
[/branches/pc_i440bx/src/frontend/mame] | luaengine.cpp |
r194743 Thursday 23rd March, 2023 at 03:39:56 UTC by Vasantha Crabb |
---|
Retired the over-stretched "system type" flags. Functionally, the only difference between the system definitions is that GAMEL lets you specify an additional internal layout and SYST lets you specify a compatible system. COMP and CONS are just aliases for SYST - the aliases can be phased out. Removed arcade.flt and mess.flt altogether - opinion seems to be split between misinterpreting them as fully supported and considering them unnecessary. They were marginally useful as a performance test for makedep.py, but that isn't important. We still have nl.flt as an example .flt file (although it doesn't use "-" exclude directives). Moved the UI active flag from the machine to the UI manager. Nothing else uses it anyway (it's still accessible to scripts). |
[/branches/pc_i440bx/docs/source] | conf.py |
[/branches/pc_i440bx/docs/source/advanced] | multiconfig.rst |
[/branches/pc_i440bx/docs/source/techspecs] | luareference.rst |
[/branches/pc_i440bx/src/emu] | gamedrv.h machine.cpp machine.h |
[/branches/pc_i440bx/src/frontend/mame] | luaengine.cpp mameopts.cpp mameopts.h |
[/branches/pc_i440bx/src/frontend/mame/ui] | ui.cpp ui.h |
[/branches/pc_i440bx/src/mame] | |
[/branches/pc_i440bx/src/osd/modules/render/bgfx] | chainmanager.cpp |
r194742 Thursday 23rd March, 2023 at 02:57:49 UTC by R. Belmont |
---|
pci.cpp: add new config read/write functions to support bridges that allow software to issue both Type 0 and Type 1 config addresses. [R. Belmont] bandit.cpp: use the new functionality in pci.cpp. [R. Belmont] macpci.cpp: Fix Grand Central PCI address now that we're interpreting the config address correctly. [R. Belmont] |
[/branches/pc_i440bx/src/devices/machine] | pci.cpp pci.h |
[/branches/pc_i440bx/src/mame/apple] | bandit.cpp bandit.h macpci.cpp |
r194741 Thursday 23rd March, 2023 at 01:06:19 UTC by R. Belmont |
---|
apple2video: Better fix for the previous issue. Now also covers IIgs mono DHR and B&W monitor modes. [R. Belmont] |
[/branches/pc_i440bx/src/mame/apple] | apple2video.cpp |
r194740 Thursday 23rd March, 2023 at 00:58:44 UTC by R. Belmont |
---|
apple2video: fix monochrome DHGR rendering for RGB mode (GitHub #10975) [R. Belmont] |
[/branches/pc_i440bx/src/mame/apple] | apple2video.cpp |
r194739 Wednesday 22nd March, 2023 at 20:59:50 UTC by Angelo Salese |
---|
orca/akazukin.cpp: Added driver for Akazukin (Sigma, 1983) (#11014) * New working systems ------------------- Aka Zukin [Alberto Salso, Ignacio Seki, Angelo Salese] |
[/branches/pc_i440bx/src/mame] | arcade.flt mame.lst |
[/branches/pc_i440bx/src/mame/orca] | akazukin.cpp* |
r194738 Wednesday 22nd March, 2023 at 17:02:46 UTC by Vasantha Crabb |
---|
-luaengine.cpp: Expose UI controls toggle state. -ui/ui.cpp: Honour UI enable for machines without keyboards. |
[/branches/pc_i440bx/docs/source/techspecs] | luareference.rst |
[/branches/pc_i440bx/src/emu] | machine.cpp |
[/branches/pc_i440bx/src/frontend/mame] | luaengine.cpp |
[/branches/pc_i440bx/src/frontend/mame/ui] | ui.cpp |
r194737 Wednesday 22nd March, 2023 at 16:39:54 UTC by Vasantha Crabb |
---|
-ui/menu.cpp: Don't pass IPT_UI_BACK event to the implementation when dismissing the menu. -plugins/autofire, plugins/inputmacro: Don't be so eager to create empty settings folders. |
[/branches/pc_i440bx/plugins/autofire] | autofire_save.lua init.lua |
[/branches/pc_i440bx/plugins/inputmacro] | inputmacro_persist.lua |
[/branches/pc_i440bx/src/frontend/mame/ui] | menu.cpp |
r194736 Wednesday 22nd March, 2023 at 13:20:11 UTC by David Haywood |
---|
hng64.cpp - reenable using the lighting information in the final mix, plus attempt to match refresh frequency (#11015) |
[/branches/pc_i440bx/src/mame/snk] | hng64_v.cpp |
r194735 Wednesday 22nd March, 2023 at 08:50:20 UTC by David Haywood |
---|
hng64.cpp : add a global disable for the tile replacement 'animation' (#11013) * hng64.cpp : add a global disable for the tile replacement 'animation' (aka 'auto-anim') which is used to stop the crowd animating in some scenes of buriki attract |
[/branches/pc_i440bx/src/mame/snk] | hng64_v.cpp |
r194734 Wednesday 22nd March, 2023 at 06:54:59 UTC by patrick.mackinlay |
---|
m88000: fix doubleword load/store word order |
[/branches/pc_i440bx/src/devices/cpu/m88000] | m88000.cpp |
r194733 Wednesday 22nd March, 2023 at 06:53:54 UTC by patrick.mackinlay |
---|
mc88200: implement mbus error logic * fix unmodified page translation cache entry hit write logic |
[/branches/pc_i440bx/src/devices/machine] | mc88200.cpp mc88200.h |
r194732 Tuesday 21st March, 2023 at 21:26:29 UTC by AJR |
---|
Various devices: Correct placement of U integer suffix in definitions of shifted LOG_xxx constant macros |
[/branches/pc_i440bx/src/devices/cpu/m6502] | m50734.cpp st2205u.cpp st2xxx.cpp |
[/branches/pc_i440bx/src/devices/cpu/tx0] | tx0.cpp |
[/branches/pc_i440bx/src/devices/cpu/z8] | z8.cpp |
[/branches/pc_i440bx/src/devices/machine] | 6821pia.cpp mc68901.cpp pla.cpp scn_pci.cpp |
[/branches/pc_i440bx/src/devices/video] | imagetek_i4100.cpp |
r194731 Tuesday 21st March, 2023 at 21:10:42 UTC by Vasantha Crabb |
---|
-jaleco/tetrisp2.cpp: Added partial emulation of PC for music games. [Windy Fairy] -emu/devcb.h: Allow base device to be specified directly in delegate setters. [Vas Crabb] -taito/tnzs.cpp: Untangled inheritance a bit. [Vas Crabb] |
[/branches/pc_i440bx/src/emu] | devcb.h |
[/branches/pc_i440bx/src/mame/jaleco] | jaleco_vj_pc.cpp* jaleco_vj_pc.h* jaleco_vj_sound.cpp* jaleco_vj_sound.h* jaleco_vj_ups.cpp* jaleco_vj_ups.h* tetrisp2.cpp tetrisp2.h |
[/branches/pc_i440bx/src/mame/taito] | cchance.cpp tnzs.cpp |
r194730 Tuesday 21st March, 2023 at 20:08:47 UTC by Nigel Barnes |
---|
alice90: Use same ROM as alice32, previous was a bad dump. |
[/branches/pc_i440bx/src/mame/trs] | mc10.cpp |
r194729 Tuesday 21st March, 2023 at 18:08:57 UTC by Olivier Galibert |
---|
m68000: Bus and address errors do *not* disable the write part of the micro-instruction. Fixes the delta force protections (Syntax Terror, Punish your machine) |
[/branches/pc_i440bx/src/devices/cpu/m68000] | m68000-sdf.cpp m68000-sdfm.cpp m68000-sdp.cpp m68000-sdpm.cpp m68000-sif.cpp m68000-sifm.cpp m68000-sip.cpp m68000-sipm.cpp m68000gen.py |
r194728 Tuesday 21st March, 2023 at 18:05:24 UTC by David Haywood |
---|
hng64.cpp - add 'wraparound enable' bit to the tilemaps, this bit gets disabled on the fatal fury wild ambition title screen, and roads edge name entry screen, both cases where tilemap wrap definitely looks to need to be disabled. (#11011) |
[/branches/pc_i440bx/src/mame/snk] | hng64_3d.ipp hng64_v.cpp |
r194727 Tuesday 21st March, 2023 at 17:46:10 UTC by Dirk Best |
---|
anzterm: Move to burroughs folder |
[/branches/pc_i440bx/src/mame] | mame.lst mess.flt |
[/branches/pc_i440bx/src/mame/burroughs] | anzterm.cpp* |
[/branches/pc_i440bx/src/mame/skeleton] |
r194726 Tuesday 21st March, 2023 at 17:44:45 UTC by Dirk Best |
---|
New systems marked not working ------------------------------ Burroughs TD 831 [Wouter's Blog] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/burroughs] | td831.cpp* |
r194725 Tuesday 21st March, 2023 at 15:44:59 UTC by AJR |
---|
m50734: Preliminary emulation of Timer X |
[/branches/pc_i440bx/src/devices/cpu/m6502] | m50734.cpp m50734.h |
r194724 Tuesday 21st March, 2023 at 15:36:02 UTC by cam900 |
---|
cinematronics/leland_*.cpp: Modernize log function using logmacro. (#11010) |
[/branches/pc_i440bx/src/mame/cinematronics] | leland_a.cpp leland_m.cpp leland_v.cpp |
r194723 Tuesday 21st March, 2023 at 06:20:50 UTC by Osso |
---|
machine/segacrpt_device.cpp: updated documentation [Brian Troha] |
[/branches/pc_i440bx/src/devices/machine] | segacrpt_device.cpp segacrpt_device.h |
[/branches/pc_i440bx/src/mame/igs] | goldstar.cpp |
[/branches/pc_i440bx/src/mame/nichibutsu] | jangou.cpp |
[/branches/pc_i440bx/src/mame/sega] | segag80r.cpp system1.cpp system1.h |
r194722 Tuesday 21st March, 2023 at 05:54:48 UTC by Vasantha Crabb |
---|
Miscellaneous cleanup: render/bgfx/chainmanager.cpp: Only treat source file or more sepecific INI as higher priority than CFG file for setting screen chains. sega/model2.cpp, taito/taitocchip.cpp: Got rid of bankdev. Adjusted some doucmentation files. |
[/branches/pc_i440bx] | README.md |
[/branches/pc_i440bx/src/emu] | render.cpp |
[/branches/pc_i440bx/src/mame] | arcade.flt mess.flt |
[/branches/pc_i440bx/src/mame/jaleco] | tetrisp2_v.cpp |
[/branches/pc_i440bx/src/mame/sega] | model2.cpp model2.h |
[/branches/pc_i440bx/src/mame/taito] | taitocchip.cpp taitocchip.h |
[/branches/pc_i440bx/src/osd/modules/render/bgfx] | chainmanager.cpp |
r194721 Monday 20th March, 2023 at 23:20:02 UTC by Carl |
---|
upd765: turn back down excessive default verbosity level |
[/branches/pc_i440bx/src/devices/machine] | upd765.cpp |
r194720 Monday 20th March, 2023 at 20:41:15 UTC by Vasantha Crabb |
---|
-render/d3d/d3dhlsl.cpp: Fixed alpha value when clearing target. [Ryan Holtz] -jaleco/tetrisp2_v.cpp: Fixed stepstag text display. [Vas Crabb] |
[/branches/pc_i440bx/src/mame/jaleco] | tetrisp2_v.cpp |
[/branches/pc_i440bx/src/mame/misc] | homedata.cpp homedata_v.cpp |
[/branches/pc_i440bx/src/osd/modules/render/d3d] | d3dhlsl.cpp |
r194719 Monday 20th March, 2023 at 19:49:33 UTC by Vasantha Crabb |
---|
machine/i82371sb.cpp: Object finders aren't resolved at config complete time, duh. |
[/branches/pc_i440bx/src/devices/machine] | i82371sb.cpp |
[/branches/pc_i440bx/src/mame/jaleco] | tetrisp2_v.cpp |
r194718 Monday 20th March, 2023 at 19:32:25 UTC by Vasantha Crabb |
---|
jaleco/tetrisp2.cpp: Added dumps of additional games and improved video emulation. [Windy Fairy] Dumped hard disk for Stepping Stage 3. [Jordan/JBEAN] New systems marked not working --------------------------------- VJ Visual & Music Slap (Ver 1.1) [Shiz] VJ Dash (Ver 1.0) [Shiz] |
[/branches/pc_i440bx/src/devices/machine] | fdc37c93x.cpp fdc37c93x.h i82371sb.cpp i82371sb.h idectrl.h |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/cvs] | cvs_base.cpp cvs_base.h |
[/branches/pc_i440bx/src/mame/jaleco] | tetrisp2.cpp tetrisp2.h tetrisp2_v.cpp |
[/branches/pc_i440bx/src/mame/layout] | stepstag.lay |
[/branches/pc_i440bx/src/mame/pc] | pcipc.cpp |
r194717 Monday 20th March, 2023 at 19:09:25 UTC by AJR |
---|
mc68hc11: Fix STOP recovery again |
[/branches/pc_i440bx/src/devices/cpu/mc68hc11] | mc68hc11.cpp |
r194716 Monday 20th March, 2023 at 17:02:49 UTC by Osso |
---|
mame/cvs: created a base class from which cvs.cpp, galaxia.cpp and quasar.cpp derive |
[/branches/pc_i440bx/src/mame/cvs] | cvs.cpp |
r194715 Monday 20th March, 2023 at 10:05:16 UTC by Olivier Galibert |
---|
emumem_mview: Add the forgotten key, allows to distinguish ram zones at the same address in different views, including recursively. |
[/branches/pc_i440bx/src/emu] | emumem_mview.cpp |
r194714 Monday 20th March, 2023 at 10:05:16 UTC by Vasantha Crabb |
---|
taito/tnzs.cpp: Use a single view for RAM/ROM bank. |
[/branches/pc_i440bx/src/mame/taito] | tnzs.cpp tnzs.h tnzs_m.cpp |
r194713 Sunday 19th March, 2023 at 22:29:02 UTC by Justin Kerk |
---|
Update mess.flt |
[/branches/pc_i440bx/src/mame] | mess.flt |
r194712 Sunday 19th March, 2023 at 21:49:32 UTC by AJR |
---|
pc8801mk2sr, pc88va: Enable outputs to joystick pins 6 & 7 |
[/branches/pc_i440bx/src/mame/nec] | pc8801.cpp pc8801.h pc88va.cpp pc88va.h |
r194711 Sunday 19th March, 2023 at 21:06:55 UTC by AJR |
---|
Encode certain tracks as single density in .d88 floppy format * bml3mp1802, x1: Hook up DDEN control for FDC |
[/branches/pc_i440bx/src/devices/bus/bml3] | bml3mp1802.cpp |
[/branches/pc_i440bx/src/lib/formats] | d88_dsk.cpp |
[/branches/pc_i440bx/src/mame/sharp] | x1.cpp |
r194710 Sunday 19th March, 2023 at 19:54:29 UTC by AJR |
---|
bml3mp1802: Clean up code a little; use input merger for NMI * bml3mp1805: Don't force ready since 6809 code actually polls for it |
[/branches/pc_i440bx/src/devices/bus/bml3] | bml3mp1802.cpp bml3mp1802.h bml3mp1805.cpp |
r194709 Sunday 19th March, 2023 at 18:57:31 UTC by Vasantha Crabb |
---|
taito/cchance.cpp, taito/tnzs.cpp: Cleaned out crud. * Reduced duplication in address maps. * Got rid of bankdev. * Got rid of inaccessible RAM hiding under sprite chip (it used to use shares, but now allocates its own memory). * Got rid of unnecessary I/O ports in cchance. |
[/branches/pc_i440bx/src/mame/taito] | cchance.cpp tnzs.cpp tnzs.h tnzs_m.cpp |
r194708 Sunday 19th March, 2023 at 18:36:45 UTC by Osso |
---|
New working clones ------------------ Yakyuu Kakutou League-Man (Japan, set 2) [Corrado Tomaselli, The Dumping Union] - irem/m72.cpp: Corrected ROM names for the Kengo sets [Corrado Tomaselli, The Dumping Union] - irem/m92.cpp updates: * Corrected ROM names and added IC locations to various sets [Corrado Tomaselli, Brian Troha, The Dumping Union] * Added correct sound ROMs to Thunder Blaster (Japan) [Corrado Tomaselli, Brian Troha, The Dumping Union] * Added correct sound ROMs to Yakyuu Kakutou League-Man (Japan) sets [Corrado Tomaselli, Brian Troha, The Dumping Union] |
[/branches/pc_i440bx/src/mame] | mame.lst |
[/branches/pc_i440bx/src/mame/irem] | m72.cpp m92.cpp m92.h |
Previous 50 | 199869 Revisions | Next 50 |