summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pit8253.cpp
Commit message (Collapse)AuthorAgeFilesLines
* pit8253: Reading back the count while in the middle of a 16-bit write ↵ Dirk Best2016-12-191-2/+10
| | | | returns a xor'ed version of the value written. Fixes apricot error 29.
* amusco: Fix PIT IRQs; game speed is much better now AJR2016-11-131-0/+6
| | | | pit8253: MSB-only counter writes need to lower outputs in mode 0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* amusco: Major improvements; promoted to WORKING AJR2016-10-151-14/+14
| | | | | | | | | | | - Inputs figured out almost completely - Add blinking cursor for service mode - Gross hacks used to get coins working due to broken IRQ timings - Palette remains in dire need of improvement Peripheral emulation improvements (nw): - mc6845: Allow cursor blink state to be read - pit8253: Eliminate device name from logging messages
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-1/+1
| | | | | | | | | * Make stream_format return characters printed * Add iostreams with std::vector storage * Move to type-safe templates for logerror and popmessage * Remove now-unnecessary I64FMT from calls to logerror/popmessage * Put some lib/util stuff in util:: namespace * Some fixes to Japanese translation
* reverting: Miodrag Milanovic2016-01-201-3/+3
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
| | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7.
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
|
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
| | | | fix start project for custom builds in Visual Studio (nw)
* clang-modernize part 3 Miodrag Milanovic2015-12-041-7/+7
|
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-11/+0
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1135