mirror of
https://github.com/holub/mame
synced 2025-05-02 12:36:41 +03:00
nld_9316_base.hxx: Maximum count for 9310 is 9, not 10 (MT 08787) [Robbbert]
This commit is contained in:
parent
143f6c4508
commit
e7c243bdce
@ -122,7 +122,7 @@ namespace netlist::devices
|
|||||||
struct desc_9310 : public desc_base
|
struct desc_9310 : public desc_base
|
||||||
{
|
{
|
||||||
using ASYNC = desc_const_t<bool, true>;
|
using ASYNC = desc_const_t<bool, true>;
|
||||||
using MAXCNT = desc_const_t<unsigned, 10>;
|
using MAXCNT = desc_const_t<unsigned, 9>;
|
||||||
using tRC = time_ns<27>;
|
using tRC = time_ns<27>;
|
||||||
using tCLR = time_ns<36>;
|
using tCLR = time_ns<36>;
|
||||||
using tLDCNT = time_ns<20>;
|
using tLDCNT = time_ns<20>;
|
||||||
|
Loading…
Reference in New Issue
Block a user