summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/bfm (follow)
Commit message (Expand)AuthorAgeFilesLines
* -emu/gamedrv.h: Got rid of the "clickable artwork" system flag. Vas Crabb11 days3-3/+3
* Fixed a few class memory access warnings. Vas Crabb11 days1-78/+76
* bfm/bfm_bd1.h, bfm/bfm_bda.h: const -> constexpr, fixes undefined references ... balr0g2024-03-112-8/+8
* srcclean and manual cleanup in preparation for release branch Vas Crabb2024-01-282-17/+17
* layout/bfm_sc5_gu96x8.lay: Use loops and save many lines. Vas Crabb2024-01-241-4/+4
* mame/bfm: Implement Bell Fruit 96x8 dot matrix display for Scorpion 5. (#11805) blueonesarefaster2024-01-235-4/+1113
* barcrest/mpu5.cpp, bfm/bfm_sc4.cpp: Fix calling of SEC data_w() and clk_w() (... Paul-Arnold2024-01-101-2/+3
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-1/+2
* misc mcfg: remove pia6821 clock freq param, hap2023-09-201-1/+1
* barcrest/mpu1.cpp: Added MPU2 support. (#11498) SomeRandomGuyIdk2023-08-231-2/+2
* ui/info.cpp: Get decimal separator from C++ locale. Also random cleanup. Vas Crabb2023-08-171-4/+4
* bfm/bfm_sc6.cpp: Added skeleton driver to hold Scorpion 6 Flash image files. ... James Wallace2023-08-171-0/+80
* watchdog: make watchdog_enable compatible with writeline, add a watchdog rese... hap2023-07-191-10/+2
* bfm/bfm_blackbox.cpp: Added driver for Bellfruit Black Box electromechanical ... SomeRandomGuyIdk2023-07-181-0/+1917
* -machine/68340.cpp, machine/scc68070.cpp: Don't mess with devcbs in device_st... Vas Crabb2023-06-221-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* m6801: add i/o ports tri-state callback, hap2023-06-161-1/+1
* bfm/bfm_sc2.cpp: Added sound ROM to Majestic Bells non-protocol version (sc2m... Paul-Arnold2023-06-151-0/+3
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0113-55/+55
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-38/+38
* image: Executive decision: disk regions used the owner name (e.g., no :image) Olivier Galibert2023-05-091-2/+2
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-252-11/+6
* upd7759: only detect mode change in idle state hap2023-03-131-4/+0
* Reduced usage of sprintf. (#10892) Erik2023-02-201-14/+2
* - vsystem/crshrace.cpp, vsystem/f1gp.cpp, vsystem/taotaido.cpp: consolidated ... Ivan Vangelista2023-02-014-12/+12
* mame/b*-e*: put drivers in anonymous namespaces where applicable, updated #if... Ivan Vangelista2023-01-187-12/+29
* bfm/bfm_bd1.cpp, bfm/bfm_bda.cpp: Fixed window/clear operations. (#10818) James Wallace2023-01-142-74/+35
* Updated FME alphanumeric emulation (#10663) James Wallace2022-12-124-167/+241
* New working clones Ivan Vangelista2022-12-031-5/+39
* Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold] Paul-Arnold2022-10-043-31/+25
* m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-302-2/+2
* fixes for clang 15.0 on windows [smf] smf-2022-09-152-6/+0
* fix upd7759 sample triggering and reset control (#10322) Paul-Arnold2022-09-101-4/+3
* fix upd7759 sample triggering in bfm_sc.2.cpp (MT 8325) [Paul-Arnold] (#10319) David Haywood2022-09-091-24/+20
* Cleaned up some ROM macro indentation and spacing. (#10270) 0kmg2022-08-273-6/+6
* misc: remove unused variables that may give compiler warning hap2022-08-232-47/+36
* Start moving devices out of src/mame/shared to more appropriate places AJR2022-06-281-1/+1
* Eliminated cross dependencies between driver projects. Vas Crabb2022-06-2714-42/+62
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-2727-0/+97062