summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/poisk1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-25/+25
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-6/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-12/+14
* modernize -- nuke first_screen, ioport() lookups, etc. (nw) Sergey Svishchev2018-03-061-18/+23
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+4
* srcclean (nw) Vas Crabb2017-03-261-14/+14
* poisk1: add more ROMs, misc. Sergey Svishchev2017-03-121-7/+33
* apply clang-format, remove obsolete comments. no code changes. Sergey Svishchev2017-03-021-131/+141
* Self-registering devices prep: Vas Crabb2017-02-271-7/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* poisk1: trap port fix (makes HyperBIOS run); unbreak cassette i/o; adapt to M... Sergey Svishchev2016-08-071-5/+15
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* poisk1: B623 sound card (skeleton) and basic softlist Sergey Svishchev2016-07-171-0/+5
* poisk1: unbreak after "Memory fun" Sergey Svishchev2016-07-171-8/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* pc: simplify somewhat the pcs/clones and enable configs with less than 640k r... cracyc2016-03-041-11/+387
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+314