summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bnstars.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-804/+0
* init vars for coverity (drivers/b) Robbbert2022-03-251-4/+4
* render.h, rendlay.h: Dependency refactoring AJR2021-01-041-1/+1
* srcclean for 0.227 Vas Crabb2020-12-271-26/+26
* bnstars.cpp: make it boot again angelosa2020-11-261-0/+3
* Miscellaneous late 90s Jaleco HW fixes and cleanups (#7445) Angelo Salese2020-11-251-433/+307
* Fix b except for avg which does something rather annoying Olivier Galibert2020-11-051-21/+21
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-7/+7
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-14/+14
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-6/+6
* Fix MT 07533 cam9002020-01-231-0/+1
* small cleanups (nw) Vas Crabb2019-12-231-1/+1
* ms32.cpp, bnstars.cpp, tetrisp2.cpp : Device-fied sprite hardware (ms32_sprit... cam9002019-12-131-157/+108
* bnstars.cpp : Fix clock related to on-board XTALs (#6002) cam9002019-12-031-4/+4
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-10/+6
* PORT_CUSTOM simplification (nw) AJR2019-09-141-4/+5
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* srcclean (nw) Vas Crabb2019-05-261-16/+16
* ms32.cpp, bnstars.cpp, tetrisp2.cpp : Move sprite gfx rearrange function into... cam9002019-05-181-4/+36
* (nw) Clean up the mess on master Vas Crabb2019-03-261-37/+36
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-36/+37
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-34/+33
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-21/+22
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* misc copyright assignment + privatization DavidHaywood2018-06-261-4/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+12
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-48/+50
* srcclean (nw) Vas Crabb2018-02-251-4/+4
* Allow YMF271 4 Channel Output, Move Imperfect_sound tags into ymf271.h (#3229) cam9002018-02-231-12/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* bnstars.cpp: fixed MT06391 (nw) Ivan Vangelista2016-09-301-0/+2
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-6/+6
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-3/+3
* revert part of 'clang cleanup 7' where 0 means the value 0 hap2016-01-241-2/+2