summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pasopia.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-462/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* init vars for coverity (drivers/p) Robbbert2022-03-251-11/+11
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* pasopia: Fix potential misbehavior with out-of-range RA values AJR2020-12-131-3/+3
* pasopia: Add colors and graphics modes AJR2020-12-131-28/+59
* pasopia.cpp: Fix VRAM-related regression; make keyboard more responsive; add ... AJR2020-12-121-2/+16
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* ibm5150,pasopia,pc8801: hooked up cassette software lists Robbbert2020-08-191-0/+1
* pasopia: Add RS232 interface AJR2020-04-061-3/+21
* pasopia, pasopia2: PAC2 overhaul AJR2020-04-061-2/+6
* pasopia.cpp: Simplify handler signatures; clean up memory usage (nw) AJR2020-04-061-74/+70
* removed last remaining uses of generic_space() (nw) smf-2020-04-011-3/+3
* Add softlist for pasopia Rebecca Wallander2020-03-051-1/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) pasopia: alterations due to unfavourable comments Robbbert2019-10-201-129/+18
* pasopia : added cassette and sound. Patched around the broken keyboard problem. Robbbert2019-10-141-55/+208
* pasopia.cpp: Correct clocks and metadata AJR2019-08-171-10/+10
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+10
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-9/+10
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+5
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-12/+12
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-5/+5
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-5/+6
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-4/+4
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-3/+6
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* 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-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+20
* 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-3/+3
* 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-3/+3
* more timer_pulse removal (nw) Ivan Vangelista2017-05-131-1/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* (nw) Finished converting m_p_chargen to required region, and associated clean... Robbbert2017-02-141-9/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* Don't rely on macro expansion to supply parentheses around condition for if s... Vas Crabb2016-08-161-4/+4
* Pasopia: minor fixes (nw) Robbbert2016-07-211-44/+34
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-7/+0