summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/bcreader.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-330/+0
|
* resolved some by looking into history (nw) Miodrag Milanovic2015-05-141-2/+2
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Completed state_save_register_item* removal (nw) Ivan Vangelista2015-04-231-7/+7
|
* minor fix + additions to the barcode reader emulation. nw. etabeta782015-01-261-1/+1
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-53/+53
|
* fixed usage of uninitialized members in barcode_reader_device (nw) Oliver Stöneberg2014-03-311-1/+6
|
* Added generic barcode reader emulation: the code accepts sequences of digits in Fabio Priuli2014-02-121-0/+323
UPC-A, EAN-13 and EAN-8 format, stores them in both byte format and in pixel format; it is up to the driver to implement the correct transfer protocol. [Fabio Priuli] Added UI menu to enter barcodes via keyboard. It only gets activated if the running machine has a barcode device. [Fabio Priuli] out of whatsnew: The latter change was coordinated with Nathan, so it shall not create problems with his UI reorganization ;)